mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Bump eslint-plugin-standard from 4.0.1 to 4.0.2
Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/standard/eslint-plugin-standard/releases) - [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: eslint-plugin-standard dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e794b75e7f
commit
fef52cf455
2 changed files with 9 additions and 9 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -4179,9 +4179,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"eslint-plugin-standard": {
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-4.0.1.tgz",
|
||||
"integrity": "sha512-v/KBnfyaOMPmZc/dmc6ozOdWqekGp7bBGq4jLAecEfPGmfKiWS4sA8sC0LqiV9w5qmXAtXVn4M3p1jSyhY85SQ==",
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-4.0.2.tgz",
|
||||
"integrity": "sha512-nKptN8l7jksXkwFk++PhJB3cCDTcXOEyhISIN86Ue2feJ1LFyY3PrY3/xT2keXlJSY5bpmbiTG0f885/YKAvTA==",
|
||||
"dev": true
|
||||
},
|
||||
"eslint-plugin-vue": {
|
||||
|
|
@ -7401,12 +7401,12 @@
|
|||
}
|
||||
},
|
||||
"p-queue": {
|
||||
"version": "6.6.1",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.1.tgz",
|
||||
"integrity": "sha512-miQiSxLYPYBxGkrldecZC18OTLjdUqnlRebGzPRiVxB8mco7usCmm7hFuxiTvp93K18JnLtE4KMMycjAu/cQQg==",
|
||||
"version": "6.6.2",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz",
|
||||
"integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==",
|
||||
"requires": {
|
||||
"eventemitter3": "^4.0.4",
|
||||
"p-timeout": "^3.1.0"
|
||||
"p-timeout": "^3.2.0"
|
||||
}
|
||||
},
|
||||
"p-timeout": {
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
"moment-timezone": "^0.5.31",
|
||||
"nextcloud-vue-collections": "^0.8.1",
|
||||
"p-limit": "^3.0.2",
|
||||
"p-queue": "^6.6.1",
|
||||
"p-queue": "^6.6.2",
|
||||
"query-string": "^5.1.1",
|
||||
"regenerator-runtime": "^0.13.7",
|
||||
"select2": "3.5.1",
|
||||
|
|
@ -106,7 +106,7 @@
|
|||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"eslint-plugin-standard": "^4.0.2",
|
||||
"eslint-plugin-vue": "^6.2.2",
|
||||
"exports-loader": "^1.1.0",
|
||||
"file-loader": "^6.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue