Skip to content

Commit 4906f3d

Browse files
committed
1 parent 523ad85 commit 4906f3d

File tree

6 files changed

+36
-8
lines changed

6 files changed

+36
-8
lines changed

node_modules/.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@
175175
!/npm-install-checks
176176
!/npm-normalize-package-bin
177177
!/npm-package-arg
178-
!/npm-packlist
179178
!/npm-pick-manifest
180179
!/npm-profile
181180
!/npm-registry-fetch
@@ -186,6 +185,9 @@
186185
!/p-map
187186
!/package-json-from-dist
188187
!/pacote
188+
!/pacote/node_modules/
189+
/pacote/node_modules/*
190+
!/pacote/node_modules/npm-packlist
189191
!/parse-conflict-json
190192
!/path-key
191193
!/path-scurry

package-lock.json

+32-6
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"cli-table3": "^0.6.4",
170170
"diff": "^5.2.0",
171171
"nock": "^13.4.0",
172-
"npm-packlist": "^9.0.0",
172+
"npm-packlist": "^10.0.0",
173173
"remark": "^14.0.2",
174174
"remark-gfm": "^3.0.1",
175175
"remark-github": "^11.2.4",
@@ -2102,6 +2102,19 @@
21022102
"node": "^18.17.0 || >=20.5.0"
21032103
}
21042104
},
2105+
"mock-registry/node_modules/npm-packlist": {
2106+
"version": "9.0.0",
2107+
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz",
2108+
"integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==",
2109+
"dev": true,
2110+
"license": "ISC",
2111+
"dependencies": {
2112+
"ignore-walk": "^7.0.0"
2113+
},
2114+
"engines": {
2115+
"node": "^18.17.0 || >=20.5.0"
2116+
}
2117+
},
21052118
"node_modules/@actions/core": {
21062119
"version": "1.11.1",
21072120
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz",
@@ -12194,16 +12207,16 @@
1219412207
}
1219512208
},
1219612209
"node_modules/npm-packlist": {
12197-
"version": "9.0.0",
12198-
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz",
12199-
"integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==",
12200-
"inBundle": true,
12210+
"version": "10.0.0",
12211+
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-10.0.0.tgz",
12212+
"integrity": "sha512-rht9U6nS8WOBDc53eipZNPo5qkAV4X2rhKE2Oj1DYUQ3DieXfj0mKkVmjnf3iuNdtMd8WfLdi2L6ASkD/8a+Kg==",
12213+
"dev": true,
1220112214
"license": "ISC",
1220212215
"dependencies": {
1220312216
"ignore-walk": "^7.0.0"
1220412217
},
1220512218
"engines": {
12206-
"node": "^18.17.0 || >=20.5.0"
12219+
"node": "^20.17.0 || >=22.9.0"
1220712220
}
1220812221
},
1220912222
"node_modules/npm-pick-manifest": {
@@ -12861,6 +12874,19 @@
1286112874
"node": "^18.17.0 || >=20.5.0"
1286212875
}
1286312876
},
12877+
"node_modules/pacote/node_modules/npm-packlist": {
12878+
"version": "9.0.0",
12879+
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz",
12880+
"integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==",
12881+
"inBundle": true,
12882+
"license": "ISC",
12883+
"dependencies": {
12884+
"ignore-walk": "^7.0.0"
12885+
},
12886+
"engines": {
12887+
"node": "^18.17.0 || >=20.5.0"
12888+
}
12889+
},
1286412890
"node_modules/parent-module": {
1286512891
"version": "1.0.1",
1286612892
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"cli-table3": "^0.6.4",
201201
"diff": "^5.2.0",
202202
"nock": "^13.4.0",
203-
"npm-packlist": "^9.0.0",
203+
"npm-packlist": "^10.0.0",
204204
"remark": "^14.0.2",
205205
"remark-gfm": "^3.0.1",
206206
"remark-github": "^11.2.4",

0 commit comments

Comments
 (0)