diff --git a/package-lock.json b/package-lock.json index 767b264..c1b88d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,11 +16,11 @@ ], "license": "MIT", "devDependencies": { - "@eslint/json": "^0.6.0", + "@eslint/json": "^0.7.0", "@eslint/markdown": "^6.2.1", "eslint": "^9.15.0", "eslint-plugin-yml": "^1.15.0", - "husky": "^9.1.6" + "husky": "^9.1.7" } }, "node_modules/@eslint-community/eslint-utils": { @@ -115,14 +115,13 @@ } }, "node_modules/@eslint/json": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@eslint/json/-/json-0.6.0.tgz", - "integrity": "sha512-xlYoULv2QIeJnjFP4RVbPMpaGplsYo0vSIBpXP/QRnoi7oDYhVZ4u3wE5UUwI8hnhTQUMozrDhyuVFXMQ1HkMQ==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@eslint/json/-/json-0.7.0.tgz", + "integrity": "sha512-An8RJzmo0VivQBYs873eRhI0DzE3F8XUgLntwIUetFedqEKNEIDHteNWZg+d3oIEYPLuWPoosYUToBWiW15WMA==", "dev": true, - "license": "Apache-2.0", "dependencies": { - "@eslint/plugin-kit": "^0.2.0", - "@humanwhocodes/momoa": "^3.3.0" + "@eslint/plugin-kit": "^0.2.3", + "@humanwhocodes/momoa": "^3.3.3" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -798,9 +797,9 @@ } }, "node_modules/husky": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", - "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index 7a69f14..21c45c6 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,10 @@ "bump": "bash utils/bump.sh" }, "devDependencies": { - "@eslint/json": "^0.6.0", + "@eslint/json": "^0.7.0", "@eslint/markdown": "^6.2.1", "eslint": "^9.15.0", "eslint-plugin-yml": "^1.15.0", - "husky": "^9.1.6" + "husky": "^9.1.7" } }