- npm: update devDeps, rollup, eslint-plugin-jsdoc

This commit is contained in:
Brett Zamir
2019-07-01 14:33:58 +08:00
parent 068bb7a75e
commit af290bd743
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@@ -3715,9 +3715,9 @@
}
},
"eslint-plugin-jsdoc": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-10.0.1.tgz",
"integrity": "sha512-wZZkaoDspRM7bQiZ5X0zthjeAWiXTnwQU8f/vIJEg9UAupX9qFQtIzbX2ABYYfbWQlTVhf5O8erfy9w4thP+xg==",
"version": "10.0.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-10.0.3.tgz",
"integrity": "sha512-aTlXmX4iCWf/vZyzcT13ggrHG6WW1QFvFbtrAVHU+Llcm1T7cvS/zQgPdRms2fY5XR4qBmsfeUuLe7RsszzhxQ==",
"dev": true,
"requires": {
"comment-parser": "^0.5.5",
@@ -7818,9 +7818,9 @@
}
},
"rollup": {
"version": "1.16.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.16.2.tgz",
"integrity": "sha512-UAZxaQvH0klYZdF+90xv9nGb+m4p8jdoaow1VL5/RzDK/gN/4CjvaMmJNcOIv1/+gtzswKhAg/467mzF0sLpAg==",
"version": "1.16.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.16.3.tgz",
"integrity": "sha512-iXINUUEk2NTZXE3GcUtLQt2cvfQsAUXBQ8AFsDK8tg7Wp5bwTKdZXPdzB2IJQwHpdUNfsIgYMAfajurh7SVTnA==",
"dev": true,
"requires": {
"@types/estree": "0.0.39",