Skip to content

Commit 02c6e2d

Browse files
Bump @feathersjs/authentication-local from 4.5.15 to 5.0.8
Bumps [@feathersjs/authentication-local](https://github.com/feathersjs/feathers/tree/HEAD/packages/authentication-local) from 4.5.15 to 5.0.8. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/dove/packages/authentication-local/CHANGELOG.md) - [Commits](https://github.com/feathersjs/feathers/commits/v5.0.8/packages/authentication-local) --- updated-dependencies: - dependency-name: "@feathersjs/authentication-local" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 113c047 commit 02c6e2d

2 files changed

Lines changed: 155 additions & 16 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@bervproject/feathers-advance-hook": "^1.1.1",
3838
"@feathersjs/authentication": "^4.5.15",
3939
"@feathersjs/authentication-jwt": "^2.0.10",
40-
"@feathersjs/authentication-local": "^4.5.15",
40+
"@feathersjs/authentication-local": "^5.0.8",
4141
"@feathersjs/authentication-oauth": "^4.5.15",
4242
"@feathersjs/configuration": "^4.5.15",
4343
"@feathersjs/errors": "^5.0.8",

yarn.lock

Lines changed: 154 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,13 @@
263263
dependencies:
264264
"@babel/helper-plugin-utils" "^7.19.0"
265265

266+
"@babel/runtime@^7.18.3":
267+
version "7.22.6"
268+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.6.tgz#57d64b9ae3cff1d67eb067ae117dac087f5bd438"
269+
integrity sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==
270+
dependencies:
271+
regenerator-runtime "^0.13.11"
272+
266273
"@babel/template@^7.18.10", "@babel/template@^7.3.3":
267274
version "7.18.10"
268275
resolved "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
@@ -381,6 +388,15 @@
381388
"@feathersjs/errors" "^4.5.15"
382389
"@feathersjs/feathers" "^4.5.15"
383390

391+
"@feathersjs/adapter-commons@^5.0.8":
392+
version "5.0.8"
393+
resolved "https://registry.yarnpkg.com/@feathersjs/adapter-commons/-/adapter-commons-5.0.8.tgz#df45557b0c00e1d78a22fa3ffc6f2692e9647665"
394+
integrity sha512-DEGthTM/Yg+vxDSI2Myy2V14Nig+Gq73fOGVxR4piLzVgXPtf7q6XkdGwWUzgIQ8C47UrpIn9dBAfEKCRdZm2Q==
395+
dependencies:
396+
"@feathersjs/commons" "^5.0.8"
397+
"@feathersjs/errors" "^5.0.8"
398+
"@feathersjs/feathers" "^5.0.8"
399+
384400
"@feathersjs/authentication-jwt@^2.0.10":
385401
version "2.0.10"
386402
resolved "https://registry.npmjs.org/@feathersjs/authentication-jwt/-/authentication-jwt-2.0.10.tgz#f8ec25d1230552b311af21822c5974cbc5f99b5e"
@@ -393,16 +409,16 @@
393409
lodash.pick "^4.4.0"
394410
passport-jwt "^4.0.0"
395411

396-
"@feathersjs/authentication-local@^4.5.15":
397-
version "4.5.15"
398-
resolved "https://registry.npmjs.org/@feathersjs/authentication-local/-/authentication-local-4.5.15.tgz#2834231cdc141fb4f86e717bc71842371bdf5ab0"
399-
integrity sha512-5K+S6eAUVbrEqaL12yYjCP5dn+QXklVg/nJgBIkCfRp/uaTbQM4W7VQanrB9EgBwhX1p4EJhWkB/xeNam8qb5A==
412+
"@feathersjs/authentication-local@^5.0.8":
413+
version "5.0.8"
414+
resolved "https://registry.yarnpkg.com/@feathersjs/authentication-local/-/authentication-local-5.0.8.tgz#d95274b12bc28d7e601f28306de07dfd17f49e13"
415+
integrity sha512-51yK7DIwLeAvxRu6g2wFWSWOAOMDGrQ2bJ3T/CnXN4e+20Yr441rgTSZm7fkfUIQnp+HYwhtAKT8t12ErfH1AA==
400416
dependencies:
401-
"@feathersjs/authentication" "^4.5.15"
402-
"@feathersjs/errors" "^4.5.15"
403-
"@feathersjs/feathers" "^4.5.15"
417+
"@feathersjs/authentication" "^5.0.8"
418+
"@feathersjs/commons" "^5.0.8"
419+
"@feathersjs/errors" "^5.0.8"
420+
"@feathersjs/feathers" "^5.0.8"
404421
bcryptjs "^2.4.3"
405-
debug "^4.3.3"
406422
lodash "^4.17.21"
407423

408424
"@feathersjs/authentication-oauth@^4.5.15":
@@ -435,16 +451,33 @@
435451
long-timeout "^0.1.1"
436452
uuid "^8.3.2"
437453

438-
"@feathersjs/commons@^4.5.15":
439-
version "4.5.15"
440-
resolved "https://registry.npmjs.org/@feathersjs/commons/-/commons-4.5.15.tgz#2f9c2599fd93607206ee40ab0e5639b79c7781b8"
441-
integrity sha512-eVEcLJL3GcPQBQcD77jI3fZ4MMx+iD02Px2Z1lDw+cn/iGCeQkWWAPQs4Tp+HGR1rTL5JO+unyhzN8V9X7OYmw==
454+
"@feathersjs/authentication@^5.0.8":
455+
version "5.0.8"
456+
resolved "https://registry.yarnpkg.com/@feathersjs/authentication/-/authentication-5.0.8.tgz#0cefdf02e413f4e1495e2d16dd9bbda70067b9cb"
457+
integrity sha512-RV9P61DuxKkrLbZDvg1s31TnSteXqmCjBokUqFQsh582E97hO89Qj8vbHhm2C5ryBZ1yFWJsCN1wKogkh2oiNQ==
458+
dependencies:
459+
"@feathersjs/commons" "^5.0.8"
460+
"@feathersjs/errors" "^5.0.8"
461+
"@feathersjs/feathers" "^5.0.8"
462+
"@feathersjs/hooks" "^0.8.1"
463+
"@feathersjs/schema" "^5.0.8"
464+
"@feathersjs/transport-commons" "^5.0.8"
465+
"@types/jsonwebtoken" "^9.0.2"
466+
jsonwebtoken "^9.0.1"
467+
lodash "^4.17.21"
468+
long-timeout "^0.1.1"
469+
uuid "^9.0.0"
442470

443-
"@feathersjs/commons@^4.5.16":
471+
"@feathersjs/commons@^4.5.15", "@feathersjs/commons@^4.5.16":
444472
version "4.5.16"
445473
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.5.16.tgz#878311fe316459642ba53399e0758efa021ed351"
446474
integrity sha512-FXKAcGApcd9w3M42gjLi8+oaPijabS8qbD4ynQK3PM8J7BqpbSdCzURsI7EpReoQxFxdhrR4jix8cQIC/iAeuw==
447475

476+
"@feathersjs/commons@^5.0.8":
477+
version "5.0.8"
478+
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-5.0.8.tgz#f4dd3b3ce474f8c79ac376672bade38bef4c934a"
479+
integrity sha512-Xq8R6xD2rIWBCP32+VFX9caldveXqSNDLDNZS5OaKaqyYeIAeXtcjEz4no7jtuUqzxqFOTn/Ub2FqHhncI15Vg==
480+
448481
"@feathersjs/configuration@^4.5.15":
449482
version "4.5.15"
450483
resolved "https://registry.npmjs.org/@feathersjs/configuration/-/configuration-4.5.15.tgz#bd2f142369579e6ac00afb2926fb0de5c5902c28"
@@ -496,6 +529,35 @@
496529
events "^3.3.0"
497530
uberproto "^2.0.6"
498531

532+
"@feathersjs/feathers@^5.0.8":
533+
version "5.0.8"
534+
resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-5.0.8.tgz#bdcae13df4714a013618522f91e1473ae2267a03"
535+
integrity sha512-dhG/Tj1rRiN/ofB7CNuhSQMwfOC5njXXQe00Zf02fkbGXxzi9vg9TKGr2qlsggAMEW/dPdbzpQ8+MiWAEcWh/g==
536+
dependencies:
537+
"@feathersjs/commons" "^5.0.8"
538+
"@feathersjs/hooks" "^0.8.1"
539+
events "^3.3.0"
540+
541+
"@feathersjs/hooks@^0.8.1":
542+
version "0.8.1"
543+
resolved "https://registry.yarnpkg.com/@feathersjs/hooks/-/hooks-0.8.1.tgz#de7e8e9632d9bd9027eaffc7f5292fc577bc769f"
544+
integrity sha512-q/OGjm2BEhT9cHYYcMZR4YKX4lHyufBJmi5Dz+XRM5YqUuEg9MYtR45CWgDiC1klrd2srNSsdmGNVU1otL4+0Q==
545+
546+
"@feathersjs/schema@^5.0.8":
547+
version "5.0.8"
548+
resolved "https://registry.yarnpkg.com/@feathersjs/schema/-/schema-5.0.8.tgz#d5341983d9863fc9ea4a2cc312689c142e0a80a5"
549+
integrity sha512-eCwiIz96JtwkIFN03rWGxQY91IQRWlkfRyFfL7UJ9kB+EpKVRfLQayrk+ZKbJcs1Duq3eUBEa+xAgKwCwEyUKQ==
550+
dependencies:
551+
"@feathersjs/adapter-commons" "^5.0.8"
552+
"@feathersjs/commons" "^5.0.8"
553+
"@feathersjs/errors" "^5.0.8"
554+
"@feathersjs/feathers" "^5.0.8"
555+
"@feathersjs/hooks" "^0.8.1"
556+
"@types/json-schema" "^7.0.12"
557+
ajv "^8.12.0"
558+
ajv-formats "^2.1.1"
559+
json-schema-to-ts "^2.9.1"
560+
499561
"@feathersjs/socketio@^4.5.18":
500562
version "4.5.18"
501563
resolved "https://registry.yarnpkg.com/@feathersjs/socketio/-/socketio-4.5.18.tgz#fcbcad4a6fd4523eda96620b23c747a23c679c5c"
@@ -518,6 +580,17 @@
518580
lodash "^4.17.21"
519581
radix-router "^3.0.1"
520582

583+
"@feathersjs/transport-commons@^5.0.8":
584+
version "5.0.8"
585+
resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-5.0.8.tgz#bfc6bdd1235c43b6b57443b04245b3f820189594"
586+
integrity sha512-vR0eeF7MExhTQZEFpZTwDEn+4FwNyUT+Aj1ssHkQvsZZp88JecQzQegZscepWcdKRvh64HGXptC2hhh5TvFt0w==
587+
dependencies:
588+
"@feathersjs/commons" "^5.0.8"
589+
"@feathersjs/errors" "^5.0.8"
590+
"@feathersjs/feathers" "^5.0.8"
591+
encodeurl "^1.0.2"
592+
lodash "^4.17.21"
593+
521594
"@google-cloud/paginator@^3.0.7":
522595
version "3.0.7"
523596
resolved "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-3.0.7.tgz#fb6f8e24ec841f99defaebf62c75c2e744dd419b"
@@ -1059,6 +1132,11 @@
10591132
expect "^29.0.0"
10601133
pretty-format "^29.0.0"
10611134

1135+
"@types/json-schema@^7.0.12":
1136+
version "7.0.12"
1137+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
1138+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
1139+
10621140
"@types/json-schema@^7.0.9":
10631141
version "7.0.11"
10641142
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
@@ -1317,6 +1395,13 @@ agent-base@6:
13171395
dependencies:
13181396
debug "4"
13191397

1398+
ajv-formats@^2.1.1:
1399+
version "2.1.1"
1400+
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520"
1401+
integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==
1402+
dependencies:
1403+
ajv "^8.0.0"
1404+
13201405
ajv@^6.10.0, ajv@^6.12.4, ajv@^6.12.6:
13211406
version "6.12.6"
13221407
resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
@@ -1327,6 +1412,16 @@ ajv@^6.10.0, ajv@^6.12.4, ajv@^6.12.6:
13271412
json-schema-traverse "^0.4.1"
13281413
uri-js "^4.2.2"
13291414

1415+
ajv@^8.0.0, ajv@^8.12.0:
1416+
version "8.12.0"
1417+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
1418+
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
1419+
dependencies:
1420+
fast-deep-equal "^3.1.1"
1421+
json-schema-traverse "^1.0.0"
1422+
require-from-string "^2.0.2"
1423+
uri-js "^4.2.2"
1424+
13301425
ansi-escapes@^4.2.1:
13311426
version "4.3.2"
13321427
resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
@@ -2097,7 +2192,7 @@ enabled@2.0.x:
20972192
resolved "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz#f9dd92ec2d6f4bbc0d5d1e64e21d61cd4665e7c2"
20982193
integrity sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==
20992194

2100-
encodeurl@~1.0.2:
2195+
encodeurl@^1.0.2, encodeurl@~1.0.2:
21012196
version "1.0.2"
21022197
resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
21032198
integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==
@@ -3456,11 +3551,25 @@ json-parse-even-better-errors@^2.3.0:
34563551
resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
34573552
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
34583553

3554+
json-schema-to-ts@^2.9.1:
3555+
version "2.9.1"
3556+
resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-2.9.1.tgz#0e055b787587477abdb7e880c874efad3dba7779"
3557+
integrity sha512-8MNpRGERlCUWYeJwsWkMrJ0MWzBz49dfqpG+n9viiIlP4othaahbiaNQZuBzmPxRLUhOv1QJMCzW5WE8nHFGIQ==
3558+
dependencies:
3559+
"@babel/runtime" "^7.18.3"
3560+
"@types/json-schema" "^7.0.9"
3561+
ts-algebra "^1.2.0"
3562+
34593563
json-schema-traverse@^0.4.1:
34603564
version "0.4.1"
34613565
resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
34623566
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
34633567

3568+
json-schema-traverse@^1.0.0:
3569+
version "1.0.0"
3570+
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
3571+
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
3572+
34643573
json-stable-stringify-without-jsonify@^1.0.1:
34653574
version "1.0.1"
34663575
resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
@@ -3487,6 +3596,16 @@ jsonwebtoken@^8.2.0, jsonwebtoken@^8.5.1:
34873596
ms "^2.1.1"
34883597
semver "^5.6.0"
34893598

3599+
jsonwebtoken@^9.0.1:
3600+
version "9.0.1"
3601+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz#81d8c901c112c24e497a55daf6b2be1225b40145"
3602+
integrity sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg==
3603+
dependencies:
3604+
jws "^3.2.2"
3605+
lodash "^4.17.21"
3606+
ms "^2.1.1"
3607+
semver "^7.3.8"
3608+
34903609
jwa@^1.4.1:
34913610
version "1.4.1"
34923611
resolved "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a"
@@ -4279,6 +4398,11 @@ rechoir@^0.6.2:
42794398
dependencies:
42804399
resolve "^1.1.6"
42814400

4401+
regenerator-runtime@^0.13.11:
4402+
version "0.13.11"
4403+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
4404+
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
4405+
42824406
request-compose@^1.2.1:
42834407
version "1.2.3"
42844408
resolved "https://registry.npmjs.org/request-compose/-/request-compose-1.2.3.tgz#b04110786cc25e3af6b1757553f5abcfefe0887b"
@@ -4298,6 +4422,11 @@ require-directory@^2.1.1:
42984422
resolved "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
42994423
integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
43004424

4425+
require-from-string@^2.0.2:
4426+
version "2.0.2"
4427+
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
4428+
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
4429+
43014430
resolve-cwd@^3.0.0:
43024431
version "3.0.0"
43034432
resolved "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d"
@@ -4408,7 +4537,7 @@ semver@^6.0.0, semver@^6.3.0:
44084537
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
44094538
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
44104539

4411-
semver@^7.3.7, semver@^7.5.1, semver@^7.5.3:
4540+
semver@^7.3.7, semver@^7.3.8, semver@^7.5.1, semver@^7.5.3:
44124541
version "7.5.4"
44134542
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
44144543
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
@@ -4860,6 +4989,11 @@ triple-beam@^1.3.0:
48604989
resolved "https://registry.npmjs.org/triple-beam/-/triple-beam-1.3.0.tgz#a595214c7298db8339eeeee083e4d10bd8cb8dd9"
48614990
integrity sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==
48624991

4992+
ts-algebra@^1.2.0:
4993+
version "1.2.0"
4994+
resolved "https://registry.yarnpkg.com/ts-algebra/-/ts-algebra-1.2.0.tgz#f91c481207a770f0d14d055c376cbee040afdfc9"
4995+
integrity sha512-kMuJJd8B2N/swCvIvn1hIFcIOrLGbWl9m/J6O3kHx9VRaevh00nvgjPiEGaRee7DRaAczMYR2uwWvXU22VFltw==
4996+
48634997
ts-jest@^29.1.1:
48644998
version "29.1.1"
48654999
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.1.tgz#f58fe62c63caf7bfcc5cc6472082f79180f0815b"
@@ -5068,6 +5202,11 @@ uuid@^8.0.0, uuid@^8.3.2:
50685202
resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
50695203
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
50705204

5205+
uuid@^9.0.0:
5206+
version "9.0.0"
5207+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"
5208+
integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==
5209+
50715210
v8-compile-cache-lib@^3.0.1:
50725211
version "3.0.1"
50735212
resolved "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"

0 commit comments

Comments
 (0)