From 1684011639e7bf91865a144c5d0a0e5f5a7d2467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 01:13:59 +0000 Subject: [PATCH] chore(npm): bump eslint-config-next from 14.2.10 to 14.2.11 in /Website Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.2.10 to 14.2.11. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v14.2.11/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Website/package-lock.json | 16 ++++++++-------- Website/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Website/package-lock.json b/Website/package-lock.json index d4d488cb..45e4841b 100644 --- a/Website/package-lock.json +++ b/Website/package-lock.json @@ -11,7 +11,7 @@ "@headlessui/react": "^2.1.7", "autoprefixer": "10.4.20", "eslint": "8.57.0", - "eslint-config-next": "14.2.10", + "eslint-config-next": "14.2.11", "next": "14.2.11", "postcss": "8.4.45", "react": "18.3.1", @@ -294,9 +294,9 @@ "integrity": "sha512-HYsQRSIXwiNqvzzYThrBwq6RhXo3E0n8j8nQnAs8i4fCEo2Zf/3eS0IiRA8XnRg9Ha0YnpkyJZIZg1qEwemrHw==" }, "node_modules/@next/eslint-plugin-next": { - "version": "14.2.10", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.10.tgz", - "integrity": "sha512-LqJcPP5QkmKewpwO3zX8SoVfWwKn5NKwfcs/j52oJa5EsEDyUsqjsmj5IRzmAJA0FSuB4umhjG55AGayY306fw==", + "version": "14.2.11", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.11.tgz", + "integrity": "sha512-7mw+xW7Y03Ph4NTCcAzYe+vu4BNjEHZUfZayyF3Y1D9RX6c5NIe25m1grHEAkyUuaqjRxOYhnCNeglOkIqLkBA==", "dependencies": { "glob": "10.3.10" } @@ -1918,11 +1918,11 @@ } }, "node_modules/eslint-config-next": { - "version": "14.2.10", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-14.2.10.tgz", - "integrity": "sha512-qO/L8LbfhBhobNowiJP+UBOb7w+JRvbz6T5X05heLOGO6/VwDIIsZL6XjWiKJ45lnwSpwP1kxoBBxCYr2wTMaw==", + "version": "14.2.11", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-14.2.11.tgz", + "integrity": "sha512-gGIoBoHCJuLn6vaV1Ke8UurVvgb7JjQv6oRlWmI6RAAxz7KwJOYxxm2blctavA0a3eofbE9TdgKvvTb2G55OHQ==", "dependencies": { - "@next/eslint-plugin-next": "14.2.10", + "@next/eslint-plugin-next": "14.2.11", "@rushstack/eslint-patch": "^1.3.3", "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0", "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0", diff --git a/Website/package.json b/Website/package.json index 6c88ecbb..72aed75f 100644 --- a/Website/package.json +++ b/Website/package.json @@ -12,7 +12,7 @@ "@headlessui/react": "^2.1.7", "autoprefixer": "10.4.20", "eslint": "8.57.0", - "eslint-config-next": "14.2.10", + "eslint-config-next": "14.2.11", "next": "14.2.11", "postcss": "8.4.45", "react": "18.3.1",