chore(deps): update dependency docdash to v2

This commit is contained in:
renovate[bot] 2025-02-11 01:41:07 +00:00 committed by GitHub
parent 45e1d6b6f1
commit 2d5c58fc61
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

@ -43,7 +43,7 @@
"babel-loader": "9.2.1",
"callsite": "1.0.0",
"copy-webpack-plugin": "4.6.0",
"docdash": "1.2.0",
"docdash": "2.0.2",
"eslint": "8.57.1",
"eslint-config-scratch": "9.0.9",
"expose-loader": "1.0.3",
@ -2515,6 +2515,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/@nicolo-ribaudo/eslint-scope-5-internals": {
"version": "5.1.1-v1",
"resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
@ -7046,11 +7059,14 @@
}
},
"node_modules/docdash": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/docdash/-/docdash-1.2.0.tgz",
"integrity": "sha512-IYZbgYthPTspgqYeciRJNPhSwL51yer7HAwDXhF5p+H7mTDbPvY3PCk/QDjNxdPCpWkaJVFC4t7iCNB/t9E5Kw==",
"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

@ -87,7 +87,7 @@
"babel-loader": "9.2.1",
"callsite": "1.0.0",
"copy-webpack-plugin": "4.6.0",
"docdash": "1.2.0",
"docdash": "2.0.2",
"eslint": "8.57.1",
"eslint-config-scratch": "9.0.9",
"expose-loader": "1.0.3",