From 1f3fcc01b988db898598cdf90ca041cc7034d9a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:57:00 +0000 Subject: [PATCH] Bump eslint-config-next from 15.1.3 to 15.1.4 (#3829) --- .../test-app/package.json | 2 +- package-lock.json | 18 +++++++++--------- package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/e2e/browser/solid-client-authn-browser/test-app/package.json b/e2e/browser/solid-client-authn-browser/test-app/package.json index 1553c1c36..9a96615da 100644 --- a/e2e/browser/solid-client-authn-browser/test-app/package.json +++ b/e2e/browser/solid-client-authn-browser/test-app/package.json @@ -24,6 +24,6 @@ "@types/react-dom": "^19.0.2", "esbuild": "^0.24.2", "eslint": "^8.57.1", - "eslint-config-next": "^15.1.3" + "eslint-config-next": "^15.1.4" } } diff --git a/package-lock.json b/package-lock.json index a59ea3430..26d81520b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@typescript-eslint/parser": "^7.18.0", "dotenv-flow": "^4.0.1", "eslint": "^8.57.1", - "eslint-config-next": "^15.1.3", + "eslint-config-next": "^15.1.4", "express": "^4.21.2", "http-link-header": "^1.1.3", "jest": "^29.7.0", @@ -73,7 +73,7 @@ "@types/react-dom": "^19.0.2", "esbuild": "^0.24.2", "eslint": "^8.57.1", - "eslint-config-next": "^15.1.3" + "eslint-config-next": "^15.1.4" } }, "e2e/browser/solid-client-authn-browser/test-app/node_modules/@types/react-dom": { @@ -4545,9 +4545,9 @@ } }, "node_modules/@next/eslint-plugin-next": { - "version": "15.1.3", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.1.3.tgz", - "integrity": "sha512-oeP1vnc5Cq9UoOb8SYHAEPbCXMzOgG70l+Zfd+Ie00R25FOm+CCVNrcIubJvB1tvBgakXE37MmqSycksXVPRqg==", + "version": "15.1.4", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.1.4.tgz", + "integrity": "sha512-HwlEXwCK3sr6zmVGEvWBjW9tBFs1Oe6hTmTLoFQtpm4As5HCdu8jfSE0XJOp7uhfEGLniIx8yrGxEWwNnY0fmQ==", "dev": true, "dependencies": { "fast-glob": "3.3.1" @@ -10293,12 +10293,12 @@ } }, "node_modules/eslint-config-next": { - "version": "15.1.3", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.1.3.tgz", - "integrity": "sha512-wGYlNuWnh4ujuKtZvH+7B2Z2vy9nONZE6ztd+DKF7hAsIabkrxmD4TzYHzASHENo42lmz2tnT2B+zN2sOHvpJg==", + "version": "15.1.4", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.1.4.tgz", + "integrity": "sha512-u9+7lFmfhKNgGjhQ9tBeyCFsPJyq0SvGioMJBngPC7HXUpR0U+ckEwQR48s7TrRNHra1REm6evGL2ie38agALg==", "dev": true, "dependencies": { - "@next/eslint-plugin-next": "15.1.3", + "@next/eslint-plugin-next": "15.1.4", "@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/package.json b/package.json index be74cb30a..2028941fe 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@typescript-eslint/parser": "^7.18.0", "dotenv-flow": "^4.0.1", "eslint": "^8.57.1", - "eslint-config-next": "^15.1.3", + "eslint-config-next": "^15.1.4", "express": "^4.21.2", "http-link-header": "^1.1.3", "jest": "^29.7.0",