From 851dcef9959e27bda1e2b0a874a591642b4d6fc8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 05:34:54 +0000 Subject: [PATCH] fix: upgrade resolve from 1.1.6 to 1.22.6 Snyk has created this PR to upgrade resolve from 1.1.6 to 1.22.6. See this package in npm: https://www.npmjs.com/package/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..37e495b767 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.6", "strip-json-comments": "1.0.2" } }