From 8dd28d085577de96fc7b1828a71936fd512cd32f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Dec 2024 03:47:35 +0000 Subject: [PATCH] fix: upgrade eslint-config-next from 14.2.16 to 14.2.18 Snyk has created this PR to upgrade eslint-config-next from 14.2.16 to 14.2.18. See this package in yarn: eslint-config-next See this project in Snyk: https://app.snyk.io/org/mdshamoon/project/c884e92c-5d56-4d83-bfe3-09f785b8b3bb?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index db0f1a7c..7b134550 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "cronstrue": "^2.51.0", "d3": "^7.8.5", "eslint": "8.57.1", - "eslint-config-next": "^14.2.15", + "eslint-config-next": "^14.2.18", "moment": "^2.30.1", "next": "^14.2.15", "next-auth": "^4.24.10", diff --git a/yarn.lock b/yarn.lock index 8d256fc7..606b8592 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1038,10 +1038,10 @@ resolved "https://registry.yarnpkg.com/@next/env/-/env-14.2.16.tgz#44638942a26da6e982cca37a07f43101407ac4d8" integrity sha512-fLrX5TfJzHCbnZ9YUSnGW63tMV3L4nSfhgOQ0iCcX21Pt+VSTDuaLsSuL8J/2XAiVA5AnzvXDpf6pMs60QxOag== -"@next/eslint-plugin-next@14.2.16": - version "14.2.16" - resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.16.tgz#05414ada34e3bc02a8074d0e457a3277f76acec2" - integrity sha512-noORwKUMkKc96MWjTOwrsUCjky0oFegHbeJ1yEnQBGbMHAaTEIgLZIIfsYF0x3a06PiS+2TXppfifR+O6VWslg== +"@next/eslint-plugin-next@14.2.20": + version "14.2.20" + resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.20.tgz#8ef8df309c4d16346764479eacf9802492fe8204" + integrity sha512-T0JRi706KLbvR1Uc46t56VtawbhR/igdBagzOrA7G+vv4rvjwnlu/Y4/Iq6X9TDVj5UZjyot4lUdkNd3V2kLhw== dependencies: glob "10.3.10" @@ -4229,12 +4229,12 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-config-next@^14.2.15: - version "14.2.16" - resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-14.2.16.tgz#738adcca0b26c585e153c241293d22f0ac57825a" - integrity sha512-HOcnCJsyLXR7B8wmjaCgkTSpz+ijgOyAkP8OlvANvciP8PspBYFEBTmakNMxOf71fY0aKOm/blFIiKnrM4K03Q== +eslint-config-next@^14.2.18: + version "14.2.20" + resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-14.2.20.tgz#0a1714b8d236e8892504a42f8fce88ffcf97e788" + integrity sha512-gHBvp4RDd51DAaDco7KiWFy731EwcItkDtGUaZH1EUXEnHCzsVRjMceT+b8aThjMLjOScz6Q27MGlePASvK4Aw== dependencies: - "@next/eslint-plugin-next" "14.2.16" + "@next/eslint-plugin-next" "14.2.20" "@rushstack/eslint-patch" "^1.3.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"