From 5d8e4c5ea7330561fb396b140f35189a49641910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 16:01:36 +0000 Subject: [PATCH] chore(deps-dev): Bump eslint-config-next from 15.1.0 to 15.1.2 in the dev-dependencies group across 1 directory (#80) --- 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 cbe3a58..889c833 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@types/react-dom": "19.0.1", "conventional-changelog-conventionalcommits": "8.0.0", "eslint": "9.17.0", - "eslint-config-next": "15.1.0", + "eslint-config-next": "15.1.2", "prettier": "3.4.2", "prettier-plugin-organize-imports": "4.1.0", "semantic-release": "24.2.0", @@ -1339,9 +1339,9 @@ "integrity": "sha512-UcCO481cROsqJuszPPXJnb7GGuLq617ve4xuAyyNG4VSSocJNtMU5Fsx+Lp6mlN8c7W58aZLc5y6D/2xNmaK+w==" }, "node_modules/@next/eslint-plugin-next": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.1.0.tgz", - "integrity": "sha512-+jPT0h+nelBT6HC9ZCHGc7DgGVy04cv4shYdAe6tKlEbjQUtwU3LzQhzbDHQyY2m6g39m6B0kOFVuLGBrxxbGg==", + "version": "15.1.2", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.1.2.tgz", + "integrity": "sha512-sgfw3+WdaYOGPKCvM1L+UucBmRfh8V2Ygefp7ELON0+0vY7uohQwXXnVWg3rY7mXDKharQR3o7uedpfvnU2hlQ==", "dev": true, "dependencies": { "fast-glob": "3.3.1" @@ -4467,12 +4467,12 @@ } }, "node_modules/eslint-config-next": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.1.0.tgz", - "integrity": "sha512-gADO+nKVseGso3DtOrYX9H7TxB/MuX7AUYhMlvQMqLYvUWu4HrOQuU7cC1HW74tHIqkAvXdwgAz3TCbczzSEXw==", + "version": "15.1.2", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.1.2.tgz", + "integrity": "sha512-PrMm1/4zWSJ689wd/ypWIR5ZF1uvmp3EkgpgBV1Yu6PhEobBjXMGgT8bVNelwl17LXojO8D5ePFRiI4qXjsPRA==", "dev": true, "dependencies": { - "@next/eslint-plugin-next": "15.1.0", + "@next/eslint-plugin-next": "15.1.2", "@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 681cd48..4d32cf4 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@types/react-dom": "19.0.1", "conventional-changelog-conventionalcommits": "8.0.0", "eslint": "9.17.0", - "eslint-config-next": "15.1.0", + "eslint-config-next": "15.1.2", "prettier": "3.4.2", "prettier-plugin-organize-imports": "4.1.0", "semantic-release": "24.2.0",