Update Bootstrap to version 5.2 and FontAwesome to version 6.1.2

This commit is contained in:
Alex Tselegidis 2022-07-26 16:58:54 +03:00
parent 369994f855
commit 28fcba82a9
2 changed files with 27 additions and 21 deletions

44
package-lock.json generated
View file

@ -7,10 +7,10 @@
"name": "easyappointments", "name": "easyappointments",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4", "@fortawesome/fontawesome-free": "^6.1.2",
"@fullcalendar/moment": "^5.10.1", "@fullcalendar/moment": "^5.10.1",
"@popperjs/core": "^2.10.2", "@popperjs/core": "^2.10.2",
"bootstrap": "^5.1.3", "bootstrap": "^5.2",
"cookieconsent": "^3.1.1", "cookieconsent": "^3.1.1",
"fullcalendar": "^5.10.1", "fullcalendar": "^5.10.1",
"jquery": "^3.6.0", "jquery": "^3.6.0",
@ -1603,9 +1603,9 @@
} }
}, },
"node_modules/@fortawesome/fontawesome-free": { "node_modules/@fortawesome/fontawesome-free": {
"version": "5.15.4", "version": "6.1.2",
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz", "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.1.2.tgz",
"integrity": "sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg==", "integrity": "sha512-XwWADtfdSN73/udaFm+1mnGIj/ShDZNFMe/PRoqv3FhQ4GNI2PUN70yFTPsjq65Lw2C9i4TG5/hTbxXIXVCiqQ==",
"hasInstallScript": true, "hasInstallScript": true,
"engines": { "engines": {
"node": ">=6" "node": ">=6"
@ -2355,15 +2355,21 @@
} }
}, },
"node_modules/bootstrap": { "node_modules/bootstrap": {
"version": "5.1.3", "version": "5.2.0",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.0.tgz",
"integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==", "integrity": "sha512-qlnS9GL6YZE6Wnef46GxGv1UpGGzAwO0aPL1yOjzDIJpeApeMvqV24iL+pjr2kU4dduoBA9fINKWKgMToobx9A==",
"funding": { "funding": [
"type": "opencollective", {
"url": "https://opencollective.com/bootstrap" "type": "github",
}, "url": "https://github.com/sponsors/twbs"
},
{
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
}
],
"peerDependencies": { "peerDependencies": {
"@popperjs/core": "^2.10.2" "@popperjs/core": "^2.11.5"
} }
}, },
"node_modules/brace-expansion": { "node_modules/brace-expansion": {
@ -8981,9 +8987,9 @@
} }
}, },
"@fortawesome/fontawesome-free": { "@fortawesome/fontawesome-free": {
"version": "5.15.4", "version": "6.1.2",
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz", "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.1.2.tgz",
"integrity": "sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg==" "integrity": "sha512-XwWADtfdSN73/udaFm+1mnGIj/ShDZNFMe/PRoqv3FhQ4GNI2PUN70yFTPsjq65Lw2C9i4TG5/hTbxXIXVCiqQ=="
}, },
"@fullcalendar/common": { "@fullcalendar/common": {
"version": "5.11.0", "version": "5.11.0",
@ -9565,9 +9571,9 @@
} }
}, },
"bootstrap": { "bootstrap": {
"version": "5.1.3", "version": "5.2.0",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.0.tgz",
"integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==", "integrity": "sha512-qlnS9GL6YZE6Wnef46GxGv1UpGGzAwO0aPL1yOjzDIJpeApeMvqV24iL+pjr2kU4dduoBA9fINKWKgMToobx9A==",
"requires": {} "requires": {}
}, },
"brace-expansion": { "brace-expansion": {

View file

@ -24,10 +24,10 @@
"node": ">=14" "node": ">=14"
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4", "@fortawesome/fontawesome-free": "^6.1.2",
"@fullcalendar/moment": "^5.10.1", "@fullcalendar/moment": "^5.10.1",
"@popperjs/core": "^2.10.2", "@popperjs/core": "^2.10.2",
"bootstrap": "^5.1.3", "bootstrap": "^5.2",
"cookieconsent": "^3.1.1", "cookieconsent": "^3.1.1",
"fullcalendar": "^5.10.1", "fullcalendar": "^5.10.1",
"jquery": "^3.6.0", "jquery": "^3.6.0",