chore(deps): update dependency docdash to v2

This commit is contained in:
renovate[bot] 2022-11-20 09:02:17 +00:00 committed by GitHub
parent a126e9b12f
commit b207100bbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 5 deletions

20
package-lock.json generated
View file

@ -288,6 +288,15 @@
"integrity": "sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==",
"dev": true
},
"@jsdoc/salty": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@jsdoc/salty/-/salty-0.2.1.tgz",
"integrity": "sha512-JXwylDNSHa549N9uceDYu8D4GMXwSo3H8CCPYEQqxhhHpxD28+lRl2b3bS/caaPj5w1YD3SWtrficJNTnUjGpg==",
"dev": true,
"requires": {
"lodash": "^4.17.21"
}
},
"@types/glob": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz",
@ -2747,10 +2756,13 @@
}
},
"docdash": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/docdash/-/docdash-0.4.0.tgz",
"integrity": "sha1-BcOlDYMYmYFpnuDAdtOjlQ237AA=",
"dev": true
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/docdash/-/docdash-2.0.0.tgz",
"integrity": "sha512-AxxZwrMLmiArEHJirdyZmW6YTBKxkd/Z5V9U2EU1crIMtpgoU/cH7Hnc9n1E0lzB1ZSam+VVMSnvlc+9+GUGVg==",
"dev": true,
"requires": {
"@jsdoc/salty": "^0.2.1"
}
},
"doctrine": {
"version": "3.0.0",

View file

@ -30,7 +30,7 @@
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"copy-webpack-plugin": "4.6.0",
"docdash": "0.4.0",
"docdash": "2.0.0",
"eslint": "7.31.0",
"eslint-config-scratch": "6.0.0",
"gh-pages": "1.2.0",