diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-30 15:38:43 +0000 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2021-10-05 18:29:32 +0200 |
commit | db83320ad758b7d442ffe1b33ec234056654e51d (patch) | |
tree | 57c0d50e2f267b3e5df8f92b6cb38b72e9384191 /package.json | |
parent | c5cc4caeeffc494979107728c2211771ade77b4d (diff) | |
download | nextcloud-server-db83320ad758b7d442ffe1b33ec234056654e51d.tar.gz nextcloud-server-db83320ad758b7d442ffe1b33ec234056654e51d.zip |
Bump bootstrap from 4.6.0 to 5.1.1
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.0 to 5.1.1.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v4.6.0...v5.1.1)
---
updated-dependencies:
- dependency-name: bootstrap
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index c4b851a1040..57897e6d1c3 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "autosize": "^5.0.1", "backbone": "^1.4.0", "blueimp-md5": "^2.19.0", - "bootstrap": "^4.6.0", + "bootstrap": "^5.1.1", "camelcase": "^6.2.0", "clipboard": "^2.0.8", "core-js": "^3.18.1", @@ -137,4 +137,4 @@ "^.+\\.vue$": "vue-jest" } } -} +}
\ No newline at end of file |