diff --git a/package-lock.json b/package-lock.json index c4b9712..368f25d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "devDependencies": { "@davidsneighbour/markdownlint-config": "^2024.4.8", "@davidsneighbour/release-config": "2024.4.8", - "@davidsneighbour/tools": "2024.4.6" + "@davidsneighbour/tools": "2024.4.8" } }, "node_modules/@azu/format-text": { @@ -1164,7 +1164,7 @@ "integrity": "sha512-GifgfCWz8iPTd5tbc9Elqhgw0ipub6fyIY9JVYdHb3XwcWXv36ZikNwSX4DPQw3EqCwr56xz84HwASyWcHsI8A==", "dev": true, "dependencies": { - "@davidsneighbour/tools": "^2024.4.8", + "@davidsneighbour/tools": "2024.4.8", "commit-and-tag-version": "12.5.0", "simple-git-hooks": "^2.11.1" }, @@ -1173,7 +1173,7 @@ "npm": ">=10.3.0" } }, - "node_modules/@davidsneighbour/release-config/node_modules/@davidsneighbour/tools": { + "node_modules/@davidsneighbour/tools": { "version": "2024.4.8", "resolved": "https://registry.npmjs.org/@davidsneighbour/tools/-/tools-2024.4.8.tgz", "integrity": "sha512-jzZMUnIereP/dUFQBQWGiUn4jFeHDUFY6iRuIkIi+OhAf9Bp3dQD08EBLWwq2BD9Bieku+dKcjb3elL/ZUY2Vw==", @@ -1202,123 +1202,6 @@ "npm": ">=10.3.0" } }, - "node_modules/@davidsneighbour/release-config/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/@davidsneighbour/release-config/node_modules/isexe": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", - "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", - "dev": true, - "engines": { - "node": ">=16" - } - }, - "node_modules/@davidsneighbour/release-config/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "dev": true, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@davidsneighbour/release-config/node_modules/npm-check-updates": { - "version": "17.1.10", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.10.tgz", - "integrity": "sha512-GnN6KbUzC8BpwsRYJntuumgCiagZ0+xxorvUJM9m06d7AlyK9lm3iFsAsnXF3VAZZzpD5QjZvWBwNze61Vywkw==", - "dev": true, - "bin": { - "ncu": "build/cli.js", - "npm-check-updates": "build/cli.js" - }, - "engines": { - "node": "^18.18.0 || >=20.0.0", - "npm": ">=8.12.1" - } - }, - "node_modules/@davidsneighbour/release-config/node_modules/npm-run-all2": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-7.0.1.tgz", - "integrity": "sha512-Adbv+bJQ8UTAM03rRODqrO5cx0YU5KCG2CvHtSURiadvdTjjgGJXdbc1oQ9CXBh9dnGfHSoSB1Web/0Dzp6kOQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^6.2.1", - "cross-spawn": "^7.0.3", - "memorystream": "^0.3.1", - "minimatch": "^9.0.0", - "pidtree": "^0.6.0", - "read-package-json-fast": "^4.0.0", - "shell-quote": "^1.7.3", - "which": "^5.0.0" - }, - "bin": { - "npm-run-all": "bin/npm-run-all/index.js", - "npm-run-all2": "bin/npm-run-all/index.js", - "run-p": "bin/run-p/index.js", - "run-s": "bin/run-s/index.js" - }, - "engines": { - "node": "^18.17.0 || >=20.5.0", - "npm": ">= 9" - } - }, - "node_modules/@davidsneighbour/release-config/node_modules/which": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz", - "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==", - "dev": true, - "dependencies": { - "isexe": "^3.1.1" - }, - "bin": { - "node-which": "bin/which.js" - }, - "engines": { - "node": "^18.17.0 || >=20.5.0" - } - }, - "node_modules/@davidsneighbour/tools": { - "version": "2024.4.6", - "resolved": "https://registry.npmjs.org/@davidsneighbour/tools/-/tools-2024.4.6.tgz", - "integrity": "sha512-98x9Y0vBxhHLI/RmnIrCRhqC4ft13KEI5/jf19t1aY0x4+3KP+6WX1vnxlPhcv7M1BjwY11Wh/kdhjXgUiS//A==", - "dev": true, - "dependencies": { - "@j9t/obsohtml": "1.6.2", - "@secretlint/secretlint-rule-preset-recommend": "^9.0.0", - "cross-env": "7.0.3", - "debug": "4.3.7", - "deepmerge": "4.3.1", - "dotenv": "16.4.5", - "fixpack": "4.0.0", - "lockfile-lint": "4.14.0", - "ncp": "2.0.0", - "node-fetch": "3.3.2", - "npm-check-updates": "17.1.4", - "npm-package-json-lint": "8.0.0", - "npm-run-all2": "7.0.0", - "npm-watch": "0.13.0", - "rimraf": "6.0.1", - "secretlint": "^9.0.0", - "wireit": "0.14.9" - }, - "engines": { - "node": ">=20.18.0", - "npm": ">=10.3.0" - } - }, "node_modules/@hutson/parse-repository-url": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz", @@ -5347,9 +5230,9 @@ } }, "node_modules/npm-check-updates": { - "version": "17.1.4", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.4.tgz", - "integrity": "sha512-crOUeN2GngqlkRCFQ/zi1zsneWd9IGZgIfAWYGAuhYiPnfbBTmJBL7Yq1wI0e1dsW8CfWc+h348WmfCREqeOBA==", + "version": "17.1.10", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.10.tgz", + "integrity": "sha512-GnN6KbUzC8BpwsRYJntuumgCiagZ0+xxorvUJM9m06d7AlyK9lm3iFsAsnXF3VAZZzpD5QjZvWBwNze61Vywkw==", "dev": true, "bin": { "ncu": "build/cli.js", @@ -5727,15 +5610,15 @@ } }, "node_modules/npm-run-all2": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-7.0.0.tgz", - "integrity": "sha512-hXQT0BFU0G37H516ZJgISho4FslbdqMj7U8A7xoj81mhYSyxnwfF6dsraWAA1xL7ak/8yUVvAN4Lx4PpTc5Ohg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-7.0.1.tgz", + "integrity": "sha512-Adbv+bJQ8UTAM03rRODqrO5cx0YU5KCG2CvHtSURiadvdTjjgGJXdbc1oQ9CXBh9dnGfHSoSB1Web/0Dzp6kOQ==", "dev": true, "dependencies": { "ansi-styles": "^6.2.1", "cross-spawn": "^7.0.3", "memorystream": "^0.3.1", - "minimatch": "^10.0.1", + "minimatch": "^9.0.0", "pidtree": "^0.6.0", "read-package-json-fast": "^4.0.0", "shell-quote": "^1.7.3", @@ -5748,7 +5631,7 @@ "run-s": "bin/run-s/index.js" }, "engines": { - "node": "^20.5.0 || >=22.0.0", + "node": "^18.17.0 || >=20.5.0", "npm": ">= 9" } }, @@ -5771,15 +5654,15 @@ } }, "node_modules/npm-run-all2/node_modules/minimatch": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", - "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": "20 || >=22" + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" diff --git a/package.json b/package.json index 75192c3..ec06067 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@davidsneighbour/markdownlint-config": "^2024.4.8", "@davidsneighbour/release-config": "2024.4.8", - "@davidsneighbour/tools": "2024.4.6" + "@davidsneighbour/tools": "2024.4.8" }, "scripts": { "deploy": "cd exampleSite; hugo;",