diff --git a/apps/frontend/package.json b/apps/frontend/package.json index f662372..684e11d 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -41,7 +41,7 @@ "@eslint-react/eslint-plugin": "^4.2.3", "@eslint/css": "^1.0.0", "@eslint/js": "^10.0.1", - "@eslint/json": "^1.0.0", + "@eslint/json": "^1.2.0", "@eslint/markdown": "^8.0.1", "@testing-library/jest-dom": "^6.1.5", "@testing-library/react": "^16.3.2", diff --git a/package-lock.json b/package-lock.json index ff0a9db..ed9647f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "@eslint-react/eslint-plugin": "^4.2.3", "@eslint/css": "^1.0.0", "@eslint/js": "^10.0.1", - "@eslint/json": "^1.0.0", + "@eslint/json": "^1.2.0", "@eslint/markdown": "^8.0.1", "@testing-library/jest-dom": "^6.1.5", "@testing-library/react": "^16.3.2", @@ -1708,14 +1708,14 @@ } }, "node_modules/@eslint/json": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@eslint/json/-/json-1.0.0.tgz", - "integrity": "sha512-x0YjhxhUIG9yiS6KcB2SRmyzDM/eSac2IuhfLMyjAyxyCzH0gFjrHGPFahJlgiOt8dfaCpPDygcCmoCm9rzlyA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@eslint/json/-/json-1.2.0.tgz", + "integrity": "sha512-CEFEyNgvzu8zn5QwVYDg3FaG+ZKUeUsNYitFpMYJAqoAlnw68EQgNbUfheSmexZr4n0wZPrAkPLuvsLaXO6wRw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^1.0.1", - "@eslint/plugin-kit": "^0.5.1", + "@eslint/core": "^1.1.1", + "@eslint/plugin-kit": "^0.6.1", "@humanwhocodes/momoa": "^3.3.10", "natural-compare": "^1.4.0" }, @@ -1723,20 +1723,6 @@ "node": "^20.19.0 || ^22.13.0 || >=24" } }, - "node_modules/@eslint/json/node_modules/@eslint/plugin-kit": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.5.1.tgz", - "integrity": "sha512-hZ2uC1jbf6JMSsF2ZklhRQqf6GLpYyux6DlzegnW/aFlpu6qJj5GO7ub7WOETCrEl6pl6DAX7RgTgj/fyG+6BQ==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@eslint/core": "^1.0.1", - "levn": "^0.4.1" - }, - "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" - } - }, "node_modules/@eslint/markdown": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/@eslint/markdown/-/markdown-8.0.1.tgz",