From b741b83b6f9efa95609e589ae5b6c0fb9644dd81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:11:48 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-next from 14.1.2 to 14.1.3 (#1115) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d28e06ec..28d1e54c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "autoprefixer": "10.4.18", "daisyui": "4.7.2", "eslint": "8.57.0", - "eslint-config-next": "14.1.2", + "eslint-config-next": "14.1.3", "eslint-config-prettier": "9.1.0", "eslint-plugin-i18next": "6.0.3", "eslint-plugin-react": "7.34.0", @@ -3621,9 +3621,9 @@ "integrity": "sha512-VhgXTvrgeBRxNPjyfBsDIMvgsKDxjlpw4IAUsHCX8Gjl1vtHUYRT3+xfQ/wwvLPDd/6kqfLqk9Pt4+7gysuCKQ==" }, "node_modules/@next/eslint-plugin-next": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.1.2.tgz", - "integrity": "sha512-k9h9NfR1joJI48uwdQd/DuOV1mBgcjlmWaX45eAXCFGT96oc+/6SMjO3s7naVtTXqSKjFAgk2GDlW6Hv41ROXQ==", + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.1.3.tgz", + "integrity": "sha512-VCnZI2cy77Yaj3L7Uhs3+44ikMM1VD/fBMwvTBb3hIaTIuqa+DmG4dhUDq+MASu3yx97KhgsVJbsas0XuiKyww==", "dev": true, "dependencies": { "glob": "10.3.10" @@ -10096,12 +10096,12 @@ } }, "node_modules/eslint-config-next": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-14.1.2.tgz", - "integrity": "sha512-g46mlgWmHoWhHuDbaQS8PLNQtBkVkiQMnVLhFcqnPSXN2I+R4Obom3ihCIQuNLbjVUgiFFHqmEwwtDuWv1wYKA==", + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-14.1.3.tgz", + "integrity": "sha512-sUCpWlGuHpEhI0pIT0UtdSLJk5Z8E2DYinPTwsBiWaSYQomchdl0i60pjynY48+oXvtyWMQ7oE+G3m49yrfacg==", "dev": true, "dependencies": { - "@next/eslint-plugin-next": "14.1.2", + "@next/eslint-plugin-next": "14.1.3", "@rushstack/eslint-patch": "^1.3.3", "@typescript-eslint/parser": "^5.4.2 || ^6.0.0", "eslint-import-resolver-node": "^0.3.6", diff --git a/package.json b/package.json index 8f8564640..9d817410e 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "autoprefixer": "10.4.18", "daisyui": "4.7.2", "eslint": "8.57.0", - "eslint-config-next": "14.1.2", + "eslint-config-next": "14.1.3", "eslint-config-prettier": "9.1.0", "eslint-plugin-i18next": "6.0.3", "eslint-plugin-react": "7.34.0",