mirror of
https://github.com/nextcloud/server.git
synced 2026-04-01 15:18:09 -04:00
Merge pull request #38951 from nextcloud/dependabot/npm_and_yarn/fast-xml-parser-and-webdav-4.2.5
This commit is contained in:
commit
82bb7a8a2a
8 changed files with 25 additions and 45 deletions
4
dist/comments-comments-app.js
vendored
4
dist/comments-comments-app.js
vendored
File diff suppressed because one or more lines are too long
2
dist/comments-comments-app.js.map
vendored
2
dist/comments-comments-app.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/core-common.js
vendored
4
dist/core-common.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-common.js.map
vendored
2
dist/core-common.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/settings-vue-settings-personal-info.js
vendored
4
dist/settings-vue-settings-personal-info.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
50
package-lock.json
generated
50
package-lock.json
generated
|
|
@ -88,7 +88,7 @@
|
|||
"vuedraggable": "^2.24.3",
|
||||
"vuex": "^3.6.2",
|
||||
"vuex-router-sync": "^5.0.0",
|
||||
"webdav": "^5.0.0"
|
||||
"webdav": "^5.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/node": "^7.20.7",
|
||||
|
|
@ -10806,9 +10806,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/fast-xml-parser": {
|
||||
"version": "4.2.4",
|
||||
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.4.tgz",
|
||||
"integrity": "sha512-fbfMDvgBNIdDJLdLOwacjFAPYt67tr31H9ZhWSm45CDAxvd0I6WTlSOUo7K2P/K5sA5JgMKG64PI3DMcaFdWpQ==",
|
||||
"version": "4.2.5",
|
||||
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz",
|
||||
"integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "paypal",
|
||||
|
|
@ -23688,14 +23688,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/webdav": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/webdav/-/webdav-5.1.0.tgz",
|
||||
"integrity": "sha512-66OP2/PkVe3tkVy5wO/XsGebKuWhn2ebywA7a11ViHNls8Y6pgop6hU9j7god+GbZv/zVQeTs9w3ZS7JhHhE7g==",
|
||||
"version": "5.2.1",
|
||||
"resolved": "https://registry.npmjs.org/webdav/-/webdav-5.2.1.tgz",
|
||||
"integrity": "sha512-GY01OAoLbKeLhMvHjfe8CLU9JMI/WKuyc5OUGV1P7lXP5N16lmZNRStFfIYyn5CTlDagEgVocAKekCq9Hrj/MA==",
|
||||
"dependencies": {
|
||||
"@buttercup/fetch": "^0.1.1",
|
||||
"base-64": "^1.0.0",
|
||||
"byte-length": "^1.0.2",
|
||||
"fast-xml-parser": "^3.19.0",
|
||||
"fast-xml-parser": "^4.2.4",
|
||||
"he": "^1.2.0",
|
||||
"hot-patcher": "^2.0.0",
|
||||
"layerr": "^0.1.2",
|
||||
|
|
@ -23717,20 +23717,6 @@
|
|||
"balanced-match": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/webdav/node_modules/fast-xml-parser": {
|
||||
"version": "3.21.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"strnum": "^1.0.4"
|
||||
},
|
||||
"bin": {
|
||||
"xml2js": "cli.js"
|
||||
},
|
||||
"funding": {
|
||||
"type": "paypal",
|
||||
"url": "https://paypal.me/naturalintelligence"
|
||||
}
|
||||
},
|
||||
"node_modules/webdav/node_modules/minimatch": {
|
||||
"version": "5.1.6",
|
||||
"license": "ISC",
|
||||
|
|
@ -31591,9 +31577,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"fast-xml-parser": {
|
||||
"version": "4.2.4",
|
||||
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.4.tgz",
|
||||
"integrity": "sha512-fbfMDvgBNIdDJLdLOwacjFAPYt67tr31H9ZhWSm45CDAxvd0I6WTlSOUo7K2P/K5sA5JgMKG64PI3DMcaFdWpQ==",
|
||||
"version": "4.2.5",
|
||||
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz",
|
||||
"integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==",
|
||||
"requires": {
|
||||
"strnum": "^1.0.5"
|
||||
}
|
||||
|
|
@ -39839,14 +39825,14 @@
|
|||
"optional": true
|
||||
},
|
||||
"webdav": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/webdav/-/webdav-5.1.0.tgz",
|
||||
"integrity": "sha512-66OP2/PkVe3tkVy5wO/XsGebKuWhn2ebywA7a11ViHNls8Y6pgop6hU9j7god+GbZv/zVQeTs9w3ZS7JhHhE7g==",
|
||||
"version": "5.2.1",
|
||||
"resolved": "https://registry.npmjs.org/webdav/-/webdav-5.2.1.tgz",
|
||||
"integrity": "sha512-GY01OAoLbKeLhMvHjfe8CLU9JMI/WKuyc5OUGV1P7lXP5N16lmZNRStFfIYyn5CTlDagEgVocAKekCq9Hrj/MA==",
|
||||
"requires": {
|
||||
"@buttercup/fetch": "^0.1.1",
|
||||
"base-64": "^1.0.0",
|
||||
"byte-length": "^1.0.2",
|
||||
"fast-xml-parser": "^3.19.0",
|
||||
"fast-xml-parser": "^4.2.4",
|
||||
"he": "^1.2.0",
|
||||
"hot-patcher": "^2.0.0",
|
||||
"layerr": "^0.1.2",
|
||||
|
|
@ -39864,12 +39850,6 @@
|
|||
"balanced-match": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"fast-xml-parser": {
|
||||
"version": "3.21.1",
|
||||
"requires": {
|
||||
"strnum": "^1.0.4"
|
||||
}
|
||||
},
|
||||
"minimatch": {
|
||||
"version": "5.1.6",
|
||||
"requires": {
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@
|
|||
"vuedraggable": "^2.24.3",
|
||||
"vuex": "^3.6.2",
|
||||
"vuex-router-sync": "^5.0.0",
|
||||
"webdav": "^5.0.0"
|
||||
"webdav": "^5.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/node": "^7.20.7",
|
||||
|
|
|
|||
Loading…
Reference in a new issue