Skip to content

Commit

Permalink
Bump bootstrap from 3.3.6 to 3.4.1
Browse files Browse the repository at this point in the history
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.3.6 to 3.4.1.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v3.3.6...v3.4.1)

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2021
1 parent 0e6dfd3 commit 00f480a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 49 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"dependencies": {
"big.js": "^6.1.1",
"bootstrap": "3.3.6",
"bootstrap": "3.4.1",
"bootstrap-validator": "^0.11.9",
"clipboard": "^2.0.8",
"jquery": "^2.2.0"
Expand Down
87 changes: 39 additions & 48 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,53 +2,44 @@
# yarn lockfile v1


"big.js@^6.1.1":
"integrity" "sha512-1vObw81a8ylZO5ePrtMay0n018TcftpTA5HFKDaSuiUDBo8biRBtjIobw60OpwuvrGk+FsxKamqN4cnmj/eXdg=="
"resolved" "https://registry.npmjs.org/big.js/-/big.js-6.1.1.tgz"
"version" "6.1.1"

"bootstrap-validator@^0.11.9":
"integrity" "sha1-+3BY7vU2I+ePWqeWcCb5j4dalAQ="
"resolved" "https://registry.npmjs.org/bootstrap-validator/-/bootstrap-validator-0.11.9.tgz"
"version" "0.11.9"

"bootstrap@3.3.6":
"integrity" "sha1-jej3SdyKdD8qxbUQ2Yg3Hj2qZYk="
"resolved" "https://registry.npmjs.org/bootstrap/-/bootstrap-3.3.6.tgz"
"version" "3.3.6"

"clipboard@^2.0.8":
"integrity" "sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ=="
"resolved" "https://registry.npmjs.org/clipboard/-/clipboard-2.0.8.tgz"
"version" "2.0.8"
big.js@^6.1.1:
version "6.1.1"
resolved "https://registry.npmjs.org/big.js/-/big.js-6.1.1.tgz"

bootstrap-validator@^0.11.9:
version "0.11.9"
resolved "https://registry.npmjs.org/bootstrap-validator/-/bootstrap-validator-0.11.9.tgz"

bootstrap@3.4.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.4.1.tgz#c3a347d419e289ad11f4033e3c4132b87c081d72"

clipboard@^2.0.8:
version "2.0.8"
resolved "https://registry.npmjs.org/clipboard/-/clipboard-2.0.8.tgz"
dependencies:
"good-listener" "^1.2.2"
"select" "^1.1.2"
"tiny-emitter" "^2.0.0"

"delegate@^3.1.2":
"integrity" "sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw=="
"resolved" "https://registry.npmjs.org/delegate/-/delegate-3.2.0.tgz"
"version" "3.2.0"

"good-listener@^1.2.2":
"integrity" "sha1-1TswzfkxPf+33JoNR3CWqm0UXFA="
"resolved" "https://registry.npmjs.org/good-listener/-/good-listener-1.2.2.tgz"
"version" "1.2.2"
good-listener "^1.2.2"
select "^1.1.2"
tiny-emitter "^2.0.0"

delegate@^3.1.2:
version "3.2.0"
resolved "https://registry.npmjs.org/delegate/-/delegate-3.2.0.tgz"

good-listener@^1.2.2:
version "1.2.2"
resolved "https://registry.npmjs.org/good-listener/-/good-listener-1.2.2.tgz"
dependencies:
"delegate" "^3.1.2"

"jquery@^2.2.0":
"integrity" "sha1-LInWiJterFIqfuoywUUhVZxsvwI="
"resolved" "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz"
"version" "2.2.4"

"select@^1.1.2":
"integrity" "sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0="
"resolved" "https://registry.npmjs.org/select/-/select-1.1.2.tgz"
"version" "1.1.2"

"tiny-emitter@^2.0.0":
"integrity" "sha512-2NM0auVBGft5tee/OxP4PI3d8WItkDM+fPnaRAVo6xTDI2knbz9eC5ArWGqtGlYqiH3RU5yMpdyTTO7MguC4ow=="
"resolved" "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.0.2.tgz"
"version" "2.0.2"
delegate "^3.1.2"

jquery@^2.2.0:
version "2.2.4"
resolved "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz"

select@^1.1.2:
version "1.1.2"
resolved "https://registry.npmjs.org/select/-/select-1.1.2.tgz"

tiny-emitter@^2.0.0:
version "2.0.2"
resolved "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.0.2.tgz"

0 comments on commit 00f480a

Please sign in to comment.