mirror of
https://github.com/nextcloud/server.git
synced 2026-03-09 09:51:03 -04:00
Merge pull request #13684 from nextcloud/dependabot/npm_and_yarn/davclient.js-0.1.3
Bump davclient.js from 0.1.2 to 0.1.3
This commit is contained in:
commit
400a8f252e
5 changed files with 11 additions and 11 deletions
2
core/js/dist/main.js
vendored
2
core/js/dist/main.js
vendored
File diff suppressed because one or more lines are too long
2
core/js/dist/main.js.map
vendored
2
core/js/dist/main.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -227,7 +227,7 @@ describe('OC.Files.Client tests', function() {
|
|||
expect(requestStub.calledOnce).toEqual(true);
|
||||
expect(requestStub.lastCall.args[0]).toEqual('PROPFIND');
|
||||
expect(requestStub.lastCall.args[1]).toEqual(baseUrl + 'path/to%20space/%E6%96%87%E4%BB%B6%E5%A4%B9');
|
||||
expect(requestStub.lastCall.args[2].Depth).toEqual(1);
|
||||
expect(requestStub.lastCall.args[2].Depth).toEqual('1');
|
||||
|
||||
var props = getRequestedProperties(requestStub.lastCall.args[3]);
|
||||
expect(props).toContain('{DAV:}getlastmodified');
|
||||
|
|
@ -519,7 +519,7 @@ describe('OC.Files.Client tests', function() {
|
|||
expect(requestStub.calledOnce).toEqual(true);
|
||||
expect(requestStub.lastCall.args[0]).toEqual('PROPFIND');
|
||||
expect(requestStub.lastCall.args[1]).toEqual(baseUrl + 'path/to%20space/%E6%96%87%E4%BB%B6%E5%A4%B9');
|
||||
expect(requestStub.lastCall.args[2].Depth).toEqual(0);
|
||||
expect(requestStub.lastCall.args[2].Depth).toEqual('0');
|
||||
|
||||
var props = getRequestedProperties(requestStub.lastCall.args[3]);
|
||||
expect(props).toContain('{DAV:}getlastmodified');
|
||||
|
|
|
|||
12
package-lock.json
generated
12
package-lock.json
generated
|
|
@ -1144,7 +1144,7 @@
|
|||
},
|
||||
"Select2": {
|
||||
"version": "git+https://github.com/select2/select2.git#b5f3b2839c48c53f9641d6bb1bccafc5260c7620",
|
||||
"from": "git+https://github.com/select2/select2.git#b5f3b2839c48c53f9641d6bb1bccafc5260c7620"
|
||||
"from": "git+https://github.com/select2/select2.git#3.4.8"
|
||||
},
|
||||
"acorn": {
|
||||
"version": "6.0.5",
|
||||
|
|
@ -1282,7 +1282,7 @@
|
|||
},
|
||||
"async": {
|
||||
"version": "1.5.2",
|
||||
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
|
||||
"resolved": "http://registry.npmjs.org/async/-/async-1.5.2.tgz",
|
||||
"integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo="
|
||||
},
|
||||
"async-each": {
|
||||
|
|
@ -2083,8 +2083,8 @@
|
|||
"dev": true
|
||||
},
|
||||
"davclient.js": {
|
||||
"version": "git+https://github.com/owncloud/davclient.js.git#f7fc96b66d4e34489b1ffc6395fd40c02863b0fd",
|
||||
"from": "git+https://github.com/owncloud/davclient.js.git#f7fc96b66d4e34489b1ffc6395fd40c02863b0fd"
|
||||
"version": "git+https://github.com/owncloud/davclient.js.git#0e5ef1af5d174d9ec10dbe889a415b8f481d5094",
|
||||
"from": "git+https://github.com/owncloud/davclient.js.git#0.1.3"
|
||||
},
|
||||
"debug": {
|
||||
"version": "2.6.9",
|
||||
|
|
@ -3370,7 +3370,7 @@
|
|||
"dependencies": {
|
||||
"async": {
|
||||
"version": "2.6.1",
|
||||
"resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz",
|
||||
"resolved": "http://registry.npmjs.org/async/-/async-2.6.1.tgz",
|
||||
"integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==",
|
||||
"requires": {
|
||||
"lodash": "^4.17.10"
|
||||
|
|
@ -3796,7 +3796,7 @@
|
|||
},
|
||||
"jcrop": {
|
||||
"version": "git+https://github.com/ChristophWurst/Jcrop.git#d4caad5fd7b2d032f05e91b4bc2a6f09dbf7d29e",
|
||||
"from": "git+https://github.com/ChristophWurst/Jcrop.git#d4caad5fd7b2d032f05e91b4bc2a6f09dbf7d29e",
|
||||
"from": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm",
|
||||
"requires": {
|
||||
"http-server": "^0.11.1",
|
||||
"resize-observer-polyfill": "^1.5.0"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"bootstrap": "^3.4.0",
|
||||
"clipboard": "^2.0.4",
|
||||
"css-vars-ponyfill": "^1.16.2",
|
||||
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.2",
|
||||
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.3",
|
||||
"dompurify": "^1.0.9",
|
||||
"handlebars": "^4.0.12",
|
||||
"jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm",
|
||||
|
|
|
|||
Loading…
Reference in a new issue