mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 20:52:12 -05:00
deps(npm): bump eslint-plugin-vue from 9.24.0 to 9.24.1 in /dependencies (#5489)
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.24.0 to 9.24.1. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.24.0...v9.24.1) --- updated-dependencies: - dependency-name: eslint-plugin-vue dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e9d347187e
commit
454e13a49a
2 changed files with 6 additions and 6 deletions
10
dependencies/package-lock.json
generated
vendored
10
dependencies/package-lock.json
generated
vendored
|
@ -25,7 +25,7 @@
|
||||||
"eslint-plugin-prettier": "^5.1.3",
|
"eslint-plugin-prettier": "^5.1.3",
|
||||||
"eslint-plugin-react": "^7.34.1",
|
"eslint-plugin-react": "^7.34.1",
|
||||||
"eslint-plugin-react-hooks": "^4.6.0",
|
"eslint-plugin-react-hooks": "^4.6.0",
|
||||||
"eslint-plugin-vue": "^9.24.0",
|
"eslint-plugin-vue": "^9.24.1",
|
||||||
"gherkin-lint": "^4.2.4",
|
"gherkin-lint": "^4.2.4",
|
||||||
"htmlhint": "^1.1.4",
|
"htmlhint": "^1.1.4",
|
||||||
"jscpd": "^3.5.10",
|
"jscpd": "^3.5.10",
|
||||||
|
@ -11502,9 +11502,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/eslint-plugin-vue": {
|
"node_modules/eslint-plugin-vue": {
|
||||||
"version": "9.24.0",
|
"version": "9.24.1",
|
||||||
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.24.0.tgz",
|
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.24.1.tgz",
|
||||||
"integrity": "sha512-9SkJMvF8NGMT9aQCwFc5rj8Wo1XWSMSHk36i7ZwdI614BU7sIOR28ZjuFPKp8YGymZN12BSEbiSwa7qikp+PBw==",
|
"integrity": "sha512-wk3SuwmS1pZdcuJlokGYEi/buDOwD6KltvhIZyOnpJ/378dcQ4zchu9PAMbbLAaydCz1iYc5AozszcOOgZIIOg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@eslint-community/eslint-utils": "^4.4.0",
|
"@eslint-community/eslint-utils": "^4.4.0",
|
||||||
"globals": "^13.24.0",
|
"globals": "^13.24.0",
|
||||||
|
@ -11519,7 +11519,7 @@
|
||||||
"node": "^14.17.0 || >=16.0.0"
|
"node": "^14.17.0 || >=16.0.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"eslint": "^6.2.0 || ^7.0.0 || ^8.0.0"
|
"eslint": "^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/eslint-plugin-vue/node_modules/globals": {
|
"node_modules/eslint-plugin-vue/node_modules/globals": {
|
||||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -20,7 +20,7 @@
|
||||||
"eslint-plugin-prettier": "^5.1.3",
|
"eslint-plugin-prettier": "^5.1.3",
|
||||||
"eslint-plugin-react": "^7.34.1",
|
"eslint-plugin-react": "^7.34.1",
|
||||||
"eslint-plugin-react-hooks": "^4.6.0",
|
"eslint-plugin-react-hooks": "^4.6.0",
|
||||||
"eslint-plugin-vue": "^9.24.0",
|
"eslint-plugin-vue": "^9.24.1",
|
||||||
"gherkin-lint": "^4.2.4",
|
"gherkin-lint": "^4.2.4",
|
||||||
"htmlhint": "^1.1.4",
|
"htmlhint": "^1.1.4",
|
||||||
"jscpd": "^3.5.10",
|
"jscpd": "^3.5.10",
|
||||||
|
|
Loading…
Reference in a new issue