Skip to content

Commit bc33ec1

Browse files
committed
Fix integrity for zimmerframe dependency
1 parent 9d8f3b7 commit bc33ec1

10 files changed

Lines changed: 49 additions & 6 deletions

File tree

6.82 KB
Binary file not shown.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
diff --git a/package.json b/package.json
2+
index 52c6e1e6644c7c4115455025ceb1afaccdb5b67f..e2fa8b685f5fa5402c8d28dbc1cd0be33b75876b 100644
3+
--- a/package.json
4+
+++ b/package.json
5+
@@ -10,7 +10,8 @@
6+
"exports": {
7+
".": {
8+
"types": "./types/index.d.ts",
9+
- "import": "./src/walk.js"
10+
+ "import": "./src/walk.js",
11+
+ "require": "./src/walk.js"
12+
}
13+
},
14+
"types": "./types/index.d.ts",

LICENSES-3rdparty.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,3 +809,4 @@ yargs,npm,MIT,(https://yargs.js.org/)
809809
yargs-parser,npm,ISC,Ben Coe (https://www.npmjs.com/package/yargs-parser)
810810
yn,npm,MIT,Sindre Sorhus (sindresorhus.com)
811811
yocto-queue,npm,MIT,Sindre Sorhus (https://sindresorhus.com)
812+
zimmerframe,patch,MIT,(https://www.npmjs.com/package/zimmerframe)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"typescript": "5.4.3"
5858
},
5959
"resolutions": {
60-
"rollup": "4.45.1"
60+
"rollup": "4.45.1",
61+
"zimmerframe": "patch:zimmerframe@npm%3A1.1.4#~/.yarn/patches/zimmerframe-npm-1.1.4-a2c339a65f.patch"
6162
},
6263
"packageManager": "yarn@4.10.3"
6364
}

packages/published/esbuild-plugin/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,16 @@
5353
"@datadog/js-instrumentation-wasm": "1.0.8",
5454
"async-retry": "1.3.3",
5555
"chalk": "2.3.1",
56+
"eslint-scope": "7.2.2",
5657
"glob": "11.1.0",
5758
"json-stream-stringify": "3.1.6",
5859
"jszip": "3.10.1",
5960
"outdent": "0.8.0",
6061
"p-queue": "6.6.2",
6162
"pretty-bytes": "5.6.0",
6263
"simple-git": "3.35.1",
63-
"unplugin": "2.3.11"
64+
"unplugin": "2.3.11",
65+
"zimmerframe": "1.1.4"
6466
},
6567
"devDependencies": {
6668
"@babel/core": "7.24.5",

packages/published/rollup-plugin/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,16 @@
5656
"@datadog/js-instrumentation-wasm": "1.0.8",
5757
"async-retry": "1.3.3",
5858
"chalk": "2.3.1",
59+
"eslint-scope": "7.2.2",
5960
"glob": "11.1.0",
6061
"json-stream-stringify": "3.1.6",
6162
"jszip": "3.10.1",
6263
"outdent": "0.8.0",
6364
"p-queue": "6.6.2",
6465
"pretty-bytes": "5.6.0",
6566
"simple-git": "3.35.1",
66-
"unplugin": "2.3.11"
67+
"unplugin": "2.3.11",
68+
"zimmerframe": "1.1.4"
6769
},
6870
"devDependencies": {
6971
"@babel/core": "7.24.5",

packages/published/rspack-plugin/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,16 @@
5353
"@datadog/js-instrumentation-wasm": "1.0.8",
5454
"async-retry": "1.3.3",
5555
"chalk": "2.3.1",
56+
"eslint-scope": "7.2.2",
5657
"glob": "11.1.0",
5758
"json-stream-stringify": "3.1.6",
5859
"jszip": "3.10.1",
5960
"outdent": "0.8.0",
6061
"p-queue": "6.6.2",
6162
"pretty-bytes": "5.6.0",
6263
"simple-git": "3.35.1",
63-
"unplugin": "2.3.11"
64+
"unplugin": "2.3.11",
65+
"zimmerframe": "1.1.4"
6466
},
6567
"devDependencies": {
6668
"@babel/core": "7.24.5",

packages/published/vite-plugin/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,16 @@
5353
"@datadog/js-instrumentation-wasm": "1.0.8",
5454
"async-retry": "1.3.3",
5555
"chalk": "2.3.1",
56+
"eslint-scope": "7.2.2",
5657
"glob": "11.1.0",
5758
"json-stream-stringify": "3.1.6",
5859
"jszip": "3.10.1",
5960
"outdent": "0.8.0",
6061
"p-queue": "6.6.2",
6162
"pretty-bytes": "5.6.0",
6263
"simple-git": "3.35.1",
63-
"unplugin": "2.3.11"
64+
"unplugin": "2.3.11",
65+
"zimmerframe": "1.1.4"
6466
},
6567
"devDependencies": {
6668
"@babel/core": "7.24.5",

packages/published/webpack-plugin/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,16 @@
5353
"@datadog/js-instrumentation-wasm": "1.0.8",
5454
"async-retry": "1.3.3",
5555
"chalk": "2.3.1",
56+
"eslint-scope": "7.2.2",
5657
"glob": "11.1.0",
5758
"json-stream-stringify": "3.1.6",
5859
"jszip": "3.10.1",
5960
"outdent": "0.8.0",
6061
"p-queue": "6.6.2",
6162
"pretty-bytes": "5.6.0",
6263
"simple-git": "3.35.1",
63-
"unplugin": "2.3.11"
64+
"unplugin": "2.3.11",
65+
"zimmerframe": "1.1.4"
6466
},
6567
"devDependencies": {
6668
"@babel/core": "7.24.5",

yarn.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,6 +1699,7 @@ __metadata:
16991699
async-retry: "npm:1.3.3"
17001700
chalk: "npm:2.3.1"
17011701
esbuild: "npm:0.25.8"
1702+
eslint-scope: "npm:7.2.2"
17021703
glob: "npm:11.1.0"
17031704
json-stream-stringify: "npm:3.1.6"
17041705
jszip: "npm:3.10.1"
@@ -1711,6 +1712,7 @@ __metadata:
17111712
simple-git: "npm:3.35.1"
17121713
typescript: "npm:5.4.3"
17131714
unplugin: "npm:2.3.11"
1715+
zimmerframe: "npm:1.1.4"
17141716
peerDependencies:
17151717
"@babel/parser": 7.24.5
17161718
"@babel/traverse": 7.24.5
@@ -1757,6 +1759,7 @@ __metadata:
17571759
async-retry: "npm:1.3.3"
17581760
chalk: "npm:2.3.1"
17591761
esbuild: "npm:0.25.8"
1762+
eslint-scope: "npm:7.2.2"
17601763
glob: "npm:11.1.0"
17611764
json-stream-stringify: "npm:3.1.6"
17621765
jszip: "npm:3.10.1"
@@ -1769,6 +1772,7 @@ __metadata:
17691772
simple-git: "npm:3.35.1"
17701773
typescript: "npm:5.4.3"
17711774
unplugin: "npm:2.3.11"
1775+
zimmerframe: "npm:1.1.4"
17721776
peerDependencies:
17731777
"@babel/parser": 7.24.5
17741778
"@babel/traverse": 7.24.5
@@ -1808,6 +1812,7 @@ __metadata:
18081812
async-retry: "npm:1.3.3"
18091813
chalk: "npm:2.3.1"
18101814
esbuild: "npm:0.25.8"
1815+
eslint-scope: "npm:7.2.2"
18111816
glob: "npm:11.1.0"
18121817
json-stream-stringify: "npm:3.1.6"
18131818
jszip: "npm:3.10.1"
@@ -1820,6 +1825,7 @@ __metadata:
18201825
simple-git: "npm:3.35.1"
18211826
typescript: "npm:5.4.3"
18221827
unplugin: "npm:2.3.11"
1828+
zimmerframe: "npm:1.1.4"
18231829
peerDependencies:
18241830
"@babel/parser": 7.24.5
18251831
"@babel/traverse": 7.24.5
@@ -1859,6 +1865,7 @@ __metadata:
18591865
async-retry: "npm:1.3.3"
18601866
chalk: "npm:2.3.1"
18611867
esbuild: "npm:0.25.8"
1868+
eslint-scope: "npm:7.2.2"
18621869
glob: "npm:11.1.0"
18631870
json-stream-stringify: "npm:3.1.6"
18641871
jszip: "npm:3.10.1"
@@ -1871,6 +1878,7 @@ __metadata:
18711878
simple-git: "npm:3.35.1"
18721879
typescript: "npm:5.4.3"
18731880
unplugin: "npm:2.3.11"
1881+
zimmerframe: "npm:1.1.4"
18741882
peerDependencies:
18751883
"@babel/parser": 7.24.5
18761884
"@babel/traverse": 7.24.5
@@ -1910,6 +1918,7 @@ __metadata:
19101918
async-retry: "npm:1.3.3"
19111919
chalk: "npm:2.3.1"
19121920
esbuild: "npm:0.25.8"
1921+
eslint-scope: "npm:7.2.2"
19131922
glob: "npm:11.1.0"
19141923
json-stream-stringify: "npm:3.1.6"
19151924
jszip: "npm:3.10.1"
@@ -1922,6 +1931,7 @@ __metadata:
19221931
simple-git: "npm:3.35.1"
19231932
typescript: "npm:5.4.3"
19241933
unplugin: "npm:2.3.11"
1934+
zimmerframe: "npm:1.1.4"
19251935
peerDependencies:
19261936
"@babel/parser": 7.24.5
19271937
"@babel/traverse": 7.24.5
@@ -11481,3 +11491,10 @@ __metadata:
1148111491
checksum: 10/1f85bda673e6c08dfbfbce14a684a9b127781e8b723994b2359f2659be755712d6a6c787bb54ef9738ad1dcaad0b8299425ca2a2a9ba3b928e0737e01afae878
1148211492
languageName: node
1148311493
linkType: hard
11494+
11495+
"zimmerframe@patch:zimmerframe@npm%3A1.1.4#~/.yarn/patches/zimmerframe-npm-1.1.4-a2c339a65f.patch":
11496+
version: 1.1.4
11497+
resolution: "zimmerframe@patch:zimmerframe@npm%3A1.1.4#~/.yarn/patches/zimmerframe-npm-1.1.4-a2c339a65f.patch::version=1.1.4&hash=00df0b"
11498+
checksum: 10/44b767335d42ac458cc68d3c9681dd46b88f25f9e73161f3f3147fd6bd4ac26de65366b16aa74cc4bf68f8453b0c023654f383a19b0b580d708eb4f4e1ee4e77
11499+
languageName: node
11500+
linkType: hard

0 commit comments

Comments
 (0)