build(deps-dev): bump @davidsneighbour/tools from 2024.4.6 to 2024.4.8

Bumps [@davidsneighbour/tools](https://github.com/davidsneighbour/configurations) from 2024.4.6 to 2024.4.8.
- [Commits](https://github.com/davidsneighbour/configurations/compare/v2024.4.6...v2024.4.8)

---
updated-dependencies:
- dependency-name: "@davidsneighbour/tools"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-11 08:44:08 +00:00 committed by GitHub
parent dfbaa5289f
commit e3101e21ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 133 deletions

147
package-lock.json generated
View File

@ -17,7 +17,7 @@
"devDependencies": { "devDependencies": {
"@davidsneighbour/markdownlint-config": "^2024.4.6", "@davidsneighbour/markdownlint-config": "^2024.4.6",
"@davidsneighbour/release-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": { "node_modules/@azu/format-text": {
@ -1136,7 +1136,7 @@
"integrity": "sha512-GifgfCWz8iPTd5tbc9Elqhgw0ipub6fyIY9JVYdHb3XwcWXv36ZikNwSX4DPQw3EqCwr56xz84HwASyWcHsI8A==", "integrity": "sha512-GifgfCWz8iPTd5tbc9Elqhgw0ipub6fyIY9JVYdHb3XwcWXv36ZikNwSX4DPQw3EqCwr56xz84HwASyWcHsI8A==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@davidsneighbour/tools": "^2024.4.8", "@davidsneighbour/tools": "2024.4.8",
"commit-and-tag-version": "12.5.0", "commit-and-tag-version": "12.5.0",
"simple-git-hooks": "^2.11.1" "simple-git-hooks": "^2.11.1"
}, },
@ -1145,7 +1145,7 @@
"npm": ">=10.3.0" "npm": ">=10.3.0"
} }
}, },
"node_modules/@davidsneighbour/release-config/node_modules/@davidsneighbour/tools": { "node_modules/@davidsneighbour/tools": {
"version": "2024.4.8", "version": "2024.4.8",
"resolved": "https://registry.npmjs.org/@davidsneighbour/tools/-/tools-2024.4.8.tgz", "resolved": "https://registry.npmjs.org/@davidsneighbour/tools/-/tools-2024.4.8.tgz",
"integrity": "sha512-jzZMUnIereP/dUFQBQWGiUn4jFeHDUFY6iRuIkIi+OhAf9Bp3dQD08EBLWwq2BD9Bieku+dKcjb3elL/ZUY2Vw==", "integrity": "sha512-jzZMUnIereP/dUFQBQWGiUn4jFeHDUFY6iRuIkIi+OhAf9Bp3dQD08EBLWwq2BD9Bieku+dKcjb3elL/ZUY2Vw==",
@ -1174,123 +1174,6 @@
"npm": ">=10.3.0" "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": { "node_modules/@hutson/parse-repository-url": {
"version": "3.0.2", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz", "resolved": "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz",
@ -5319,9 +5202,9 @@
} }
}, },
"node_modules/npm-check-updates": { "node_modules/npm-check-updates": {
"version": "17.1.4", "version": "17.1.10",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.4.tgz", "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.10.tgz",
"integrity": "sha512-crOUeN2GngqlkRCFQ/zi1zsneWd9IGZgIfAWYGAuhYiPnfbBTmJBL7Yq1wI0e1dsW8CfWc+h348WmfCREqeOBA==", "integrity": "sha512-GnN6KbUzC8BpwsRYJntuumgCiagZ0+xxorvUJM9m06d7AlyK9lm3iFsAsnXF3VAZZzpD5QjZvWBwNze61Vywkw==",
"dev": true, "dev": true,
"bin": { "bin": {
"ncu": "build/cli.js", "ncu": "build/cli.js",
@ -5699,15 +5582,15 @@
} }
}, },
"node_modules/npm-run-all2": { "node_modules/npm-run-all2": {
"version": "7.0.0", "version": "7.0.1",
"resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-7.0.0.tgz", "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-7.0.1.tgz",
"integrity": "sha512-hXQT0BFU0G37H516ZJgISho4FslbdqMj7U8A7xoj81mhYSyxnwfF6dsraWAA1xL7ak/8yUVvAN4Lx4PpTc5Ohg==", "integrity": "sha512-Adbv+bJQ8UTAM03rRODqrO5cx0YU5KCG2CvHtSURiadvdTjjgGJXdbc1oQ9CXBh9dnGfHSoSB1Web/0Dzp6kOQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"ansi-styles": "^6.2.1", "ansi-styles": "^6.2.1",
"cross-spawn": "^7.0.3", "cross-spawn": "^7.0.3",
"memorystream": "^0.3.1", "memorystream": "^0.3.1",
"minimatch": "^10.0.1", "minimatch": "^9.0.0",
"pidtree": "^0.6.0", "pidtree": "^0.6.0",
"read-package-json-fast": "^4.0.0", "read-package-json-fast": "^4.0.0",
"shell-quote": "^1.7.3", "shell-quote": "^1.7.3",
@ -5720,7 +5603,7 @@
"run-s": "bin/run-s/index.js" "run-s": "bin/run-s/index.js"
}, },
"engines": { "engines": {
"node": "^20.5.0 || >=22.0.0", "node": "^18.17.0 || >=20.5.0",
"npm": ">= 9" "npm": ">= 9"
} }
}, },
@ -5743,15 +5626,15 @@
} }
}, },
"node_modules/npm-run-all2/node_modules/minimatch": { "node_modules/npm-run-all2/node_modules/minimatch": {
"version": "10.0.1", "version": "9.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
"integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"brace-expansion": "^2.0.1" "brace-expansion": "^2.0.1"
}, },
"engines": { "engines": {
"node": "20 || >=22" "node": ">=16 || 14 >=14.17"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/isaacs" "url": "https://github.com/sponsors/isaacs"

View File

@ -40,7 +40,7 @@
"devDependencies": { "devDependencies": {
"@davidsneighbour/markdownlint-config": "^2024.4.6", "@davidsneighbour/markdownlint-config": "^2024.4.6",
"@davidsneighbour/release-config": "2024.4.8", "@davidsneighbour/release-config": "2024.4.8",
"@davidsneighbour/tools": "2024.4.6" "@davidsneighbour/tools": "2024.4.8"
}, },
"scripts": { "scripts": {
"deploy": "cd exampleSite; hugo;", "deploy": "cd exampleSite; hugo;",