aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-01-16 21:38:40 +0000
committerGravatar vitalyster2023-01-17 00:41:57 +0300
commit3c83dfeffbf11d6259eb3db41cc6d79a1f2ca5c8 (patch)
tree69539caa4672074f2bc602a9efbec7ee5309e15c /vnext
parentba591fa3147caff43f3e21fc23db5f9a610da05c (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')
-rw-r--r--vnext/package-lock.json18
-rw-r--r--vnext/package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index 9059a919..5b898e9a 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -49,7 +49,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",
@@ -6094,14 +6094,14 @@
}
},
"node_modules/eslint-plugin-import": {
- "version": "2.27.4",
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.4.tgz",
- "integrity": "sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==",
+ "version": "2.27.5",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz",
+ "integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==",
"dev": true,
"dependencies": {
"array-includes": "^3.1.6",
"array.prototype.flat": "^1.3.1",
- "array.prototype.flatmap": "^1.3.0",
+ "array.prototype.flatmap": "^1.3.1",
"debug": "^3.2.7",
"doctrine": "^2.1.0",
"eslint-import-resolver-node": "^0.3.7",
@@ -21661,14 +21661,14 @@
}
},
"eslint-plugin-import": {
- "version": "2.27.4",
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.4.tgz",
- "integrity": "sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==",
+ "version": "2.27.5",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz",
+ "integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==",
"dev": true,
"requires": {
"array-includes": "^3.1.6",
"array.prototype.flat": "^1.3.1",
- "array.prototype.flatmap": "^1.3.0",
+ "array.prototype.flatmap": "^1.3.1",
"debug": "^3.2.7",
"doctrine": "^2.1.0",
"eslint-import-resolver-node": "^0.3.7",
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",