Browse Source

Merge pull request #25287 from nextcloud/dependabot/npm_and_yarn/bootstrap-4.6.0

pull/25286/head
dependabot-preview[bot] 5 years ago
committed by GitHub
parent
commit
44b567d0a1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      core/js/dist/main.js
  2. 2
      core/js/dist/main.js.map
  3. 6
      package-lock.json
  4. 2
      package.json

2
core/js/dist/main.js
File diff suppressed because it is too large
View File

2
core/js/dist/main.js.map
File diff suppressed because it is too large
View File

6
package-lock.json

@ -3106,9 +3106,9 @@
"dev": true
},
"bootstrap": {
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.3.tgz",
"integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ=="
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.0.tgz",
"integrity": "sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw=="
},
"brace-expansion": {
"version": "1.1.11",

2
package.json

@ -44,7 +44,7 @@
"autosize": "^4.0.2",
"backbone": "^1.4.0",
"blueimp-md5": "^2.18.0",
"bootstrap": "^4.5.3",
"bootstrap": "^4.6.0",
"camelcase": "^6.2.0",
"clipboard": "^2.0.6",
"core-js": "^3.8.2",

Loading…
Cancel
Save