fix(deps): update bootstrap to v5.2.0

This commit is contained in:
renovate[bot]
2022-07-26 08:03:19 +00:00
committed by Łukasz Mierzwa
parent e1297af14d
commit 8fcfd22ccd
2 changed files with 27 additions and 21 deletions

44
ui/package-lock.json generated
View File

@@ -16,8 +16,8 @@
"@fortawesome/react-fontawesome": "0.2.0",
"@juggle/resize-observer": "3.3.1",
"body-scroll-lock": "3.1.5",
"bootstrap": "5.1.3",
"bootswatch": "5.1.3",
"bootstrap": "5.2.0",
"bootswatch": "5.2.0",
"bricks.js": "1.8.0",
"copy-to-clipboard": "3.3.1",
"csshake": "1.7.0",
@@ -12711,21 +12711,27 @@
"dev": true
},
"node_modules/bootstrap": {
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz",
"integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
},
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.0.tgz",
"integrity": "sha512-qlnS9GL6YZE6Wnef46GxGv1UpGGzAwO0aPL1yOjzDIJpeApeMvqV24iL+pjr2kU4dduoBA9fINKWKgMToobx9A==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/twbs"
},
{
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
}
],
"peerDependencies": {
"@popperjs/core": "^2.10.2"
"@popperjs/core": "^2.11.5"
}
},
"node_modules/bootswatch": {
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/bootswatch/-/bootswatch-5.1.3.tgz",
"integrity": "sha512-NmZFN6rOCoXWQ/PkzmD8FFWDe24kocX9OXWHNVaLxVVnpqpAzEbMFsf8bAfKwVtpNXibasZCzv09B5fLieAh2g=="
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/bootswatch/-/bootswatch-5.2.0.tgz",
"integrity": "sha512-v9krdPdybb5hUwVwlv3f7/FhOa5cXbCb5U5CI4gdnalcxR3ekclXE6kPZWL5O8V8qwNI9BB73apASO1MLmRpIA=="
},
"node_modules/boxen": {
"version": "5.1.2",
@@ -43569,15 +43575,15 @@
"dev": true
},
"bootstrap": {
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz",
"integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==",
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.0.tgz",
"integrity": "sha512-qlnS9GL6YZE6Wnef46GxGv1UpGGzAwO0aPL1yOjzDIJpeApeMvqV24iL+pjr2kU4dduoBA9fINKWKgMToobx9A==",
"requires": {}
},
"bootswatch": {
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/bootswatch/-/bootswatch-5.1.3.tgz",
"integrity": "sha512-NmZFN6rOCoXWQ/PkzmD8FFWDe24kocX9OXWHNVaLxVVnpqpAzEbMFsf8bAfKwVtpNXibasZCzv09B5fLieAh2g=="
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/bootswatch/-/bootswatch-5.2.0.tgz",
"integrity": "sha512-v9krdPdybb5hUwVwlv3f7/FhOa5cXbCb5U5CI4gdnalcxR3ekclXE6kPZWL5O8V8qwNI9BB73apASO1MLmRpIA=="
},
"boxen": {
"version": "5.1.2",

View File

@@ -15,8 +15,8 @@
"@fortawesome/react-fontawesome": "0.2.0",
"@juggle/resize-observer": "3.3.1",
"body-scroll-lock": "3.1.5",
"bootstrap": "5.1.3",
"bootswatch": "5.1.3",
"bootstrap": "5.2.0",
"bootswatch": "5.2.0",
"bricks.js": "1.8.0",
"copy-to-clipboard": "3.3.1",
"csshake": "1.7.0",