- npm: Bump eslint-config-ash-nazg/jsdoc

This commit is contained in:
Brett Zamir
2019-07-07 10:30:48 +08:00
parent 79eaccf927
commit b98f159b44
2 changed files with 22 additions and 15 deletions

31
package-lock.json generated
View File

@@ -3491,6 +3491,12 @@
"is-symbol": "^1.0.2"
}
},
"escape-regex-string": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/escape-regex-string/-/escape-regex-string-1.0.6.tgz",
"integrity": "sha512-AcaPwAOKpF52ETT4uu4vmpqQphuQGjIEhdDwG/gAJYah8ixJlrSBFjhtLMT7frc9y3RWgOnLov9E0MsRBdeRbw==",
"dev": true
},
"escape-string-regexp": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
@@ -3599,9 +3605,9 @@
}
},
"eslint-config-ash-nazg": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/eslint-config-ash-nazg/-/eslint-config-ash-nazg-8.0.2.tgz",
"integrity": "sha512-VuKP7pADM+WRvSon2gCnzJQgyHFU6U7cB5b2NYbJ7FZUj++TAfCTVbiuAjQgGUJtm5XZgt0eveoPPKus5pDErQ==",
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/eslint-config-ash-nazg/-/eslint-config-ash-nazg-8.0.3.tgz",
"integrity": "sha512-2vYPkO4RwgT2Swbtn72Ef32Xzvngy73fkNL6+L+x69pcNcGb4XJ5GjPowXYP8Kqi4mF7HhJ5tMjSHOe7hFrLdQ==",
"dev": true
},
"eslint-config-standard": {
@@ -3826,13 +3832,14 @@
}
},
"eslint-plugin-jsdoc": {
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-10.2.0.tgz",
"integrity": "sha512-Hxqc36IFc4MO9s92TnRWBvTGj2reWQ4fPCfxHRxK58vWWeaTJe3g1CWL6UWB13/U6tCXPLEYRfHUtLaYBcd+fw==",
"version": "11.2.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-11.2.1.tgz",
"integrity": "sha512-Cvt9+E1A8Xjy0BM1v3LF9mi5jb1Ax6nKkWdJ5sicfdMO/utu5hXOSS6p/cuOinaVFzz1/n560z4BGGb99eVC2g==",
"dev": true,
"requires": {
"comment-parser": "^0.5.5",
"debug": "^4.1.1",
"escape-regex-string": "^1.0.6",
"flat-map-polyfill": "^0.3.8",
"jsdoctypeparser": "4.0.0",
"lodash": "^4.17.11"
@@ -8624,9 +8631,9 @@
}
},
"testcafe": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/testcafe/-/testcafe-1.3.0.tgz",
"integrity": "sha512-5OJoHKIEjKJB9CkNzdnQ7tzdegurohAlojw61fGyTtD7ZK0zZ4pd34+4pGMnJyqQh66U6RfYSNHdxWhHcDYnKA==",
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/testcafe/-/testcafe-1.3.1.tgz",
"integrity": "sha512-5IkyFxKBdrUut9JEmGR8lU4qbxL9N9F/3yNJqfLF29bpRfrmJY2FZdAYQ1iHEayfCcSTxQxcqRCEkVsmRTaI4g==",
"dev": true,
"requires": {
"@types/node": "^10.12.19",
@@ -8704,9 +8711,9 @@
},
"dependencies": {
"@types/node": {
"version": "10.14.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.10.tgz",
"integrity": "sha512-V8wj+w2YMNvGuhgl/MA5fmTxgjmVHVoasfIaxMMZJV6Y8Kk+Ydpi1z2whoShDCJ2BuNVoqH/h1hrygnBxkrw/Q==",
"version": "10.14.12",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.12.tgz",
"integrity": "sha512-QcAKpaO6nhHLlxWBvpc4WeLrTvPqlHOvaj0s5GriKkA1zq+bsFBPpfYCvQhLqLgYlIko8A9YrPdaMHCo5mBcpg==",
"dev": true
},
"ansi-regex": {

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.0.2",
"eslint-config-ash-nazg": "8.0.3",
"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": "^10.2.0",
"eslint-plugin-jsdoc": "^11.2.1",
"eslint-plugin-markdown": "^1.0.0",
"eslint-plugin-no-use-extend-native": "^0.4.1",
"eslint-plugin-node": "9.1.0",
@@ -123,6 +123,6 @@
"sinon": "^7.3.2",
"sinon-test": "^2.4.0",
"stackblur-canvas": "^2.2.0",
"testcafe": "^1.3.0"
"testcafe": "^1.3.1"
}
}