diff --git a/package-lock.json b/package-lock.json index 52cb3e37..24bc15c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@form8ion/remark-lint-preset": "6.0.7", "@rollup/plugin-node-resolve": "16.0.1", "@travi/any": "3.1.2", - "ban-sensitive-files": "1.10.7", + "ban-sensitive-files": "1.10.8", "c8": "10.1.3", "chai": "5.2.0", "cross-env": "7.0.3", @@ -4113,15 +4113,15 @@ "license": "MIT" }, "node_modules/ban-sensitive-files": { - "version": "1.10.7", - "resolved": "https://registry.npmjs.org/ban-sensitive-files/-/ban-sensitive-files-1.10.7.tgz", - "integrity": "sha512-7gYM+K5zefR9d2d9ICh+hR+x/UUlxcP0d/zRn+jSHwMXCWwMPIqI/yoFsvrHN86mONf52SUyU+6QuXy8soNElQ==", + "version": "1.10.8", + "resolved": "https://registry.npmjs.org/ban-sensitive-files/-/ban-sensitive-files-1.10.8.tgz", + "integrity": "sha512-ai4fTncMdw/EBwnHXWSor342uJs0+/yC1+nzxQPK1nCsqMgi/codH2a6cDbkQt+jd/9foRVxR+TziaUE7UrhAQ==", "dev": true, "license": "MIT", "dependencies": { "bluebird": "3.7.2", "check-more-types": "2.24.0", - "debug": "4.4.0", + "debug": "4.4.1", "ggit": "2.4.12", "lazy-ass": "1.6.0", "pluralize": "8.0.0", @@ -5795,9 +5795,9 @@ } }, "node_modules/debug": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8515de04..e42f51d5 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@form8ion/remark-lint-preset": "6.0.7", "@rollup/plugin-node-resolve": "16.0.1", "@travi/any": "3.1.2", - "ban-sensitive-files": "1.10.7", + "ban-sensitive-files": "1.10.8", "c8": "10.1.3", "chai": "5.2.0", "cross-env": "7.0.3",