Skip to content

Commit 88c4b8a

Browse files
fix: update dependency read-pkg to v9.0.1 (#3777)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 36c58e3 commit 88c4b8a

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

@packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"execa": "^5.0.0",
4545
"fs-extra": "^11.0.0",
46-
"read-pkg": "9.0.0",
46+
"read-pkg": "9.0.1",
4747
"require-from-string": "2.0.2",
4848
"tar-fs": "3.0.4",
4949
"tmp": "0.2.1",

yarn.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -7502,15 +7502,16 @@ read-pkg-up@^7.0.1:
75027502
read-pkg "^5.2.0"
75037503
type-fest "^0.8.1"
75047504

7505-
7506-
version "9.0.0"
7507-
resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-9.0.0.tgz#c8ea8e7405c4cfa2f990515a61207cb85f5258cd"
7508-
integrity sha512-SBoBio4xhJmlF4xs9IBliWZGSbDAnrOfQkLGL7xB+RYEUZNAN2LlNkzO45B7gc7c2dLMX987bhHAaJ/LG3efeQ==
7505+
7506+
version "9.0.1"
7507+
resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-9.0.1.tgz#b1b81fb15104f5dbb121b6bbdee9bbc9739f569b"
7508+
integrity sha512-9viLL4/n1BJUCT1NXVTdS1jtm80yDEgR5T4yCelII49Mbj0v1rZdKqj7zCiYdbB0CuCgdrvHcNogAKTFPBocFA==
75097509
dependencies:
75107510
"@types/normalize-package-data" "^2.4.3"
75117511
normalize-package-data "^6.0.0"
75127512
parse-json "^8.0.0"
75137513
type-fest "^4.6.0"
7514+
unicorn-magic "^0.1.0"
75147515

75157516
read-pkg@^3.0.0:
75167517
version "3.0.0"
@@ -8656,6 +8657,11 @@ undici-types@~5.26.4:
86568657
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
86578658
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
86588659

8660+
unicorn-magic@^0.1.0:
8661+
version "0.1.0"
8662+
resolved "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
8663+
integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
8664+
86598665
unique-filename@^2.0.0:
86608666
version "2.0.1"
86618667
resolved "https://registry.npmjs.org/unique-filename/-/unique-filename-2.0.1.tgz#e785f8675a9a7589e0ac77e0b5c34d2eaeac6da2"

0 commit comments

Comments
 (0)