Skip to content

Commit

Permalink
chore: update ignore-walk@7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed Oct 2, 2024
1 parent bb03036 commit 43f2374
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 23 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@npmcli/eslint-config": "^5.0.1",
"@npmcli/template-oss": "4.23.3",
"front-matter": "^4.0.2",
"ignore-walk": "^6.0.5",
"ignore-walk": "^7.0.0",
"jsdom": "^24.0.0",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
Expand Down
4 changes: 1 addition & 3 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
!/http-proxy-agent
!/https-proxy-agent
!/iconv-lite
!/ignore-walk
!/imurmurhash
!/indent-string
!/ini
Expand Down Expand Up @@ -195,9 +196,6 @@
!/npm-install-checks
!/npm-package-arg
!/npm-packlist
!/npm-packlist/node_modules/
/npm-packlist/node_modules/*
!/npm-packlist/node_modules/ignore-walk
!/npm-pick-manifest
!/npm-pick-manifest/node_modules/
/npm-pick-manifest/node_modules/*
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
25 changes: 6 additions & 19 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"@npmcli/eslint-config": "^5.0.1",
"@npmcli/template-oss": "4.23.3",
"front-matter": "^4.0.2",
"ignore-walk": "^6.0.5",
"ignore-walk": "^7.0.0",
"jsdom": "^24.0.0",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
Expand Down Expand Up @@ -6909,16 +6909,16 @@
}
},
"node_modules/ignore-walk": {
"version": "6.0.5",
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.5.tgz",
"integrity": "sha512-VuuG0wCnjhnylG1ABXT3dAuIpTNDs/G8jlpmwXY03fXoXy/8ZK8/T+hMzt8L4WnrLCJgdybqgPagnF/f97cg3A==",
"dev": true,
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-7.0.0.tgz",
"integrity": "sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==",
"inBundle": true,
"license": "ISC",
"dependencies": {
"minimatch": "^9.0.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/import-fresh": {
Expand Down Expand Up @@ -10168,19 +10168,6 @@
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/npm-packlist/node_modules/ignore-walk": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-7.0.0.tgz",
"integrity": "sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==",
"inBundle": true,
"license": "ISC",
"dependencies": {
"minimatch": "^9.0.0"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/npm-pick-manifest": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-10.0.0.tgz",
Expand Down

0 comments on commit 43f2374

Please sign in to comment.