This commit is contained in:
Timo Hocker 2020-01-30 11:27:21 +01:00
parent 80bd577823
commit 9581fbf2b3
2 changed files with 10 additions and 17 deletions

21
package-lock.json generated
View File

@ -25,13 +25,13 @@
}
},
"@scode/eslint-config": {
"version": "1.2.7",
"resolved": "https://npm.scode.ovh/@scode%2feslint-config/-/eslint-config-1.2.7.tgz",
"integrity": "sha512-l6BrBu2s3obiTev/rhgF4Ubmyv2fP6DZzgOacG3FTBiGvzbQKYr3yBWYZ/go6GAbdZuT8WERxrBl8oa2wDIqkQ==",
"version": "1.2.8",
"resolved": "https://npm.scode.ovh/@scode%2feslint-config/-/eslint-config-1.2.8.tgz",
"integrity": "sha512-heSZU1k0MqT4zJPLMGH4ggZdZWFTqBlO7yzlFljh0q76Gsi5/307TmUdR9X7KzAf/XWX6ghQClUQzcUWFn8AFQ==",
"dev": true,
"requires": {
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsdoc": "^20.3.1",
"eslint-plugin-jsdoc": "^21.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-sort-requires-by-path": "^1.0.2",
"eslint-plugin-vue": "^6.1.2"
@ -593,16 +593,15 @@
}
},
"eslint-plugin-jsdoc": {
"version": "20.4.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-20.4.0.tgz",
"integrity": "sha512-c/fnEpwWLFeQn+A7pb1qLOdyhovpqGCWCeUv1wtzFNL5G+xedl9wHUnXtp3b1sGHolVimi9DxKVTuhK/snXoOw==",
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-21.0.0.tgz",
"integrity": "sha512-CdLGe2oyw5YAX9rxq9bVz7H2PK+r8PVwdGuvYGMBstpbVD/66yUAgRFQRsJwAsRKLmReo58Lw1jFdNcxdOc4eg==",
"dev": true,
"requires": {
"comment-parser": "^0.7.2",
"debug": "^4.1.1",
"jsdoctypeparser": "^6.1.0",
"lodash": "^4.17.15",
"object.entries-ponyfill": "^1.0.1",
"regextras": "^0.7.0",
"semver": "^6.3.0",
"spdx-expression-parse": "^3.0.0"
@ -1439,12 +1438,6 @@
"object-keys": "^1.0.11"
}
},
"object.entries-ponyfill": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/object.entries-ponyfill/-/object.entries-ponyfill-1.0.1.tgz",
"integrity": "sha1-Kavfd8v70mVm3RqiTp2I9lQz0lY=",
"dev": true
},
"object.getownpropertydescriptors": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz",

View File

@ -20,7 +20,7 @@
"node": ">=10.0.0"
},
"devDependencies": {
"@scode/eslint-config": "^1.2.7",
"@scode/eslint-config": "^1.2.8",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"mocha": "^7.0.1"