Merge pull request #13780 from nextcloud/dependabot/npm_and_yarn/jquery-migrate-1.4.1

Bump jquery-migrate from 1.4.0 to 1.4.1
This commit is contained in:
Roeland Jago Douma 2019-01-24 14:59:25 +01:00 committed by GitHub
commit b5a545dcf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 11 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

14
package-lock.json generated
View File

@ -1133,7 +1133,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",
@ -2053,7 +2053,7 @@
},
"davclient.js": {
"version": "git+https://github.com/owncloud/davclient.js.git#f7fc96b66d4e34489b1ffc6395fd40c02863b0fd",
"from": "git+https://github.com/owncloud/davclient.js.git#f7fc96b66d4e34489b1ffc6395fd40c02863b0fd"
"from": "git+https://github.com/owncloud/davclient.js.git#0.1.2"
},
"debug": {
"version": "2.6.9",
@ -3339,7 +3339,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"
@ -3765,7 +3765,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"
@ -3777,9 +3777,9 @@
"integrity": "sha1-IoveaYoMYUMdwmMKahVPFYkNIxc="
},
"jquery-migrate": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-1.4.0.tgz",
"integrity": "sha1-4AKOSDHMFH2PIvOCBRbr+5dReaU="
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-1.4.1.tgz",
"integrity": "sha1-hRUvPsmalWJfT30Lz2LpuGOPWnY="
},
"jquery-ui-dist": {
"version": "1.12.1",

View File

@ -33,7 +33,7 @@
"handlebars": "^4.0.12",
"jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm",
"jquery": "^2.1.4",
"jquery-migrate": "^1.4.0",
"jquery-migrate": "^1.4.1",
"jquery-ui-dist": "^1.12.1",
"jstimezonedetect": "^1.0.6",
"marked": "^0.6.0",