diff --git a/package-lock.json b/package-lock.json index 4da73dd..436c7fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ ], "license": "MIT", "devDependencies": { - "@eslint/json": "^0.13.1", + "@eslint/json": "^0.13.2", "@eslint/markdown": "^7.2.0", "@stylistic/eslint-plugin": "^5.2.3", "eslint": "^9.34.0", @@ -148,15 +148,15 @@ } }, "node_modules/@eslint/json": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/@eslint/json/-/json-0.13.1.tgz", - "integrity": "sha512-AGzO7cR0QqSEfJdx9jT4SHQ6BJ5K0G8kN7WNGI1Hgy5AVbUhBKfFoN0gNo86j97aqkU57mqFUW9ytMPdEnVARA==", + "version": "0.13.2", + "resolved": "https://registry.npmjs.org/@eslint/json/-/json-0.13.2.tgz", + "integrity": "sha512-yWLyRE18rHgHXhWigRpiyv1LDPkvWtC6oa7QHXW7YdP6gosJoq7BiLZW2yCs9U7zN7X4U3ZeOJjepA10XAOIMw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^0.15.1", - "@eslint/plugin-kit": "^0.3.4", - "@humanwhocodes/momoa": "^3.3.8", + "@eslint/core": "^0.15.2", + "@eslint/plugin-kit": "^0.3.5", + "@humanwhocodes/momoa": "^3.3.9", "natural-compare": "^1.4.0" }, "engines": { @@ -259,9 +259,9 @@ } }, "node_modules/@humanwhocodes/momoa": { - "version": "3.3.8", - "resolved": "https://registry.npmjs.org/@humanwhocodes/momoa/-/momoa-3.3.8.tgz", - "integrity": "sha512-/3PZzor2imi/RLLcnHztkwA79txiVvW145Ve2cp5dxRcH5qOUNJPToasqLFHniTfw4B4lT7jGDdBOPXbXYlIMQ==", + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@humanwhocodes/momoa/-/momoa-3.3.9.tgz", + "integrity": "sha512-LHw6Op4bJb3/3KZgOgwflJx5zY9XOy0NU1NuyUFKGdTwHYmP+PbnQGCYQJ8NVNlulLfQish34b0VuUlLYP3AXA==", "dev": true, "license": "Apache-2.0", "engines": { diff --git a/package.json b/package.json index 999a54a..7e95f35 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "bump:manifests": "bash utils/bump.sh" }, "devDependencies": { - "@eslint/json": "^0.13.1", + "@eslint/json": "^0.13.2", "@eslint/markdown": "^7.2.0", "@stylistic/eslint-plugin": "^5.2.3", "eslint": "^9.34.0",