Merge pull request #14242 from nextcloud/dependabot/npm_and_yarn/bootstrap-3.4.1
Bump bootstrap from 3.4.0 to 3.4.1
This commit is contained in:
commit
a70099ef10
5 changed files with 6 additions and 6 deletions
|
@ -17,7 +17,7 @@ pipeline:
|
|||
webpack-build:
|
||||
image: nextcloudci/node:node-4
|
||||
commands:
|
||||
- npm install
|
||||
- npm ci
|
||||
- npm run build
|
||||
- git status
|
||||
- bash -c "[[ ! \"`git status --porcelain `\" ]] || ( echo 'Uncommited changes in webpack build' && exit 1 )"
|
||||
|
|
BIN
core/js/dist/main.js
vendored
BIN
core/js/dist/main.js
vendored
Binary file not shown.
BIN
core/js/dist/main.js.map
vendored
BIN
core/js/dist/main.js.map
vendored
Binary file not shown.
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -1620,9 +1620,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"bootstrap": {
|
||||
"version": "3.4.0",
|
||||
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.0.tgz",
|
||||
"integrity": "sha512-F1yTDO9OHKH0xjl03DsOe8Nu1OWBIeAugGMhy3UTIYDdbbIPesQIhCEbj+HEr6wqlwweGAlP8F3OBC6kEuhFuw=="
|
||||
"version": "3.4.1",
|
||||
"resolved": "http://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz",
|
||||
"integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA=="
|
||||
},
|
||||
"brace-expansion": {
|
||||
"version": "1.1.11",
|
||||
|
@ -3848,7 +3848,7 @@
|
|||
"dependencies": {
|
||||
"async": {
|
||||
"version": "2.6.1",
|
||||
"resolved": "http://registry.npmjs.org/async/-/async-2.6.1.tgz",
|
||||
"resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz",
|
||||
"integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==",
|
||||
"requires": {
|
||||
"lodash": "^4.17.10"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"autosize": "^4.0.2",
|
||||
"backbone": "^1.3.3",
|
||||
"blueimp-md5": "^2.10.0",
|
||||
"bootstrap": "^3.4.0",
|
||||
"bootstrap": "^3.4.1",
|
||||
"clipboard": "^2.0.4",
|
||||
"css-vars-ponyfill": "^1.16.4",
|
||||
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.3",
|
||||
|
|
Loading…
Reference in a new issue