chore(deps): update dependency docdash to v2

This commit is contained in:
renovate[bot] 2025-02-11 01:55:40 +00:00 committed by GitHub
parent bf70989ab4
commit 4b5e11ed9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 6 deletions

26
package-lock.json generated
View file

@ -27,7 +27,7 @@
"@commitlint/config-conventional": "18.6.3",
"babel-loader": "9.2.1",
"copy-webpack-plugin": "4.6.0",
"docdash": "0.4.0",
"docdash": "2.0.2",
"eslint": "8.57.1",
"eslint-config-scratch": "9.0.9",
"gh-pages": "1.2.0",
@ -2279,6 +2279,19 @@
"@jridgewell/sourcemap-codec": "^1.4.14"
}
},
"node_modules/@jsdoc/salty": {
"version": "0.2.9",
"resolved": "https://registry.npmjs.org/@jsdoc/salty/-/salty-0.2.9.tgz",
"integrity": "sha512-yYxMVH7Dqw6nO0d5NIV8OQWnitU8k6vXH8NtgqAfIa/IUqRMxRv/NUJJ08VEKbAakwxlgBl5PJdrU0dMPStsnw==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"lodash": "^4.17.21"
},
"engines": {
"node": ">=v12.0.0"
}
},
"node_modules/@jsonjoy.com/base64": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz",
@ -6631,11 +6644,14 @@
}
},
"node_modules/docdash": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/docdash/-/docdash-0.4.0.tgz",
"integrity": "sha512-cdmktbSCiqO0gr6/YO5AQAZLOpCTv7usry2+cgsjcO0YnTtG4tlZvyVvZ+BLp3vyOovp6cunldeK+gjCPnG4Dg==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/docdash/-/docdash-2.0.2.tgz",
"integrity": "sha512-3SDDheh9ddrwjzf6dPFe1a16M6ftstqTNjik2+1fx46l24H9dD2osT2q9y+nBEC1wWz4GIqA48JmicOLQ0R8xA==",
"dev": true,
"license": "Apache-2.0"
"license": "Apache-2.0",
"dependencies": {
"@jsdoc/salty": "^0.2.1"
}
},
"node_modules/doctrine": {
"version": "3.0.0",

View file

@ -59,7 +59,7 @@
"@commitlint/config-conventional": "18.6.3",
"babel-loader": "9.2.1",
"copy-webpack-plugin": "4.6.0",
"docdash": "0.4.0",
"docdash": "2.0.2",
"eslint": "8.57.1",
"eslint-config-scratch": "9.0.9",
"gh-pages": "1.2.0",