Merge pull request #37398 from nextcloud/dependabot/npm_and_yarn/jsdoc-4.0.2

pull/37625/head
dependabot[bot] 3 years ago committed by GitHub
commit 0126247439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 24
      package-lock.json
  2. 2
      package.json

24
package-lock.json generated

@ -125,7 +125,7 @@
"jasmine-sinon": "^0.4.0",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.2.1",
"jsdoc": "^4.0.0",
"jsdoc": "^4.0.2",
"jsdom": "^21.1.1",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",
@ -621,8 +621,9 @@
}
},
"node_modules/@babel/parser": {
"version": "7.20.7",
"license": "MIT",
"version": "7.21.4",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.4.tgz",
"integrity": "sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==",
"bin": {
"parser": "bin/babel-parser.js"
},
@ -16588,11 +16589,12 @@
"license": "MIT"
},
"node_modules/jsdoc": {
"version": "4.0.0",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-4.0.2.tgz",
"integrity": "sha512-e8cIg2z62InH7azBBi3EsSEqrKx+nUtAS5bBcYTSpZFA+vhNPyhv8PTFZ0WsjOPDj04/dOLlm08EDcQJDqaGQg==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@babel/parser": "^7.9.4",
"@babel/parser": "^7.20.15",
"@jsdoc/salty": "^0.2.1",
"@types/markdown-it": "^12.2.3",
"bluebird": "^3.7.2",
@ -25997,7 +25999,9 @@
}
},
"@babel/parser": {
"version": "7.20.7"
"version": "7.21.4",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.4.tgz",
"integrity": "sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw=="
},
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
"version": "7.16.7",
@ -36408,10 +36412,12 @@
"dev": true
},
"jsdoc": {
"version": "4.0.0",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-4.0.2.tgz",
"integrity": "sha512-e8cIg2z62InH7azBBi3EsSEqrKx+nUtAS5bBcYTSpZFA+vhNPyhv8PTFZ0WsjOPDj04/dOLlm08EDcQJDqaGQg==",
"dev": true,
"requires": {
"@babel/parser": "^7.9.4",
"@babel/parser": "^7.20.15",
"@jsdoc/salty": "^0.2.1",
"@types/markdown-it": "^12.2.3",
"bluebird": "^3.7.2",

@ -150,7 +150,7 @@
"jasmine-sinon": "^0.4.0",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.2.1",
"jsdoc": "^4.0.0",
"jsdoc": "^4.0.2",
"jsdom": "^21.1.1",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",

Loading…
Cancel
Save