From c654e42575e6d2aae7ad880415c9dad0ac1e5c4a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 14:44:21 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @typescript-eslint/eslint-plugin from 7.14.1 to 7.18.0. See this package in npm: https://www.npmjs.com/package/@typescript-eslint/eslint-plugin - @typescript-eslint/parser from 7.14.1 to 7.18.0. See this package in npm: https://www.npmjs.com/package/@typescript-eslint/parser - eslint-config-next from 14.2.4 to 14.2.6. See this package in npm: https://www.npmjs.com/package/eslint-config-next - eslint-config-turbo from 2.0.6 to 2.0.14. See this package in npm: https://www.npmjs.com/package/eslint-config-turbo - eslint-plugin-react from 7.34.3 to 7.35.0. See this package in npm: https://www.npmjs.com/package/eslint-plugin-react See this project in Snyk: https://app.snyk.io/org/akjus/project/102accf8-34fc-45c5-b1fe-171b91ceecea?utm_source=github&utm_medium=referral&page=upgrade-pr --- legacy_packages/eslint-config-thirdweb/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/legacy_packages/eslint-config-thirdweb/package.json b/legacy_packages/eslint-config-thirdweb/package.json index 9fc44240794..bea0d579945 100644 --- a/legacy_packages/eslint-config-thirdweb/package.json +++ b/legacy_packages/eslint-config-thirdweb/package.json @@ -4,12 +4,12 @@ "main": "index.js", "license": "Apache-2.0", "dependencies": { - "@typescript-eslint/eslint-plugin": "7.14.1", - "@typescript-eslint/parser": "7.14.1", - "eslint-config-next": "14.2.4", + "@typescript-eslint/eslint-plugin": "7.18.0", + "@typescript-eslint/parser": "7.18.0", + "eslint-config-next": "14.2.6", "eslint-config-prettier": "9.1.0", - "eslint-config-turbo": "2.0.6", - "eslint-plugin-react": "7.34.3" + "eslint-config-turbo": "2.0.14", + "eslint-plugin-react": "7.35.0" }, "publishConfig": { "access": "public"