Skip to content

Commit d7d159b

Browse files
authored
Merge pull request #156 from authzed/dependabot/npm_and_yarn/npm-b1826b68f5
build(deps): bump the npm group with 8 updates
2 parents b0135eb + ad26ea6 commit d7d159b

2 files changed

Lines changed: 114 additions & 89 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@
2727
"build-js-client": "tsc --target es2018 --declaration false --outDir js-dist"
2828
},
2929
"dependencies": {
30-
"@grpc/grpc-js": "^1.11.1",
30+
"@grpc/grpc-js": "^1.11.3",
3131
"@protobuf-ts/runtime": "^2.9.4",
3232
"@protobuf-ts/runtime-rpc": "^2.9.4",
3333
"google-protobuf": "^3.21.4"
3434
},
3535
"devDependencies": {
3636
"@eslint/eslintrc": "^3.1.0",
37-
"@eslint/js": "^9.9.1",
37+
"@eslint/js": "^9.11.1",
3838
"@protobuf-ts/plugin": "^2.9.4",
3939
"@types/jasmine": "^5.1.4",
40-
"@types/jest": "^29.5.12",
41-
"@typescript-eslint/eslint-plugin": "^8.3.0",
42-
"@typescript-eslint/parser": "^8.3.0",
43-
"eslint": "^9.9.1",
40+
"@types/jest": "^29.5.13",
41+
"@typescript-eslint/eslint-plugin": "^8.8.0",
42+
"@typescript-eslint/parser": "^8.8.0",
43+
"eslint": "^9.11.1",
4444
"grpc-tools": "^1.11.2",
45-
"jasmine": "^5.2.0",
45+
"jasmine": "^5.3.0",
4646
"ts-node": "^10.9.2",
47-
"typescript": "^5.5"
47+
"typescript": "^5.6"
4848
}
4949
}

yarn.lock

Lines changed: 106 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
debug "^4.3.1"
5959
minimatch "^3.1.2"
6060

61+
"@eslint/core@^0.6.0":
62+
version "0.6.0"
63+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.6.0.tgz#9930b5ba24c406d67a1760e94cdbac616a6eb674"
64+
integrity sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg==
65+
6166
"@eslint/eslintrc@^3.1.0":
6267
version "3.1.0"
6368
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6"
@@ -73,20 +78,27 @@
7378
minimatch "^3.1.2"
7479
strip-json-comments "^3.1.1"
7580

76-
"@eslint/js@9.9.1", "@eslint/js@^9.9.1":
77-
version "9.9.1"
78-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.9.1.tgz#4a97e85e982099d6c7ee8410aacb55adaa576f06"
79-
integrity sha512-xIDQRsfg5hNBqHz04H1R3scSVwmI+KUbqjsQKHKQ1DAUSaUjYPReZZmS/5PNiKu1fUvzDd6H7DEDKACSEhu+TQ==
81+
"@eslint/js@9.11.1", "@eslint/js@^9.11.1":
82+
version "9.11.1"
83+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.11.1.tgz#8bcb37436f9854b3d9a561440daf916acd940986"
84+
integrity sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==
8085

8186
"@eslint/object-schema@^2.1.4":
8287
version "2.1.4"
8388
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
8489
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
8590

86-
"@grpc/grpc-js@^1.11.1":
87-
version "1.11.1"
88-
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.11.1.tgz#a92f33e98f1959feffcd1b25a33b113d2c977b70"
89-
integrity sha512-gyt/WayZrVPH2w/UTLansS7F9Nwld472JxxaETamrM8HNlsa+jSLNyKAZmhxI2Me4c3mQHFiS1wWHDY1g1Kthw==
91+
"@eslint/plugin-kit@^0.2.0":
92+
version "0.2.0"
93+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.0.tgz#8712dccae365d24e9eeecb7b346f85e750ba343d"
94+
integrity sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==
95+
dependencies:
96+
levn "^0.4.1"
97+
98+
"@grpc/grpc-js@^1.11.3":
99+
version "1.11.3"
100+
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.11.3.tgz#a33a472618d166fbb195012ae390dbfc277470ed"
101+
integrity sha512-i9UraDzFHMR+Iz/MhFLljT+fCpgxZ3O6CxwGJ8YuNYHJItIHUzKJpW2LvoFZNnGPwqc9iWy9RAucxV0JoR9aUQ==
90102
dependencies:
91103
"@grpc/proto-loader" "^0.7.13"
92104
"@js-sdsl/ordered-map" "^4.4.2"
@@ -327,6 +339,11 @@
327339
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.3.tgz#472eaab5f15c1ffdd7f8628bd4c4f753995ec79e"
328340
integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==
329341

342+
"@types/estree@^1.0.6":
343+
version "1.0.6"
344+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
345+
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
346+
330347
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
331348
version "2.0.6"
332349
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz#7739c232a1fee9b4d3ce8985f314c0c6d33549d7"
@@ -351,14 +368,19 @@
351368
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-5.1.4.tgz#0de3f6ca753e10d1600ce1864ae42cfd47cf9924"
352369
integrity sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==
353370

354-
"@types/jest@^29.5.12":
355-
version "29.5.12"
356-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
357-
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
371+
"@types/jest@^29.5.13":
372+
version "29.5.13"
373+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.13.tgz#8bc571659f401e6a719a7bf0dbcb8b78c71a8adc"
374+
integrity sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==
358375
dependencies:
359376
expect "^29.0.0"
360377
pretty-format "^29.0.0"
361378

379+
"@types/json-schema@^7.0.15":
380+
version "7.0.15"
381+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
382+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
383+
362384
"@types/node@*":
363385
version "20.12.2"
364386
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.2.tgz#9facdd11102f38b21b4ebedd9d7999663343d72e"
@@ -388,85 +410,85 @@
388410
dependencies:
389411
"@types/yargs-parser" "*"
390412

391-
"@typescript-eslint/eslint-plugin@^8.3.0":
392-
version "8.3.0"
393-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.3.0.tgz#726627fad16d41d20539637efee8c2329fe6be32"
394-
integrity sha512-FLAIn63G5KH+adZosDYiutqkOkYEx0nvcwNNfJAf+c7Ae/H35qWwTYvPZUKFj5AS+WfHG/WJJfWnDnyNUlp8UA==
413+
"@typescript-eslint/eslint-plugin@^8.8.0":
414+
version "8.8.0"
415+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.8.0.tgz#b2b02a5447cdc885950eb256b3b8a97b92031bd3"
416+
integrity sha512-wORFWjU30B2WJ/aXBfOm1LX9v9nyt9D3jsSOxC3cCaTQGCW5k4jNpmjFv3U7p/7s4yvdjHzwtv2Sd2dOyhjS0A==
395417
dependencies:
396418
"@eslint-community/regexpp" "^4.10.0"
397-
"@typescript-eslint/scope-manager" "8.3.0"
398-
"@typescript-eslint/type-utils" "8.3.0"
399-
"@typescript-eslint/utils" "8.3.0"
400-
"@typescript-eslint/visitor-keys" "8.3.0"
419+
"@typescript-eslint/scope-manager" "8.8.0"
420+
"@typescript-eslint/type-utils" "8.8.0"
421+
"@typescript-eslint/utils" "8.8.0"
422+
"@typescript-eslint/visitor-keys" "8.8.0"
401423
graphemer "^1.4.0"
402424
ignore "^5.3.1"
403425
natural-compare "^1.4.0"
404426
ts-api-utils "^1.3.0"
405427

406-
"@typescript-eslint/parser@^8.3.0":
407-
version "8.3.0"
408-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.3.0.tgz#3c72c32bc909cb91ce3569e7d11d729ad84deafa"
409-
integrity sha512-h53RhVyLu6AtpUzVCYLPhZGL5jzTD9fZL+SYf/+hYOx2bDkyQXztXSc4tbvKYHzfMXExMLiL9CWqJmVz6+78IQ==
428+
"@typescript-eslint/parser@^8.8.0":
429+
version "8.8.0"
430+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.8.0.tgz#ee4397c70230c4eee030456924c0fba480072f5e"
431+
integrity sha512-uEFUsgR+tl8GmzmLjRqz+VrDv4eoaMqMXW7ruXfgThaAShO9JTciKpEsB+TvnfFfbg5IpujgMXVV36gOJRLtZg==
410432
dependencies:
411-
"@typescript-eslint/scope-manager" "8.3.0"
412-
"@typescript-eslint/types" "8.3.0"
413-
"@typescript-eslint/typescript-estree" "8.3.0"
414-
"@typescript-eslint/visitor-keys" "8.3.0"
433+
"@typescript-eslint/scope-manager" "8.8.0"
434+
"@typescript-eslint/types" "8.8.0"
435+
"@typescript-eslint/typescript-estree" "8.8.0"
436+
"@typescript-eslint/visitor-keys" "8.8.0"
415437
debug "^4.3.4"
416438

417-
"@typescript-eslint/scope-manager@8.3.0":
418-
version "8.3.0"
419-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.3.0.tgz#834301d2e70baf924c26818b911bdc40086f7468"
420-
integrity sha512-mz2X8WcN2nVu5Hodku+IR8GgCOl4C0G/Z1ruaWN4dgec64kDBabuXyPAr+/RgJtumv8EEkqIzf3X2U5DUKB2eg==
439+
"@typescript-eslint/scope-manager@8.8.0":
440+
version "8.8.0"
441+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.8.0.tgz#30b23a6ae5708bd7882e40675ef2f1b2beac741f"
442+
integrity sha512-EL8eaGC6gx3jDd8GwEFEV091210U97J0jeEHrAYvIYosmEGet4wJ+g0SYmLu+oRiAwbSA5AVrt6DxLHfdd+bUg==
421443
dependencies:
422-
"@typescript-eslint/types" "8.3.0"
423-
"@typescript-eslint/visitor-keys" "8.3.0"
444+
"@typescript-eslint/types" "8.8.0"
445+
"@typescript-eslint/visitor-keys" "8.8.0"
424446

425-
"@typescript-eslint/type-utils@8.3.0":
426-
version "8.3.0"
427-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.3.0.tgz#c1ae6af8c21a27254321016b052af67ddb44a9ac"
428-
integrity sha512-wrV6qh//nLbfXZQoj32EXKmwHf4b7L+xXLrP3FZ0GOUU72gSvLjeWUl5J5Ue5IwRxIV1TfF73j/eaBapxx99Lg==
447+
"@typescript-eslint/type-utils@8.8.0":
448+
version "8.8.0"
449+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.8.0.tgz#a0ca1c8a90d94b101176a169d7a0958187408d33"
450+
integrity sha512-IKwJSS7bCqyCeG4NVGxnOP6lLT9Okc3Zj8hLO96bpMkJab+10HIfJbMouLrlpyOr3yrQ1cA413YPFiGd1mW9/Q==
429451
dependencies:
430-
"@typescript-eslint/typescript-estree" "8.3.0"
431-
"@typescript-eslint/utils" "8.3.0"
452+
"@typescript-eslint/typescript-estree" "8.8.0"
453+
"@typescript-eslint/utils" "8.8.0"
432454
debug "^4.3.4"
433455
ts-api-utils "^1.3.0"
434456

435-
"@typescript-eslint/types@8.3.0":
436-
version "8.3.0"
437-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.3.0.tgz#378e62447c2d7028236e55a81d3391026600563b"
438-
integrity sha512-y6sSEeK+facMaAyixM36dQ5NVXTnKWunfD1Ft4xraYqxP0lC0POJmIaL/mw72CUMqjY9qfyVfXafMeaUj0noWw==
457+
"@typescript-eslint/types@8.8.0":
458+
version "8.8.0"
459+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.8.0.tgz#08ea5df6c01984d456056434641491fbf7a1bf43"
460+
integrity sha512-QJwc50hRCgBd/k12sTykOJbESe1RrzmX6COk8Y525C9l7oweZ+1lw9JiU56im7Amm8swlz00DRIlxMYLizr2Vw==
439461

440-
"@typescript-eslint/typescript-estree@8.3.0":
441-
version "8.3.0"
442-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.3.0.tgz#3e3d38af101ba61a8568f034733b72bfc9f176b9"
443-
integrity sha512-Mq7FTHl0R36EmWlCJWojIC1qn/ZWo2YiWYc1XVtasJ7FIgjo0MVv9rZWXEE7IK2CGrtwe1dVOxWwqXUdNgfRCA==
462+
"@typescript-eslint/typescript-estree@8.8.0":
463+
version "8.8.0"
464+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.8.0.tgz#072eaab97fdb63513fabfe1cf271812affe779e3"
465+
integrity sha512-ZaMJwc/0ckLz5DaAZ+pNLmHv8AMVGtfWxZe/x2JVEkD5LnmhWiQMMcYT7IY7gkdJuzJ9P14fRy28lUrlDSWYdw==
444466
dependencies:
445-
"@typescript-eslint/types" "8.3.0"
446-
"@typescript-eslint/visitor-keys" "8.3.0"
467+
"@typescript-eslint/types" "8.8.0"
468+
"@typescript-eslint/visitor-keys" "8.8.0"
447469
debug "^4.3.4"
448470
fast-glob "^3.3.2"
449471
is-glob "^4.0.3"
450472
minimatch "^9.0.4"
451473
semver "^7.6.0"
452474
ts-api-utils "^1.3.0"
453475

454-
"@typescript-eslint/utils@8.3.0":
455-
version "8.3.0"
456-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.3.0.tgz#b10972319deac5959c7a7075d0cf2b5e1de7ec08"
457-
integrity sha512-F77WwqxIi/qGkIGOGXNBLV7nykwfjLsdauRB/DOFPdv6LTF3BHHkBpq81/b5iMPSF055oO2BiivDJV4ChvNtXA==
476+
"@typescript-eslint/utils@8.8.0":
477+
version "8.8.0"
478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.8.0.tgz#bd8607e3a68c461b69169c7a5824637dc9e8b3f1"
479+
integrity sha512-QE2MgfOTem00qrlPgyByaCHay9yb1+9BjnMFnSFkUKQfu7adBXDTnCAivURnuPPAG/qiB+kzKkZKmKfaMT0zVg==
458480
dependencies:
459481
"@eslint-community/eslint-utils" "^4.4.0"
460-
"@typescript-eslint/scope-manager" "8.3.0"
461-
"@typescript-eslint/types" "8.3.0"
462-
"@typescript-eslint/typescript-estree" "8.3.0"
482+
"@typescript-eslint/scope-manager" "8.8.0"
483+
"@typescript-eslint/types" "8.8.0"
484+
"@typescript-eslint/typescript-estree" "8.8.0"
463485

464-
"@typescript-eslint/visitor-keys@8.3.0":
465-
version "8.3.0"
466-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.3.0.tgz#320d747d107af1eef1eb43fbc4ccdbddda13068b"
467-
integrity sha512-RmZwrTbQ9QveF15m/Cl28n0LXD6ea2CjkhH5rQ55ewz3H24w+AMCJHPVYaZ8/0HoG8Z3cLLFFycRXxeO2tz9FA==
486+
"@typescript-eslint/visitor-keys@8.8.0":
487+
version "8.8.0"
488+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.8.0.tgz#f93965abd38c82a1a1f5574290a50d02daf1cd2e"
489+
integrity sha512-8mq51Lx6Hpmd7HnA2fcHQo3YgfX1qbccxQOgZcb4tvasu//zXRaA1j5ZRFeCw/VRAdFi4mRM9DnZw0Nu0Q2d1g==
468490
dependencies:
469-
"@typescript-eslint/types" "8.3.0"
491+
"@typescript-eslint/types" "8.8.0"
470492
eslint-visitor-keys "^3.4.3"
471493

472494
abbrev@1:
@@ -774,19 +796,23 @@ eslint-visitor-keys@^4.0.0:
774796
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
775797
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
776798

777-
eslint@^9.9.1:
778-
version "9.9.1"
779-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.9.1.tgz#147ac9305d56696fb84cf5bdecafd6517ddc77ec"
780-
integrity sha512-dHvhrbfr4xFQ9/dq+jcVneZMyRYLjggWjk6RVsIiHsP8Rz6yZ8LvZ//iU4TrZF+SXWG+JkNF2OyiZRvzgRDqMg==
799+
eslint@^9.11.1:
800+
version "9.11.1"
801+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.11.1.tgz#701e5fc528990153f9cef696d8427003b5206567"
802+
integrity sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg==
781803
dependencies:
782804
"@eslint-community/eslint-utils" "^4.2.0"
783805
"@eslint-community/regexpp" "^4.11.0"
784806
"@eslint/config-array" "^0.18.0"
807+
"@eslint/core" "^0.6.0"
785808
"@eslint/eslintrc" "^3.1.0"
786-
"@eslint/js" "9.9.1"
809+
"@eslint/js" "9.11.1"
810+
"@eslint/plugin-kit" "^0.2.0"
787811
"@humanwhocodes/module-importer" "^1.0.1"
788812
"@humanwhocodes/retry" "^0.3.0"
789813
"@nodelib/fs.walk" "^1.2.8"
814+
"@types/estree" "^1.0.6"
815+
"@types/json-schema" "^7.0.15"
790816
ajv "^6.12.4"
791817
chalk "^4.0.0"
792818
cross-spawn "^7.0.2"
@@ -806,7 +832,6 @@ eslint@^9.9.1:
806832
is-glob "^4.0.0"
807833
is-path-inside "^3.0.3"
808834
json-stable-stringify-without-jsonify "^1.0.1"
809-
levn "^0.4.1"
810835
lodash.merge "^4.6.2"
811836
minimatch "^3.1.2"
812837
natural-compare "^1.4.0"
@@ -1125,18 +1150,18 @@ jackspeak@^2.3.6:
11251150
optionalDependencies:
11261151
"@pkgjs/parseargs" "^0.11.0"
11271152

1128-
jasmine-core@~5.2.0:
1129-
version "5.2.0"
1130-
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.2.0.tgz#7d0aa4c26cb3dbaed201d0505489baf1e48faeca"
1131-
integrity sha512-tSAtdrvWybZkQmmaIoDgnvHG8ORUNw5kEVlO5CvrXj02Jjr9TZrmjFq7FUiOUzJiOP2wLGYT6PgrQgQF4R1xiw==
1153+
jasmine-core@~5.3.0:
1154+
version "5.3.0"
1155+
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.3.0.tgz#ed784e5a10af43988d8408bad80b9f08e240a3f8"
1156+
integrity sha512-zsOmeBKESky4toybvWEikRiZ0jHoBEu79wNArLfMdSnlLMZx3Xcp6CSm2sUcYyoJC+Uyj8LBJap/MUbVSfJ27g==
11321157

1133-
jasmine@^5.2.0:
1134-
version "5.2.0"
1135-
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-5.2.0.tgz#caa318ac1ccf966b2768e092137337621cdd3ca9"
1136-
integrity sha512-il+noV96N1BGU9/FMmc8QtAMxC8lPnXUiAvgb0o9MDZATRdxglTQe9wo6UdL049ropQL6MopDYwDlludKR6wJQ==
1158+
jasmine@^5.3.0:
1159+
version "5.3.0"
1160+
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-5.3.0.tgz#523dea612f3573f896e7f680f54752685e48581b"
1161+
integrity sha512-Vrv5VWTXVZ/5xcNawlYCmE24pOaZu3KduLr9iAaENoMJ8W8Ryvhfpw2cf3rI4Unc2ajvu2t4tCKjS72TnraBGQ==
11371162
dependencies:
11381163
glob "^10.2.2"
1139-
jasmine-core "~5.2.0"
1164+
jasmine-core "~5.3.0"
11401165

11411166
jest-diff@^29.7.0:
11421167
version "29.7.0"
@@ -1723,10 +1748,10 @@ typescript@^3.9:
17231748
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
17241749
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
17251750

1726-
typescript@^5.5:
1727-
version "5.5.4"
1728-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
1729-
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
1751+
typescript@^5.6:
1752+
version "5.6.2"
1753+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
1754+
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
17301755

17311756
undici-types@~5.26.4:
17321757
version "5.26.5"

0 commit comments

Comments
 (0)