diff --git a/package-lock.json b/package-lock.json index b38db6e..20e141a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "@iconify/tailwind": "^1.1.3", "@lingui/cli": "^4.13.0", "@lingui/swc-plugin": "^4.1.0", - "@next/eslint-plugin-next": "^15.0.1", + "@next/eslint-plugin-next": "^15.1.6", "@svgr/core": "^8.1.0", "@svgr/plugin-jsx": "^8.1.0", "@testing-library/dom": "^10.4.0", @@ -1750,10 +1750,11 @@ "license": "MIT" }, "node_modules/@next/eslint-plugin-next": { - "version": "15.0.2", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.0.2.tgz", - "integrity": "sha512-R9Jc7T6Ge0txjmqpPwqD8vx6onQjynO9JT73ArCYiYPvSrwYXepH/UY/WdKDY8JPWJl72sAE4iGMHPeQ5xdEWg==", + "version": "15.1.6", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.1.6.tgz", + "integrity": "sha512-+slMxhTgILUntZDGNgsKEYHUvpn72WP1YTlkmEhS51vnVd7S9jEEy0n9YAMcI21vUG4akTw9voWH02lrClt/yw==", "dev": true, + "license": "MIT", "dependencies": { "fast-glob": "3.3.1" } @@ -8631,6 +8632,16 @@ } } }, + "node_modules/eslint-config-next/node_modules/@next/eslint-plugin-next": { + "version": "15.0.2", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.0.2.tgz", + "integrity": "sha512-R9Jc7T6Ge0txjmqpPwqD8vx6onQjynO9JT73ArCYiYPvSrwYXepH/UY/WdKDY8JPWJl72sAE4iGMHPeQ5xdEWg==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-glob": "3.3.1" + } + }, "node_modules/eslint-config-prettier": { "version": "9.1.0", "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", diff --git a/package.json b/package.json index c6b038f..55167aa 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@iconify/tailwind": "^1.1.3", "@lingui/cli": "^4.13.0", "@lingui/swc-plugin": "^4.1.0", - "@next/eslint-plugin-next": "^15.0.1", + "@next/eslint-plugin-next": "^15.1.6", "@svgr/core": "^8.1.0", "@svgr/plugin-jsx": "^8.1.0", "@testing-library/dom": "^10.4.0",