Bump xmldom and cos-js-sdk-v5 in /template/admin

Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [cos-js-sdk-v5](https://github.com/tencentyun/cos-js-sdk-v5). These dependencies need to be updated together.


Removes `xmldom`

Updates `cos-js-sdk-v5` from 0.5.27 to 1.4.10
- [Release notes](https://github.com/tencentyun/cos-js-sdk-v5/releases)
- [Changelog](https://github.com/tencentyun/cos-js-sdk-v5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tencentyun/cos-js-sdk-v5/commits/v1.4.10)

---
updated-dependencies:
- dependency-name: xmldom
  dependency-type: indirect
- dependency-name: cos-js-sdk-v5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-19 11:01:41 +00:00 committed by GitHub
parent ac1681888a
commit e19a753061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -3903,6 +3903,11 @@
"resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.7.0.tgz",
"integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q=="
},
"@xmldom/xmldom": {
"version": "0.8.6",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.6.tgz",
"integrity": "sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg=="
},
"@xtuc/ieee754": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
@ -6904,11 +6909,11 @@
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
},
"cos-js-sdk-v5": {
"version": "0.5.27",
"resolved": "https://registry.npmjs.org/cos-js-sdk-v5/-/cos-js-sdk-v5-0.5.27.tgz",
"integrity": "sha512-kq5363l1TpU26AHRZTcWCibPfM5ykQ2zHsdpnP/Ax8SMuYQDNIP/BVWaA55Ks2r5JsELjqXLF516FeXQz3jEZw==",
"version": "1.4.15-beta.0",
"resolved": "https://registry.npmjs.org/cos-js-sdk-v5/-/cos-js-sdk-v5-1.4.15-beta.0.tgz",
"integrity": "sha512-pOoVnnHCAd+0y6QQFR0SmJP9fNC7rM6l62EtFyWuoXDHdODv9T4i7hKoxz7Wa8JSWg6v7UX5UBEpUdJG0qMvAA==",
"requires": {
"xmldom": "^0.1.27"
"@xmldom/xmldom": "^0.8.6"
}
},
"cosmiconfig": {
@ -21602,11 +21607,6 @@
"integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
"dev": true
},
"xmldom": {
"version": "0.1.31",
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz",
"integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ=="
},
"xtend": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",

View File

@ -22,7 +22,7 @@
"clipboard": "^2.0.0",
"codemirror": "^5.38.0",
"core-js": "^3.22.5",
"cos-js-sdk-v5": "^0.5.26",
"cos-js-sdk-v5": "^1.4.15-beta.0",
"countup": "^1.8.2",
"cropperjs": "^1.2.2",
"crypto-js": "^4.1.1",