diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-25 12:34:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-25 12:34:20 +0000 |
| commit | e752ccc8f4e29695aafcb07826fbd46ef7698d6b (patch) | |
| tree | 1082a9e29b31455e7bf7bb013abbe343988fb963 | |
| parent | d39517ce5497ffde52ea7d7b0034086a142deb93 (diff) | |
| parent | 5654b92f91a7b70ea2c34bc4dbafad0ed96a8827 (diff) | |
Merge pull request #7384 from swagger-api/dependabot/npm_and_yarn/eslint-plugin-import-2.23.4
| -rw-r--r-- | package-lock.json | 17 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 11 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 6a45f6f0..3c059c5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "deepmerge": "^4.0.0", "enzyme": "^2.7.1", "eslint": "^7.27.0", - "eslint-plugin-import": "^2.23.3", + "eslint-plugin-import": "^2.23.4", "eslint-plugin-jest": "^24.3.6", "eslint-plugin-mocha": "^9.0.0", "eslint-plugin-react": "^7.23.2", @@ -11726,9 +11726,9 @@ "dev": true }, "node_modules/eslint-plugin-import": { - "version": "2.23.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.23.3.tgz", - "integrity": "sha512-wDxdYbSB55F7T5CC7ucDjY641VvKmlRwT0Vxh7PkY1mI4rclVRFWYfsrjDgZvwYYDZ5ee0ZtfFKXowWjqvEoRQ==", + "version": "2.23.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz", + "integrity": "sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==", "dev": true, "dependencies": { "array-includes": "^3.1.3", @@ -11749,6 +11749,9 @@ }, "engines": { "node": ">=4" + }, + "peerDependencies": { + "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0" } }, "node_modules/eslint-plugin-import/node_modules/es-abstract": { @@ -48330,9 +48333,9 @@ } }, "eslint-plugin-import": { - "version": "2.23.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.23.3.tgz", - "integrity": "sha512-wDxdYbSB55F7T5CC7ucDjY641VvKmlRwT0Vxh7PkY1mI4rclVRFWYfsrjDgZvwYYDZ5ee0ZtfFKXowWjqvEoRQ==", + "version": "2.23.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz", + "integrity": "sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==", "dev": true, "requires": { "array-includes": "^3.1.3", diff --git a/package.json b/package.json index 693a56bb..bca6d327 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "deepmerge": "^4.0.0", "enzyme": "^2.7.1", "eslint": "^7.27.0", - "eslint-plugin-import": "^2.23.3", + "eslint-plugin-import": "^2.23.4", "eslint-plugin-jest": "^24.3.6", "eslint-plugin-mocha": "^9.0.0", "eslint-plugin-react": "^7.23.2", |
