- npm: Update devDeps

master
Brett Zamir 2019-11-19 08:18:25 +08:00
parent f7c1174427
commit d50f4a1674
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -4229,9 +4229,9 @@
}
},
"eslint-plugin-jsdoc": {
"version": "18.0.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-18.0.1.tgz",
"integrity": "sha512-ofNW3JmuZD9Gqn+qp/M6vPUfyaWHtfiNdmuoYmjyBcf5Xh2SMe1dnFa+gTGpfZLrjvBCdIbjxryRiF2QdqlQ0g==",
"version": "18.1.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-18.1.0.tgz",
"integrity": "sha512-mM7xxIh5kjZo+5aETpuWyj9522xW4V5WsGklitHk3V5WSltKCIbGmN8olLTVavVJt+8WbusLxxjMLzl+pQMqbg==",
"dev": true,
"requires": {
"comment-parser": "^0.7.0",
@ -8058,9 +8058,9 @@
}
},
"rollup": {
"version": "1.27.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.27.0.tgz",
"integrity": "sha512-yaMna4MJ8LLEHhHl1ilgHakylf0LKeQctDxhngZLQ+W57GnXa5vtH7XKaK8zlAhNEhlWiH5YFVFt+QCDPUmNkw==",
"version": "1.27.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.27.2.tgz",
"integrity": "sha512-sD3iyd0zlvgK1S3MmICi6F/Y+R/QWY5XxzsTGN4pAd+nCasDUizmAhgq2hdh1t2eLux974NHU2TW41fhuGPv+Q==",
"dev": true,
"requires": {
"@types/estree": "*",

View File

@ -95,7 +95,7 @@
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsdoc": "^18.0.1",
"eslint-plugin-jsdoc": "^18.1.0",
"eslint-plugin-markdown": "^1.0.1",
"eslint-plugin-no-use-extend-native": "^0.4.1",
"eslint-plugin-node": "10.0.0",
@ -118,7 +118,7 @@
"regenerator-runtime": "^0.13.3",
"remark-cli": "^7.0.1",
"remark-lint-ordered-list-marker-value": "^1.0.3",
"rollup": "1.27.0",
"rollup": "1.27.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-re": "^1.0.7",
"rollup-plugin-terser": "^5.1.2",