Skip to content

Commit 9bebd5d

Browse files
fix: update dependency read-pkg to v10
1 parent 5922ec2 commit 9bebd5d

2 files changed

Lines changed: 67 additions & 34 deletions

File tree

@packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/yargs": "^17.0.29"
4545
},
4646
"dependencies": {
47-
"read-pkg": "^9.0.1",
47+
"read-pkg": "^10.0.0",
4848
"require-from-string": "^2.0.2",
4949
"tar-fs": "^3.0.5",
5050
"tinyexec": "^1.0.0",

yarn.lock

Lines changed: 66 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
dependencies:
156156
"@algolia/client-common" "5.44.0"
157157

158-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.22.13":
158+
"@babel/code-frame@^7.0.0":
159159
version "7.27.1"
160160
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
161161
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
@@ -164,7 +164,7 @@
164164
js-tokens "^4.0.0"
165165
picocolors "^1.1.1"
166166

167-
"@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0":
167+
"@babel/code-frame@^7.26.2", "@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0":
168168
version "7.29.0"
169169
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c"
170170
integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==
@@ -1884,7 +1884,7 @@
18841884
dependencies:
18851885
undici-types "~5.26.4"
18861886

1887-
"@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.3":
1887+
"@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.4":
18881888
version "2.4.4"
18891889
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
18901890
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
@@ -4660,6 +4660,13 @@ hosted-git-info@^7.0.0, hosted-git-info@^7.0.2:
46604660
dependencies:
46614661
lru-cache "^10.0.1"
46624662

4663+
hosted-git-info@^9.0.0:
4664+
version "9.0.2"
4665+
resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-9.0.2.tgz#b38c8a802b274e275eeeccf9f4a1b1a0a8557ada"
4666+
integrity sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==
4667+
dependencies:
4668+
lru-cache "^11.1.0"
4669+
46634670
html-escaper@^2.0.0:
46644671
version "2.0.2"
46654672
resolved "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
@@ -4775,10 +4782,10 @@ indent-string@^4.0.0:
47754782
resolved "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
47764783
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
47774784

4778-
index-to-position@^0.1.2:
4779-
version "0.1.2"
4780-
resolved "https://registry.npmjs.org/index-to-position/-/index-to-position-0.1.2.tgz#e11bfe995ca4d8eddb1ec43274488f3c201a7f09"
4781-
integrity sha512-MWDKS3AS1bGCHLBA2VLImJz42f7bJh8wQsTGCzI3j519/CASStoDONUBVz2I/VID0MpiX3SGSnbOD2xUalbE5g==
4785+
index-to-position@^1.1.0:
4786+
version "1.2.0"
4787+
resolved "https://registry.npmjs.org/index-to-position/-/index-to-position-1.2.0.tgz#c800eb34dacf4dbf96b9b06c7eb78d5f704138b4"
4788+
integrity sha512-Yg7+ztRkqslMAS2iFaU+Oa4KTSidr63OsFGlOrJoW981kIYO3CGCS3wA95P1mUi/IVSJkn0D479KTJpVpvFNuw==
47824789

47834790
inflight@^1.0.4:
47844791
version "1.0.6"
@@ -5542,6 +5549,11 @@ lru-cache@^11.0.0:
55425549
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz#40fd37edffcfae4b2940379c0722dc6eeaa75f24"
55435550
integrity sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==
55445551

5552+
lru-cache@^11.1.0:
5553+
version "11.2.7"
5554+
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.7.tgz#9127402617f34cd6767b96daee98c28e74458d35"
5555+
integrity sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==
5556+
55455557
lru-cache@^5.1.1:
55465558
version "5.1.1"
55475559
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -6047,6 +6059,15 @@ normalize-package-data@^6.0.0, normalize-package-data@^6.0.1:
60476059
semver "^7.3.5"
60486060
validate-npm-package-license "^3.0.4"
60496061

6062+
normalize-package-data@^8.0.0:
6063+
version "8.0.0"
6064+
resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-8.0.0.tgz#bdce7ff2d6ba891b853e179e45a5337766e304a7"
6065+
integrity sha512-RWk+PI433eESQ7ounYxIp67CYuVsS1uYSonX3kA6ps/3LWfjVQa/ptEg6Y3T6uAMq1mWpX9PQ+qx+QaHpsc7gQ==
6066+
dependencies:
6067+
hosted-git-info "^9.0.0"
6068+
semver "^7.3.5"
6069+
validate-npm-package-license "^3.0.4"
6070+
60506071
npm-bundled@^3.0.0:
60516072
version "3.0.1"
60526073
resolved "https://registry.npmjs.org/npm-bundled/-/npm-bundled-3.0.1.tgz#cca73e15560237696254b10170d8f86dad62da25"
@@ -6428,14 +6449,14 @@ parse-json@^5.0.0, parse-json@^5.2.0:
64286449
json-parse-even-better-errors "^2.3.0"
64296450
lines-and-columns "^1.1.6"
64306451

6431-
parse-json@^8.0.0:
6432-
version "8.1.0"
6433-
resolved "https://registry.npmjs.org/parse-json/-/parse-json-8.1.0.tgz#91cdc7728004e955af9cb734de5684733b24a717"
6434-
integrity sha512-rum1bPifK5SSar35Z6EKZuYPJx85pkNaFrxBK3mwdfSJ1/WKbYrjoW/zTPSjRRamfmVX1ACBIdFAO0VRErW/EA==
6452+
parse-json@^8.3.0:
6453+
version "8.3.0"
6454+
resolved "https://registry.npmjs.org/parse-json/-/parse-json-8.3.0.tgz#88a195a2157025139a2317a4f2f9252b61304ed5"
6455+
integrity sha512-ybiGyvspI+fAoRQbIPRddCcSTV9/LsJbf0e/S85VLowVGzRmokfneg2kwVW/KU5rOXrPSbF1qAKPMgNTqqROQQ==
64356456
dependencies:
6436-
"@babel/code-frame" "^7.22.13"
6437-
index-to-position "^0.1.2"
6438-
type-fest "^4.7.1"
6457+
"@babel/code-frame" "^7.26.2"
6458+
index-to-position "^1.1.0"
6459+
type-fest "^4.39.1"
64396460

64406461
parse-passwd@^1.0.0:
64416462
version "1.0.0"
@@ -6731,6 +6752,17 @@ read-pkg-up@^7.0.1:
67316752
read-pkg "^5.2.0"
67326753
type-fest "^0.8.1"
67336754

6755+
read-pkg@^10.0.0:
6756+
version "10.1.0"
6757+
resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-10.1.0.tgz#eff31c7e505a4995a85c5af017b3dc413745431c"
6758+
integrity sha512-I8g2lArQiP78ll51UeMZojewtYgIRCKCWqZEgOO8c/uefTI+XDXvCSXu3+YNUaTNvZzobrL5+SqHjBrByRRTdg==
6759+
dependencies:
6760+
"@types/normalize-package-data" "^2.4.4"
6761+
normalize-package-data "^8.0.0"
6762+
parse-json "^8.3.0"
6763+
type-fest "^5.4.4"
6764+
unicorn-magic "^0.4.0"
6765+
67346766
read-pkg@^3.0.0:
67356767
version "3.0.0"
67366768
resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
@@ -6750,17 +6782,6 @@ read-pkg@^5.2.0:
67506782
parse-json "^5.0.0"
67516783
type-fest "^0.6.0"
67526784

6753-
read-pkg@^9.0.1:
6754-
version "9.0.1"
6755-
resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-9.0.1.tgz#b1b81fb15104f5dbb121b6bbdee9bbc9739f569b"
6756-
integrity sha512-9viLL4/n1BJUCT1NXVTdS1jtm80yDEgR5T4yCelII49Mbj0v1rZdKqj7zCiYdbB0CuCgdrvHcNogAKTFPBocFA==
6757-
dependencies:
6758-
"@types/normalize-package-data" "^2.4.3"
6759-
normalize-package-data "^6.0.0"
6760-
parse-json "^8.0.0"
6761-
type-fest "^4.6.0"
6762-
unicorn-magic "^0.1.0"
6763-
67646785
read-yaml-file@^2.1.0:
67656786
version "2.1.0"
67666787
resolved "https://registry.npmjs.org/read-yaml-file/-/read-yaml-file-2.1.0.tgz#c5866712db9ef5343b4d02c2413bada53c41c4a9"
@@ -7400,6 +7421,11 @@ tabbable@^6.3.0:
74007421
resolved "https://registry.npmjs.org/tabbable/-/tabbable-6.3.0.tgz#2e0e6163935387cdeacd44e9334616ca0115a8d3"
74017422
integrity sha512-EIHvdY5bPLuWForiR/AN2Bxngzpuwn1is4asboytXtpTgsArc+WmSJKVLlhdh71u7jFcryDqB2A8lQvj78MkyQ==
74027423

7424+
tagged-tag@^1.0.0:
7425+
version "1.0.0"
7426+
resolved "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz#a0b5917c2864cba54841495abfa3f6b13edcf4d6"
7427+
integrity sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==
7428+
74037429
tar-fs@^3.0.5:
74047430
version "3.1.2"
74057431
resolved "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.2.tgz#114b012f54796f31e62f3e57792820a80b83ae6e"
@@ -7611,10 +7637,17 @@ type-fest@^0.8.1:
76117637
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
76127638
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
76137639

7614-
type-fest@^4.6.0, type-fest@^4.7.1:
7615-
version "4.37.0"
7616-
resolved "https://registry.npmjs.org/type-fest/-/type-fest-4.37.0.tgz#7cf008bf77b63a33f7ca014fa2a3f09fd69e8937"
7617-
integrity sha512-S/5/0kFftkq27FPNye0XM1e2NsnoD/3FS+pBmbjmmtLT6I+i344KoOf7pvXreaFsDamWeaJX55nczA1m5PsBDg==
7640+
type-fest@^4.39.1:
7641+
version "4.41.0"
7642+
resolved "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz#6ae1c8e5731273c2bf1f58ad39cbae2c91a46c58"
7643+
integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==
7644+
7645+
type-fest@^5.4.4:
7646+
version "5.5.0"
7647+
resolved "https://registry.npmjs.org/type-fest/-/type-fest-5.5.0.tgz#78fca72f3a1f9ec964e6ae260db492b070c56f3b"
7648+
integrity sha512-PlBfpQwiUvGViBNX84Yxwjsdhd1TUlXr6zjX7eoirtCPIr08NAmxwa+fcYBTeRQxHo9YC9wwF3m9i700sHma8g==
7649+
dependencies:
7650+
tagged-tag "^1.0.0"
76187651

76197652
typedarray@^0.0.6:
76207653
version "0.0.6"
@@ -7641,10 +7674,10 @@ undici-types@~7.16.0:
76417674
resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
76427675
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
76437676

7644-
unicorn-magic@^0.1.0:
7645-
version "0.1.0"
7646-
resolved "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
7647-
integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
7677+
unicorn-magic@^0.4.0:
7678+
version "0.4.0"
7679+
resolved "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz#78c6a090fd6d07abd2468b83b385603e00dfdb24"
7680+
integrity sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==
76487681

76497682
unique-filename@^3.0.0:
76507683
version "3.0.0"

0 commit comments

Comments
 (0)