diff --git a/package-lock.json b/package-lock.json index bcd6ece46..97c8b2126 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,14 +14,14 @@ "bootstrap": "^5.3.8", "clipboard": "^2.0.11", "cross-env": "^10.1.0", - "eslint": "^10.4.0", - "find-unused-sass-variables": "^6.2.0", + "eslint": "^10.4.1", + "find-unused-sass-variables": "^6.2.1", "globals": "^17.6.0", "hugo-bin": "^0.149.2", "linkinator": "^7.6.1", "lockfile-lint": "^5.0.0", "markdownlint-cli2": "^0.22.1", - "npm-run-all2": "^9.0.0", + "npm-run-all2": "^9.0.1", "postcss": "^8.5.15", "postcss-cli": "^11.0.1", "stylelint": "^16.26.1", @@ -375,9 +375,9 @@ } }, "node_modules/@eslint/plugin-kit": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.1.tgz", - "integrity": "sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.2.tgz", + "integrity": "sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -2048,9 +2048,9 @@ } }, "node_modules/eslint": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.0.tgz", - "integrity": "sha512-loXy6bWOoP3EP6JA7jo6p5jMpBJmHmsNZM5SFRHLdh1MGOPurMnNBj4ZlAbaqUAaQWbCr7jHV4P7gzAyryZWkQ==", + "version": "10.4.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.1.tgz", + "integrity": "sha512-AyIKhnOBuOAdueD7RB3xB+YeAWScb9jHsJBgH2Hcde8InP5JYhqrRR6iTMHyTEwgENK54Cp44e4v8BwNhsuHuw==", "dev": true, "license": "MIT", "dependencies": { @@ -2059,7 +2059,7 @@ "@eslint/config-array": "^0.23.5", "@eslint/config-helpers": "^0.6.0", "@eslint/core": "^1.2.1", - "@eslint/plugin-kit": "^0.7.1", + "@eslint/plugin-kit": "^0.7.2", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.4.2", @@ -2451,9 +2451,9 @@ } }, "node_modules/find-unused-sass-variables": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-6.2.0.tgz", - "integrity": "sha512-4pRgpIQlpSWw9VvOJietfDfjV/jCUuXNaptLYNb8FO4AOCGMizkfTZ2135NMKLPQ+eX1W4Pd/q4rPFc1GBbgIQ==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-6.2.1.tgz", + "integrity": "sha512-OUqVUadL/MO7H3FxMG7p4LZqbn78e/+MgcRqCKNXJksWe+J6VZ1l8EB76ilBBtVUMiARR3zc8d4soOuX1LLppA==", "dev": true, "license": "MIT", "dependencies": { @@ -2462,8 +2462,6 @@ "picocolors": "^1.1.1", "postcss": "^8.5.13", "postcss-scss": "^4.0.9", - "slash": "^5.1.0", - "strip-bom": "^5.0.0", "tinyglobby": "^0.2.16" }, "bin": { @@ -4356,9 +4354,9 @@ } }, "node_modules/npm-run-all2": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-9.0.0.tgz", - "integrity": "sha512-NMHaiMWl+kotdoAzVtwElvEh4PLdjAGsdmCJXOGv0rdM4d19FGIa0z0ISFuMklmYgVgQzS4h+jNlowz+q1aojw==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-9.0.1.tgz", + "integrity": "sha512-ZtK8WXZBUA9x0XD6nxYdFLe86FxpkCTq2LiQxzX0LeXQY/vyAigQZXjjj/xfTwgV4Yqe/vYNIq2W09lrHKTcuQ==", "dev": true, "license": "MIT", "dependencies": { @@ -5430,19 +5428,6 @@ "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, - "node_modules/strip-bom": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-5.0.0.tgz", - "integrity": "sha512-p+byADHF7SzEcVnLvc/r3uognM1hUhObuHXxJcgLCfD194XAkaLbjq3Wzb0N5G2tgIjH0dgT708Z51QxMeu60A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/strip-dirs": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-dirs/-/strip-dirs-3.0.0.tgz", diff --git a/package.json b/package.json index cd65bf38c..2a9b54c51 100644 --- a/package.json +++ b/package.json @@ -40,14 +40,14 @@ "bootstrap": "^5.3.8", "clipboard": "^2.0.11", "cross-env": "^10.1.0", - "eslint": "^10.4.0", - "find-unused-sass-variables": "^6.2.0", + "eslint": "^10.4.1", + "find-unused-sass-variables": "^6.2.1", "globals": "^17.6.0", "hugo-bin": "^0.149.2", "linkinator": "^7.6.1", "lockfile-lint": "^5.0.0", "markdownlint-cli2": "^0.22.1", - "npm-run-all2": "^9.0.0", + "npm-run-all2": "^9.0.1", "postcss": "^8.5.15", "postcss-cli": "^11.0.1", "stylelint": "^16.26.1",