diff options
author | dependabot[bot] | 2023-01-16 21:38:40 +0000 |
---|---|---|
committer | vitalyster | 2023-01-17 00:41:57 +0300 |
commit | 3c83dfeffbf11d6259eb3db41cc6d79a1f2ca5c8 (patch) | |
tree | 69539caa4672074f2bc602a9efbec7ee5309e15c /vnext/package.json | |
parent | ba591fa3147caff43f3e21fc23db5f9a610da05c (diff) |
build(deps-dev): bump eslint-plugin-import in /vnext
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.4 to 2.27.5.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.4...v2.27.5)
---
updated-dependencies:
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index 3157e3ed..a396d6fe 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -26,7 +26,7 @@ "cross-env": "^7.0.3", "cssnano": "^5.1.14", "eslint": "^8.31.0", - "eslint-plugin-import": "^2.27.4", + "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest-dom": "^4.0.3", "eslint-plugin-jsdoc": "^39.6.4", |