From 4d57ac842422241224753505a339457b4d1f950d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jan 2025 00:13:39 +0000 Subject: [PATCH] fix: upgrade resolve from 1.1.6 to 1.22.10 Snyk has created this PR to upgrade resolve from 1.1.6 to 1.22.10. See this package in npm: resolve See this project in Snyk: https://app.snyk.io/org/geraldvillorente/project/ade96e36-9f43-4e7c-b22d-2aefe4778d93?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/eslint-config-airbnb/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config-airbnb/package.json b/packages/eslint-config-airbnb/package.json index 0625134b82..8a54978d40 100644 --- a/packages/eslint-config-airbnb/package.json +++ b/packages/eslint-config-airbnb/package.json @@ -29,7 +29,7 @@ "babel-eslint": "3.1.7", "eslint": "0.21.2", "eslint-plugin-react": "2.3.0", - "resolve": "1.1.6", + "resolve": "1.22.10", "strip-json-comments": "1.0.2" } }