diff --git a/package-lock.json b/package-lock.json index b821be46a..14e59ad47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,8 +16,8 @@ ], "license": "MIT", "devDependencies": { - "@eslint/json": "^2.0.0", - "@eslint/markdown": "^8.0.2", + "@eslint/json": "^2.0.1", + "@eslint/markdown": "^8.0.3", "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.13.1", "czg": "^1.13.1", @@ -28,7 +28,7 @@ "eslint-plugin-yml": "^3.5.0", "husky": "^9.1.7", "lint-staged": "^17.0.8", - "prettier": "^3.8.5" + "prettier": "^3.9.4" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -148,14 +148,14 @@ } }, "node_modules/@eslint/json": { - "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/@eslint/json/-/json-2.0.0.tgz", - "integrity": "sha512-P32ZJMIopNWQd1SFhd0tgjfA/hgzUuVSqHmMi2273QaLWHWimXq6V+qL4DNKnjGzO/aNECtYW+rEJ/pWB6uP+w==", + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/@eslint/json/-/json-2.0.1.tgz", + "integrity": "sha512-Thz2j92ceUF3Bq/0TuWb3MWn3Z+Cwc8k5ptF0fakl2D4Mp8mSx07Xr1aQM4R5NoihzarWUdxfOmQ8DesGy4jOg==", "dev": true, "license": "Apache-2.0", "dependencies": { "@eslint/core": "^1.2.1", - "@eslint/plugin-kit": "^0.7.1", + "@eslint/plugin-kit": "^0.7.2", "@humanwhocodes/momoa": "^3.3.10", "natural-compare": "^1.4.0" }, @@ -191,9 +191,9 @@ } }, "node_modules/@eslint/markdown": { - "version": "8.0.2", - "resolved": "https://registry.npmmirror.com/@eslint/markdown/-/markdown-8.0.2.tgz", - "integrity": "sha512-W+/0qHp0WbvFEljUvvECNpSWrUHpBWIWwp7F3QqEwQKmaRCmfEWvk6VfUia9pTQ0th6HyBGBsPfg/kG3/aQxLA==", + "version": "8.0.3", + "resolved": "https://registry.npmmirror.com/@eslint/markdown/-/markdown-8.0.3.tgz", + "integrity": "sha512-rBTSSShrq7e4O+PWfeE4azH4/CWPNrC+VGxBXiW00o3vYVJnznsZiDayj3KC9JztIMVRZxZHn2nrDIUau/4j7A==", "dev": true, "license": "MIT", "workspaces": [ @@ -201,7 +201,7 @@ ], "dependencies": { "@eslint/core": "^1.2.1", - "@eslint/plugin-kit": "^0.7.1", + "@eslint/plugin-kit": "^0.7.2", "github-slugger": "^2.0.0", "mdast-util-from-markdown": "^2.0.2", "mdast-util-frontmatter": "^2.0.1", @@ -230,9 +230,9 @@ } }, "node_modules/@eslint/markdown/node_modules/@eslint/plugin-kit": { - "version": "0.7.1", - "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.7.1.tgz", - "integrity": "sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==", + "version": "0.7.2", + "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.7.2.tgz", + "integrity": "sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -4013,9 +4013,9 @@ } }, "node_modules/prettier": { - "version": "3.8.5", - "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.8.5.tgz", - "integrity": "sha512-zxcTTCedNGJM4R8sj/Cq/F0W/c4iE0afWBcBwMTRtw4WHYP9TWkYjdiH3npPRUYsXQCPR0hTU9yjovOu+E6EQA==", + "version": "3.9.4", + "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.9.4.tgz", + "integrity": "sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 7f7c6581e..ef1385a37 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ } ], "devDependencies": { - "@eslint/json": "^2.0.0", - "@eslint/markdown": "^8.0.2", + "@eslint/json": "^2.0.1", + "@eslint/markdown": "^8.0.3", "@stylistic/eslint-plugin": "^5.10.0", "cz-git": "^1.13.1", "czg": "^1.13.1", @@ -38,7 +38,7 @@ "eslint-plugin-yml": "^3.5.0", "husky": "^9.1.7", "lint-staged": "^17.0.8", - "prettier": "^3.8.5" + "prettier": "^3.9.4" }, "scripts": { "prepare": "husky",