summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/ignore-walk/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/ignore-walk/package.json')
-rw-r--r--deps/npm/node_modules/ignore-walk/package.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/deps/npm/node_modules/ignore-walk/package.json b/deps/npm/node_modules/ignore-walk/package.json
index ae68746218..4d9752ae25 100644
--- a/deps/npm/node_modules/ignore-walk/package.json
+++ b/deps/npm/node_modules/ignore-walk/package.json
@@ -1,11 +1,11 @@
{
"name": "ignore-walk",
- "version": "6.0.2",
+ "version": "6.0.3",
"description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
"main": "lib/index.js",
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.12.0",
+ "@npmcli/template-oss": "4.14.1",
"mutate-fs": "^2.1.1",
"tap": "^16.0.1"
},
@@ -38,7 +38,7 @@
"lib/"
],
"dependencies": {
- "minimatch": "^7.4.2"
+ "minimatch": "^9.0.0"
},
"tap": {
"test-env": "LC_ALL=sk",
@@ -56,7 +56,8 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.12.0",
- "content": "scripts/template-oss"
+ "version": "4.14.1",
+ "content": "scripts/template-oss",
+ "publish": "true"
}
}