summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-06 15:09:13 +0000
committerGitHub <noreply@github.com>2023-04-06 15:09:13 +0000
commit486d43193ae08a771116f5412f3e92df58a2504f (patch)
treec22a39e892d482227798b759dc80da02eb173021
parent2e6e15462966297b0a8ed07d4e79cfc8361b894c (diff)
downloadnextcloud-server-486d43193ae08a771116f5412f3e92df58a2504f.tar.gz
nextcloud-server-486d43193ae08a771116f5412f3e92df58a2504f.zip
chore(deps-dev): Bump jsdoc from 4.0.0 to 4.0.2
Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 4.0.0 to 4.0.2. - [Release notes](https://github.com/jsdoc/jsdoc/releases) - [Changelog](https://github.com/jsdoc/jsdoc/blob/4.0.2/CHANGES.md) - [Commits](https://github.com/jsdoc/jsdoc/compare/4.0.0...4.0.2) --- updated-dependencies: - dependency-name: jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json24
-rw-r--r--package.json2
2 files changed, 16 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 956b727035a..b81a9a31f20 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -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",
diff --git a/package.json b/package.json
index e33e6ecd061..9b1f4714dc1 100644
--- a/package.json
+++ b/package.json
@@ -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",