diff --git a/Website/package-lock.json b/Website/package-lock.json index 0a105e17..c605c5fe 100644 --- a/Website/package-lock.json +++ b/Website/package-lock.json @@ -11,7 +11,7 @@ "@headlessui/react": "^2.1.10", "autoprefixer": "10.4.20", "eslint": "8.57.0", - "eslint-config-next": "15.0.0", + "eslint-config-next": "15.0.1", "next": "15.0.1", "postcss": "8.4.47", "react": "18.3.1", @@ -593,9 +593,9 @@ "integrity": "sha512-lc4HeDUKO9gxxlM5G2knTRifqhsY6yYpwuHspBZdboZe0Gp+rZHBNNSIjmQKDJIdRXiXGyVnSD6gafrbQPvILQ==" }, "node_modules/@next/eslint-plugin-next": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.0.0.tgz", - "integrity": "sha512-UG/Gnsq6Sc4wRhO9qk+vc/2v4OfRXH7GEH6/TGlNF5eU/vI9PIO7q+kgd65X2DxJ+qIpHWpzWwlPLmqMi1FE9A==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.0.1.tgz", + "integrity": "sha512-bKWsMaGPbiFAaGqrDJvbE8b4Z0uKicGVcgOI77YM2ui3UfjHMr4emFPrZTLeZVchi7fT1mooG2LxREfUUClIKw==", "dependencies": { "fast-glob": "3.3.1" } @@ -2301,11 +2301,11 @@ } }, "node_modules/eslint-config-next": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.0.0.tgz", - "integrity": "sha512-HFeTwCR2lFEUWmdB00WZrzaak2CvMvxici38gQknA6Bu2HPizSE4PNFGaFzr5GupjBt+SBJ/E0GIP57ZptOD3g==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.0.1.tgz", + "integrity": "sha512-3cYCrgbH6GS/ufApza7XCKz92vtq4dAdYhx++rMFNlH2cAV+/GsAKkrr4+bohYOACmzG2nAOR+uWprKC1Uld6A==", "dependencies": { - "@next/eslint-plugin-next": "15.0.0", + "@next/eslint-plugin-next": "15.0.1", "@rushstack/eslint-patch": "^1.10.3", "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", diff --git a/Website/package.json b/Website/package.json index b740c648..7fe78134 100644 --- a/Website/package.json +++ b/Website/package.json @@ -12,7 +12,7 @@ "@headlessui/react": "^2.1.10", "autoprefixer": "10.4.20", "eslint": "8.57.0", - "eslint-config-next": "15.0.0", + "eslint-config-next": "15.0.1", "next": "15.0.1", "postcss": "8.4.47", "react": "18.3.1",