Bump @nextcloud/eslint-config from 6.1.1 to 6.1.2

Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/nextcloud/eslint-config/releases)
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/eslint-config/compare/v6.1.1...v6.1.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-12-25 02:03:08 +00:00
committed by GitHub
parent bfcbe0306e
commit 3a243b1fc7
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -45,7 +45,7 @@
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^6.1.1",
"@nextcloud/eslint-config": "^6.1.2",
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@nextcloud/webpack-vue-config": "^4.2.0",
"@relative-ci/agent": "^3.0.0",
@@ -2764,9 +2764,9 @@
}
},
"node_modules/@nextcloud/eslint-config": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-6.1.1.tgz",
"integrity": "sha512-r2yAhYh/YJYnSEU1xEPWyvQeYI0/0Ej2n0Mjp1RvG8Xf2LGnraTGYDHEX+t0KiGrmD9EUqS1Uj2rRUWy4pxZBA==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-6.1.2.tgz",
"integrity": "sha512-KEErxReF89vuOVRvOWtky/j1UtOjBGgtDK+LjdehGah66P9se0WACtbIC+3DLZ9IIrtOP45X05LashELnXs7dg==",
"dev": true,
"engines": {
"node": "^14.0.0",
@@ -20764,9 +20764,9 @@
}
},
"@nextcloud/eslint-config": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-6.1.1.tgz",
"integrity": "sha512-r2yAhYh/YJYnSEU1xEPWyvQeYI0/0Ej2n0Mjp1RvG8Xf2LGnraTGYDHEX+t0KiGrmD9EUqS1Uj2rRUWy4pxZBA==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-6.1.2.tgz",
"integrity": "sha512-KEErxReF89vuOVRvOWtky/j1UtOjBGgtDK+LjdehGah66P9se0WACtbIC+3DLZ9IIrtOP45X05LashELnXs7dg==",
"dev": true,
"requires": {}
},

View File

@@ -72,7 +72,7 @@
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^6.1.1",
"@nextcloud/eslint-config": "^6.1.2",
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@nextcloud/webpack-vue-config": "^4.2.0",
"@relative-ci/agent": "^3.0.0",