- 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",