Skip to content

Commit b1ad3ad

Browse files
committed
1 parent 43831d0 commit b1ad3ad

File tree

6 files changed

+7
-21
lines changed

6 files changed

+7
-21
lines changed

node_modules/.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
!/npm-install-checks
203203
!/npm-normalize-package-bin
204204
!/npm-package-arg
205+
!/npm-packlist
205206
!/npm-pick-manifest
206207
!/npm-profile
207208
!/npm-registry-fetch
@@ -210,9 +211,6 @@
210211
!/once
211212
!/p-map
212213
!/pacote
213-
!/pacote/node_modules/
214-
/pacote/node_modules/*
215-
!/pacote/node_modules/npm-packlist
216214
!/parse-conflict-json
217215
!/path-is-absolute
218216
!/path-key

package-lock.json

+5-17
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"diff": "^5.1.0",
171171
"licensee": "^10.0.0",
172172
"nock": "^13.3.3",
173-
"npm-packlist": "^7.0.4",
173+
"npm-packlist": "^8.0.0",
174174
"remark": "^14.0.2",
175175
"remark-gfm": "^3.0.1",
176176
"remark-github": "^11.2.4",
@@ -9788,10 +9788,10 @@
97889788
}
97899789
},
97909790
"node_modules/npm-packlist": {
9791-
"version": "7.0.4",
9792-
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-7.0.4.tgz",
9793-
"integrity": "sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q==",
9794-
"dev": true,
9791+
"version": "8.0.0",
9792+
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.0.tgz",
9793+
"integrity": "sha512-ErAGFB5kJUciPy1mmx/C2YFbvxoJ0QJ9uwkCZOeR6CqLLISPZBOiFModAbSXnjjlwW5lOhuhXva+fURsSGJqyw==",
9794+
"inBundle": true,
97959795
"dependencies": {
97969796
"ignore-walk": "^6.0.0"
97979797
},
@@ -10410,18 +10410,6 @@
1041010410
"node": "^16.14.0 || >=18.0.0"
1041110411
}
1041210412
},
10413-
"node_modules/pacote/node_modules/npm-packlist": {
10414-
"version": "8.0.0",
10415-
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.0.tgz",
10416-
"integrity": "sha512-ErAGFB5kJUciPy1mmx/C2YFbvxoJ0QJ9uwkCZOeR6CqLLISPZBOiFModAbSXnjjlwW5lOhuhXva+fURsSGJqyw==",
10417-
"inBundle": true,
10418-
"dependencies": {
10419-
"ignore-walk": "^6.0.0"
10420-
},
10421-
"engines": {
10422-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
10423-
}
10424-
},
1042510413
"node_modules/parent-module": {
1042610414
"version": "1.0.1",
1042710415
"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
@@ -201,7 +201,7 @@
201201
"diff": "^5.1.0",
202202
"licensee": "^10.0.0",
203203
"nock": "^13.3.3",
204-
"npm-packlist": "^7.0.4",
204+
"npm-packlist": "^8.0.0",
205205
"remark": "^14.0.2",
206206
"remark-gfm": "^3.0.1",
207207
"remark-github": "^11.2.4",

0 commit comments

Comments
 (0)