- npm: Update ash-nazg, eslint-plugin-jsdoc, rollup devDeps

This commit is contained in:
Brett Zamir
2019-07-09 15:31:10 +08:00
parent 6cb3f741ba
commit 9b8635e9d0
2 changed files with 20 additions and 13 deletions

27
package-lock.json generated
View File

@@ -3605,9 +3605,9 @@
}
},
"eslint-config-ash-nazg": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/eslint-config-ash-nazg/-/eslint-config-ash-nazg-8.2.0.tgz",
"integrity": "sha512-SSoN+4Q2cCOVx806pNE7c28JE1A+6Z6Mb5d1RpCkkI1v5f3kXa/yaKD+Eexp/WVEuaIL4B79uIVuuN8TnOdQnw==",
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/eslint-config-ash-nazg/-/eslint-config-ash-nazg-8.3.0.tgz",
"integrity": "sha512-+CTAH5le/+xMTNJcXxxqO2ir7cgy7IugzO5njUNlCt4d4xRdYvhh0cCE6Go+4BE+bgVh5/Y77qyAg/fkceZr/Q==",
"dev": true
},
"eslint-config-standard": {
@@ -3832,9 +3832,9 @@
}
},
"eslint-plugin-jsdoc": {
"version": "15.3.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-15.3.0.tgz",
"integrity": "sha512-xBOQo0Ao9VnwvLtczFSfSdh5l5CJypu2gT355x/WDkqWhIkXwIkxnQ8VSlSwl9mhNIA82BaN+mHzD2IWGS9Vaw==",
"version": "15.3.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-15.3.2.tgz",
"integrity": "sha512-EpdXvRO5oS1mxsD8Jhkq4f3f5ZwM+OxJl7J93cw2H+XlZpu41Gl5n+dohDnG1poq7x6HRp3ONXHFWNHZ5n4Wnw==",
"dev": true,
"requires": {
"comment-parser": "^0.5.5",
@@ -3842,7 +3842,8 @@
"escape-regex-string": "^1.0.6",
"flat-map-polyfill": "^0.3.8",
"jsdoctypeparser": "5.0.1",
"lodash": "^4.17.11"
"lodash": "^4.17.11",
"regextras": "^0.6.1"
}
},
"eslint-plugin-markdown": {
@@ -7587,6 +7588,12 @@
"unicode-match-property-value-ecmascript": "^1.1.0"
}
},
"regextras": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/regextras/-/regextras-0.6.1.tgz",
"integrity": "sha512-EzIHww9xV2Kpqx+corS/I7OBmf2rZ0pKKJPsw5Dc+l6Zq1TslDmtRIP9maVn3UH+72MIXmn8zzDgP07ihQogUA==",
"dev": true
},
"regjsgen": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.0.tgz",
@@ -7944,9 +7951,9 @@
}
},
"rollup": {
"version": "1.16.6",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.16.6.tgz",
"integrity": "sha512-oM3iKkzPCq9Da95wCnNfS8YlNZjgCD5c/TceKnJIthI9FOeJqnO3PUr/C5Suv9Kjzh0iphKL02PLeja3A5AMIA==",
"version": "1.16.7",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.16.7.tgz",
"integrity": "sha512-P3GVcbVSLLjHWFLKGerYRe3Q/yggRXmTZFx/4WZf4wzGwO6hAg5jyMAFMQKc0dts8rFID4BQngfoz6yQbI7iMQ==",
"dev": true,
"requires": {
"@types/estree": "0.0.39",

View File

@@ -86,14 +86,14 @@
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
"core-js-bundle": "^3.1.4",
"eslint": "6.0.1",
"eslint-config-ash-nazg": "8.2.0",
"eslint-config-ash-nazg": "8.3.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-array-func": "^3.1.3",
"eslint-plugin-compat": "^3.2.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-jsdoc": "^15.3.0",
"eslint-plugin-jsdoc": "^15.3.2",
"eslint-plugin-markdown": "^1.0.0",
"eslint-plugin-no-use-extend-native": "^0.4.1",
"eslint-plugin-node": "9.1.0",
@@ -116,7 +116,7 @@
"regenerator-runtime": "^0.13.2",
"remark-cli": "^6.0.1",
"remark-lint-ordered-list-marker-value": "^1.0.3",
"rollup": "1.16.6",
"rollup": "1.16.7",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-re": "^1.0.7",
"rollup-plugin-terser": "^5.1.1",