Skip to content

Commit 7d9a3b1

Browse files
fix: update dependency read-pkg to v7 (#2721)
Co-authored-by: Renovate Bot <[email protected]>
1 parent bae3407 commit 7d9a3b1

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

@packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"execa": "^5.0.0",
4444
"fs-extra": "^10.0.0",
45-
"read-pkg": "6.0.0",
45+
"read-pkg": "7.0.0",
4646
"require-from-string": "2.0.2",
4747
"tar-fs": "2.1.1",
4848
"tmp": "0.2.1",

yarn.lock

+15-10
Original file line numberDiff line numberDiff line change
@@ -2558,6 +2558,11 @@
25582558
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
25592559
integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==
25602560

2561+
"@types/normalize-package-data@^2.4.1":
2562+
version "2.4.1"
2563+
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
2564+
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
2565+
25612566
"@types/parse-json@^4.0.0":
25622567
version "4.0.0"
25632568
resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
@@ -8817,15 +8822,15 @@ read-pkg-up@^7.0.1:
88178822
read-pkg "^5.2.0"
88188823
type-fest "^0.8.1"
88198824

8820-
read-pkg@6.0.0:
8821-
version "6.0.0"
8822-
resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-6.0.0.tgz#a67a7d6a1c2b0c3cd6aa2ea521f40c458a4a504c"
8823-
integrity sha512-X1Fu3dPuk/8ZLsMhEj5f4wFAF0DWoK7qhGJvgaijocXxBmSToKfbFtqbxMO7bVjNA1dmE5huAzjXj/ey86iw9Q==
8825+
read-pkg@7.0.0:
8826+
version "7.0.0"
8827+
resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-7.0.0.tgz#7009094a9cd58c7efc325d31f1f6cfce1928fa00"
8828+
integrity sha512-oG2cKegOo2gjy/hrAM+KFHD9IqKdQvWcpWBBxuHbaucziM9PY45EuF6YbenLF7tL9ekXgB6Lfruo9hwdHQZUrA==
88248829
dependencies:
8825-
"@types/normalize-package-data" "^2.4.0"
8830+
"@types/normalize-package-data" "^2.4.1"
88268831
normalize-package-data "^3.0.2"
88278832
parse-json "^5.2.0"
8828-
type-fest "^1.0.1"
8833+
type-fest "^2.0.0"
88298834

88308835
read-pkg@^1.0.0:
88318836
version "1.1.0"
@@ -10297,10 +10302,10 @@ type-fest@^0.8.1:
1029710302
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
1029810303
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
1029910304

10300-
type-fest@^1.0.1:
10301-
version "1.0.1"
10302-
resolved "https://registry.npmjs.org/type-fest/-/type-fest-1.0.1.tgz#2494455e65c59170ec98bdda05b7d7184f5b74ad"
10303-
integrity sha512-+UTPE7JT3O+sUpRroRgQAbbSfIRBwOHh+o/oruB1JJE6g6uBm3Y0D82fO3xu8VHfxJLQjeRp0PEY6mRmh/lElA==
10305+
type-fest@^2.0.0:
10306+
version "2.0.0"
10307+
resolved "https://registry.npmjs.org/type-fest/-/type-fest-2.0.0.tgz#e9daf5615e89f6d430f34117f88f4ee2cd5a2725"
10308+
integrity sha512-BoEUnckjP9oiudy3KxlGdudtBAdJQ74Wp7dYwVPkUzBn+cVHOsBXh2zD2jLyqgbuJ1KMNriczZCI7lTBA94dFg==
1030410309

1030510310
typedarray-to-buffer@^3.1.5:
1030610311
version "3.1.5"

0 commit comments

Comments
 (0)