@@ -3457,7 +3457,7 @@ cacache@16.1.3, cacache@^16.0.0, cacache@^16.1.0, cacache@^16.1.3:
34573457 tar "^6.1.11"
34583458 unique-filename "^2.0.0"
34593459
3460- cacache@17.0.0 :
3460+ cacache@17.0.0, cacache@^17.0.0 :
34613461 version "17.0.0"
34623462 resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.0.0.tgz#76be0cc410879a37ec08426cbfcc216a5c2f26a6"
34633463 integrity sha512-5hYD+c8Ytmymo9b8tPgYWrWfHOzaO8M8jMUkyiEYfeLTwo70MUaD/yA1pNONi3upx02JIn3mtpDuSCXoQgtlHw==
@@ -6530,6 +6530,11 @@ json-parse-even-better-errors@^2.3.0, json-parse-even-better-errors@^2.3.1:
65306530 resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
65316531 integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
65326532
6533+ json-parse-even-better-errors@^3.0.0 :
6534+ version "3.0.0"
6535+ resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.0.tgz#2cb2ee33069a78870a0c7e3da560026b89669cf7"
6536+ integrity sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==
6537+
65336538json-schema-traverse@^0.4.1 :
65346539 version "0.4.1"
65356540 resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
@@ -8064,30 +8069,26 @@ p-try@^2.0.0:
80648069 resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
80658070 integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
80668071
8067- pacote@14 .0.0 :
8068- version "14 .0.0"
8069- resolved "https://registry.yarnpkg.com/pacote/-/pacote-14 .0.0.tgz#aff1d9ac0fb420eb79187b291ecded20b370d8d3 "
8070- integrity sha512-SYXfAQi7Bj+suydMz7lVnEF4/xNIvP+uobXGPwIUdFPkUxoOBHYxCakMXHGQQZ9lIHLj2IXTJ6BeWSe6U/uAYg ==
8072+ pacote@15 .0.0 :
8073+ version "15 .0.0"
8074+ resolved "https://registry.yarnpkg.com/pacote/-/pacote-15 .0.0.tgz#32f6f7e9b59f4dd17e48c5f957c0d777f2d59021 "
8075+ integrity sha512-YsMK5om14r2rf4Ukum5R43zKFoJe0swrsZRbG4fUfTJUxHpdMrie6+Js/jaNtn7Bq0YRL9SnAajPqz6n4wgi6g ==
80718076 dependencies :
80728077 " @npmcli/git" " ^3.0.0"
80738078 " @npmcli/installed-package-contents" " ^1.0.7"
80748079 " @npmcli/promise-spawn" " ^3.0.0"
80758080 " @npmcli/run-script" " ^4.1.0"
8076- cacache "^16.0.0"
8077- chownr "^2.0.0"
8081+ cacache "^17.0.0"
80788082 fs-minipass "^2.1.0"
8079- infer-owner "^1.0.4"
80808083 minipass "^3.1.6"
8081- mkdirp "^1.0.4"
80828084 npm-package-arg "^9.0.0"
80838085 npm-packlist "^7.0.0"
80848086 npm-pick-manifest "^7.0.0"
80858087 npm-registry-fetch "^13.0.1"
80868088 proc-log "^2.0.0"
80878089 promise-retry "^2.0.1"
80888090 read-package-json "^5.0.0"
8089- read-package-json-fast "^2.0.3"
8090- rimraf "^3.0.2"
8091+ read-package-json-fast "^3.0.0"
80918092 ssri "^9.0.0"
80928093 tar "^6.1.11"
80938094
@@ -8791,6 +8792,14 @@ read-package-json-fast@^2.0.2, read-package-json-fast@^2.0.3:
87918792 json-parse-even-better-errors "^2.3.0"
87928793 npm-normalize-package-bin "^1.0.1"
87938794
8795+ read-package-json-fast@^3.0.0 :
8796+ version "3.0.0"
8797+ resolved "https://registry.yarnpkg.com/read-package-json-fast/-/read-package-json-fast-3.0.0.tgz#1931be7e06ab0e1e11223f5bb4ce0da2d4dbcc36"
8798+ integrity sha512-dVZMRA86XfZYNxQu18el+HG18L92Rn9CyOhOiQRPFR6ygigZwnmPg1DEVPNFBesp8JeISYYLvvD8DaEkUSTFkQ==
8799+ dependencies :
8800+ json-parse-even-better-errors "^3.0.0"
8801+ npm-normalize-package-bin "^2.0.0"
8802+
87948803read-package-json@^2.0.0 :
87958804 version "2.1.2"
87968805 resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-2.1.2.tgz#6992b2b66c7177259feb8eaac73c3acd28b9222a"
0 commit comments