Skip to content

Commit bb03036

Browse files
committed
chore: update [email protected]
1 parent 2072705 commit bb03036

File tree

9 files changed

+25
-38
lines changed

9 files changed

+25
-38
lines changed

node_modules/.gitignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@
194194
!/npm-bundled/node_modules/npm-normalize-package-bin
195195
!/npm-install-checks
196196
!/npm-package-arg
197+
!/npm-packlist
198+
!/npm-packlist/node_modules/
199+
/npm-packlist/node_modules/*
200+
!/npm-packlist/node_modules/ignore-walk
197201
!/npm-pick-manifest
198202
!/npm-pick-manifest/node_modules/
199203
/npm-pick-manifest/node_modules/*
@@ -208,10 +212,6 @@
208212
!/p-map
209213
!/package-json-from-dist
210214
!/pacote
211-
!/pacote/node_modules/
212-
/pacote/node_modules/*
213-
!/pacote/node_modules/ignore-walk
214-
!/pacote/node_modules/npm-packlist
215215
!/parse-conflict-json
216216
!/path-key
217217
!/path-scurry

package-lock.json

+20-33
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"cli-table3": "^0.6.4",
174174
"diff": "^5.2.0",
175175
"nock": "^13.4.0",
176-
"npm-packlist": "^8.0.2",
176+
"npm-packlist": "^9.0.0",
177177
"remark": "^14.0.2",
178178
"remark-gfm": "^3.0.1",
179179
"remark-github": "^11.2.4",
@@ -10156,16 +10156,29 @@
1015610156
}
1015710157
},
1015810158
"node_modules/npm-packlist": {
10159-
"version": "8.0.2",
10160-
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz",
10161-
"integrity": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==",
10162-
"dev": true,
10159+
"version": "9.0.0",
10160+
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz",
10161+
"integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==",
10162+
"inBundle": true,
1016310163
"license": "ISC",
1016410164
"dependencies": {
10165-
"ignore-walk": "^6.0.4"
10165+
"ignore-walk": "^7.0.0"
1016610166
},
1016710167
"engines": {
10168-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
10168+
"node": "^18.17.0 || >=20.5.0"
10169+
}
10170+
},
10171+
"node_modules/npm-packlist/node_modules/ignore-walk": {
10172+
"version": "7.0.0",
10173+
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-7.0.0.tgz",
10174+
"integrity": "sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==",
10175+
"inBundle": true,
10176+
"license": "ISC",
10177+
"dependencies": {
10178+
"minimatch": "^9.0.0"
10179+
},
10180+
"engines": {
10181+
"node": "^18.17.0 || >=20.5.0"
1016910182
}
1017010183
},
1017110184
"node_modules/npm-pick-manifest": {
@@ -10896,32 +10909,6 @@
1089610909
"node": "^18.17.0 || >=20.5.0"
1089710910
}
1089810911
},
10899-
"node_modules/pacote/node_modules/ignore-walk": {
10900-
"version": "7.0.0",
10901-
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-7.0.0.tgz",
10902-
"integrity": "sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==",
10903-
"inBundle": true,
10904-
"license": "ISC",
10905-
"dependencies": {
10906-
"minimatch": "^9.0.0"
10907-
},
10908-
"engines": {
10909-
"node": "^18.17.0 || >=20.5.0"
10910-
}
10911-
},
10912-
"node_modules/pacote/node_modules/npm-packlist": {
10913-
"version": "9.0.0",
10914-
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz",
10915-
"integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==",
10916-
"inBundle": true,
10917-
"license": "ISC",
10918-
"dependencies": {
10919-
"ignore-walk": "^7.0.0"
10920-
},
10921-
"engines": {
10922-
"node": "^18.17.0 || >=20.5.0"
10923-
}
10924-
},
1092510912
"node_modules/parent-module": {
1092610913
"version": "1.0.1",
1092710914
"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
@@ -204,7 +204,7 @@
204204
"cli-table3": "^0.6.4",
205205
"diff": "^5.2.0",
206206
"nock": "^13.4.0",
207-
"npm-packlist": "^8.0.2",
207+
"npm-packlist": "^9.0.0",
208208
"remark": "^14.0.2",
209209
"remark-gfm": "^3.0.1",
210210
"remark-github": "^11.2.4",

0 commit comments

Comments
 (0)