From 1d96fa6146fcc207aa83dd80086df58cece86b5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 10:07:12 +0000 Subject: [PATCH] chore(deps): pin dependency eslint-plugin-import to 2.26.0 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04e93c08..db2aaec1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "enzyme": "3.11.0", "enzyme-adapter-react-16": "1.15.6", "es-check": "6.2.1", - "eslint-plugin-import": "^2.26.0", + "eslint-plugin-import": "2.26.0", "glob": "7.2.0", "history": "5.3.0", "husky": "7.0.4", @@ -11858,7 +11858,7 @@ "node_modules/eslint-plugin-import/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, "node_modules/eslint-plugin-jsx-a11y": { @@ -37325,7 +37325,7 @@ "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true } } diff --git a/package.json b/package.json index a72da639..2e5aed86 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "enzyme": "3.11.0", "enzyme-adapter-react-16": "1.15.6", "es-check": "6.2.1", - "eslint-plugin-import": "^2.26.0", + "eslint-plugin-import": "2.26.0", "glob": "7.2.0", "history": "5.3.0", "husky": "7.0.4",