Skip to content

Commit 43f2374

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

File tree

6 files changed

+8
-23
lines changed

6 files changed

+8
-23
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@npmcli/eslint-config": "^5.0.1",
2626
"@npmcli/template-oss": "4.23.3",
2727
"front-matter": "^4.0.2",
28-
"ignore-walk": "^6.0.5",
28+
"ignore-walk": "^7.0.0",
2929
"jsdom": "^24.0.0",
3030
"rehype-stringify": "^9.0.3",
3131
"remark-gfm": "^3.0.1",

node_modules/.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
!/http-proxy-agent
119119
!/https-proxy-agent
120120
!/iconv-lite
121+
!/ignore-walk
121122
!/imurmurhash
122123
!/indent-string
123124
!/ini
@@ -195,9 +196,6 @@
195196
!/npm-install-checks
196197
!/npm-package-arg
197198
!/npm-packlist
198-
!/npm-packlist/node_modules/
199-
/npm-packlist/node_modules/*
200-
!/npm-packlist/node_modules/ignore-walk
201199
!/npm-pick-manifest
202200
!/npm-pick-manifest/node_modules/
203201
/npm-pick-manifest/node_modules/*

package-lock.json

+6-19
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"@npmcli/eslint-config": "^5.0.1",
195195
"@npmcli/template-oss": "4.23.3",
196196
"front-matter": "^4.0.2",
197-
"ignore-walk": "^6.0.5",
197+
"ignore-walk": "^7.0.0",
198198
"jsdom": "^24.0.0",
199199
"rehype-stringify": "^9.0.3",
200200
"remark-gfm": "^3.0.1",
@@ -6909,16 +6909,16 @@
69096909
}
69106910
},
69116911
"node_modules/ignore-walk": {
6912-
"version": "6.0.5",
6913-
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.5.tgz",
6914-
"integrity": "sha512-VuuG0wCnjhnylG1ABXT3dAuIpTNDs/G8jlpmwXY03fXoXy/8ZK8/T+hMzt8L4WnrLCJgdybqgPagnF/f97cg3A==",
6915-
"dev": true,
6912+
"version": "7.0.0",
6913+
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-7.0.0.tgz",
6914+
"integrity": "sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==",
6915+
"inBundle": true,
69166916
"license": "ISC",
69176917
"dependencies": {
69186918
"minimatch": "^9.0.0"
69196919
},
69206920
"engines": {
6921-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
6921+
"node": "^18.17.0 || >=20.5.0"
69226922
}
69236923
},
69246924
"node_modules/import-fresh": {
@@ -10168,19 +10168,6 @@
1016810168
"node": "^18.17.0 || >=20.5.0"
1016910169
}
1017010170
},
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"
10182-
}
10183-
},
1018410171
"node_modules/npm-pick-manifest": {
1018510172
"version": "10.0.0",
1018610173
"resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-10.0.0.tgz",

0 commit comments

Comments
 (0)