diff --git a/@packages/utils/package.json b/@packages/utils/package.json index dcd1cb56fc..aec7cf505c 100644 --- a/@packages/utils/package.json +++ b/@packages/utils/package.json @@ -43,7 +43,7 @@ "dependencies": { "execa": "^5.0.0", "fs-extra": "^11.0.0", - "read-pkg": "9.0.0", + "read-pkg": "9.0.1", "require-from-string": "2.0.2", "tar-fs": "3.0.4", "tmp": "0.2.1", diff --git a/yarn.lock b/yarn.lock index 119f252343..38e61d2d80 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7502,15 +7502,16 @@ read-pkg-up@^7.0.1: read-pkg "^5.2.0" type-fest "^0.8.1" -read-pkg@9.0.0: - version "9.0.0" - resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-9.0.0.tgz#c8ea8e7405c4cfa2f990515a61207cb85f5258cd" - integrity sha512-SBoBio4xhJmlF4xs9IBliWZGSbDAnrOfQkLGL7xB+RYEUZNAN2LlNkzO45B7gc7c2dLMX987bhHAaJ/LG3efeQ== +read-pkg@9.0.1: + version "9.0.1" + resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-9.0.1.tgz#b1b81fb15104f5dbb121b6bbdee9bbc9739f569b" + integrity sha512-9viLL4/n1BJUCT1NXVTdS1jtm80yDEgR5T4yCelII49Mbj0v1rZdKqj7zCiYdbB0CuCgdrvHcNogAKTFPBocFA== dependencies: "@types/normalize-package-data" "^2.4.3" normalize-package-data "^6.0.0" parse-json "^8.0.0" type-fest "^4.6.0" + unicorn-magic "^0.1.0" read-pkg@^3.0.0: version "3.0.0" @@ -8656,6 +8657,11 @@ undici-types@~5.26.4: resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== +unicorn-magic@^0.1.0: + version "0.1.0" + resolved "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4" + integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ== + unique-filename@^2.0.0: version "2.0.1" resolved "https://registry.npmjs.org/unique-filename/-/unique-filename-2.0.1.tgz#e785f8675a9a7589e0ac77e0b5c34d2eaeac6da2"