Upgrade @fortawesome/fontawesome-free from 6.5.1 to 6.5.2 #14647
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
0bcca99573
commit
4d093160fc
12 changed files with 48 additions and 21 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -1329,9 +1329,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@fortawesome/fontawesome-free": {
|
||||
"version": "6.5.1",
|
||||
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.5.1.tgz",
|
||||
"integrity": "sha512-CNy5vSwN3fsUStPRLX7fUYojyuzoEMSXPl7zSLJ8TgtRfjv24LOnOWKT2zYwaHZCJGkdyRnTmstR0P+Ah503Gw=="
|
||||
"version": "6.5.2",
|
||||
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.5.2.tgz",
|
||||
"integrity": "sha512-hRILoInAx8GNT5IMkrtIt9blOdrqHOnPBH+k70aWUAqPZPgopb9G5EQJFpaBx/S8zp2fC+mPW349Bziuk1o28Q=="
|
||||
},
|
||||
"@jridgewell/gen-mapping": {
|
||||
"version": "0.1.1",
|
||||
|
@ -2379,9 +2379,9 @@
|
|||
}
|
||||
},
|
||||
"alpinejs": {
|
||||
"version": "3.13.8",
|
||||
"resolved": "https://registry.npmjs.org/alpinejs/-/alpinejs-3.13.8.tgz",
|
||||
"integrity": "sha512-XolbBJryCndomtaHd/KHQjQeD/L72FJxy/YhLLFD4Lr7zzGcpcbg+UgXteMR2pYg1KhRUr6V4O3GfN1zJAmRWw==",
|
||||
"version": "3.13.5",
|
||||
"resolved": "https://registry.npmjs.org/alpinejs/-/alpinejs-3.13.5.tgz",
|
||||
"integrity": "sha512-1d2XeNGN+Zn7j4mUAKXtAgdc4/rLeadyTMWeJGXF5DzwawPBxwTiBhFFm6w/Ei8eJxUZeyNWWSD9zknfdz1kEw==",
|
||||
"requires": {
|
||||
"@vue/reactivity": "~3.1.1"
|
||||
}
|
||||
|
|
|
@ -28,12 +28,12 @@
|
|||
"vue-template-compiler": "2.4.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^6.5.0",
|
||||
"@fortawesome/fontawesome-free": "^6.5.2",
|
||||
"acorn": "^8.11.2",
|
||||
"acorn-import-assertions": "^1.9.0",
|
||||
"admin-lte": "^2.4.18",
|
||||
"ajv": "^6.12.6",
|
||||
"alpinejs": "3.13.8",
|
||||
"alpinejs": "3.13.5",
|
||||
"blueimp-file-upload": "^9.34.0",
|
||||
"bootstrap": "^3.4.1",
|
||||
"bootstrap-colorpicker": "^2.5.3",
|
||||
|
|
35
public/css/dist/all.css
vendored
35
public/css/dist/all.css
vendored
|
@ -6833,9 +6833,9 @@ button.close {
|
|||
}
|
||||
/*# sourceMappingURL=bootstrap.css.map */
|
||||
/*!
|
||||
* Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||
* Copyright 2023 Fonticons, Inc.
|
||||
* Copyright 2024 Fonticons, Inc.
|
||||
*/
|
||||
.fa {
|
||||
font-family: var(--fa-style-family, "Font Awesome 6 Free");
|
||||
|
@ -7297,8 +7297,8 @@ button.close {
|
|||
transform: scale(-1, -1); }
|
||||
|
||||
.fa-rotate-by {
|
||||
-webkit-transform: rotate(var(--fa-rotate-angle, none));
|
||||
transform: rotate(var(--fa-rotate-angle, none)); }
|
||||
-webkit-transform: rotate(var(--fa-rotate-angle, 0));
|
||||
transform: rotate(var(--fa-rotate-angle, 0)); }
|
||||
|
||||
.fa-stack {
|
||||
display: inline-block;
|
||||
|
@ -9602,6 +9602,9 @@ readers do not read off random characters that represent icons */
|
|||
.fa-italic::before {
|
||||
content: "\f033"; }
|
||||
|
||||
.fa-table-cells-column-lock::before {
|
||||
content: "\e678"; }
|
||||
|
||||
.fa-church::before {
|
||||
content: "\f51d"; }
|
||||
|
||||
|
@ -11774,6 +11777,9 @@ readers do not read off random characters that represent icons */
|
|||
.fa-font::before {
|
||||
content: "\f031"; }
|
||||
|
||||
.fa-table-cells-row-lock::before {
|
||||
content: "\e67a"; }
|
||||
|
||||
.fa-rupiah-sign::before {
|
||||
content: "\e23d"; }
|
||||
|
||||
|
@ -13315,6 +13321,9 @@ readers do not read off random characters that represent icons */
|
|||
.fa-drupal:before {
|
||||
content: "\f1a9"; }
|
||||
|
||||
.fa-jxl:before {
|
||||
content: "\e67b"; }
|
||||
|
||||
.fa-hire-a-helper:before {
|
||||
content: "\f3b0"; }
|
||||
|
||||
|
@ -13618,6 +13627,9 @@ readers do not read off random characters that represent icons */
|
|||
.fa-kickstarter:before {
|
||||
content: "\f3bb"; }
|
||||
|
||||
.fa-square-kickstarter:before {
|
||||
content: "\f3bb"; }
|
||||
|
||||
.fa-grav:before {
|
||||
content: "\f2d6"; }
|
||||
|
||||
|
@ -14050,6 +14062,9 @@ readers do not read off random characters that represent icons */
|
|||
.fa-google-plus-square:before {
|
||||
content: "\f0d4"; }
|
||||
|
||||
.fa-web-awesome:before {
|
||||
content: "\e682"; }
|
||||
|
||||
.fa-mandalorian:before {
|
||||
content: "\f50f"; }
|
||||
|
||||
|
@ -14212,6 +14227,9 @@ readers do not read off random characters that represent icons */
|
|||
.fa-xbox:before {
|
||||
content: "\f412"; }
|
||||
|
||||
.fa-square-web-awesome-stroke:before {
|
||||
content: "\e684"; }
|
||||
|
||||
.fa-searchengin:before {
|
||||
content: "\f3eb"; }
|
||||
|
||||
|
@ -14320,6 +14338,9 @@ readers do not read off random characters that represent icons */
|
|||
.fa-whatsapp:before {
|
||||
content: "\f232"; }
|
||||
|
||||
.fa-square-upwork:before {
|
||||
content: "\e67c"; }
|
||||
|
||||
.fa-slideshare:before {
|
||||
content: "\f1e7"; }
|
||||
|
||||
|
@ -14398,6 +14419,9 @@ readers do not read off random characters that represent icons */
|
|||
.fa-sellsy:before {
|
||||
content: "\f213"; }
|
||||
|
||||
.fa-square-web-awesome:before {
|
||||
content: "\e683"; }
|
||||
|
||||
.fa-sass:before {
|
||||
content: "\f41e"; }
|
||||
|
||||
|
@ -14434,6 +14458,9 @@ readers do not read off random characters that represent icons */
|
|||
.fa-waze:before {
|
||||
content: "\f83f"; }
|
||||
|
||||
.fa-bluesky:before {
|
||||
content: "\e671"; }
|
||||
|
||||
.fa-cc-jcb:before {
|
||||
content: "\f24b"; }
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -18,17 +18,17 @@
|
|||
"/css/dist/skins/skin-green.css": "/css/dist/skins/skin-green.css?id=0a82a6ae6bb4e58fe62d162c4fb50397",
|
||||
"/css/dist/skins/skin-contrast.css": "/css/dist/skins/skin-contrast.css?id=da6c7997d9de2f8329142399f0ce50da",
|
||||
"/css/dist/skins/skin-red.css": "/css/dist/skins/skin-red.css?id=44bf834f2110504a793dadec132a5898",
|
||||
"/css/dist/all.css": "/css/dist/all.css?id=628956bb260b760b56216f01d1d71fd8",
|
||||
"/css/dist/all.css": "/css/dist/all.css?id=6e9aa08b535262053b95aee495caa7df",
|
||||
"/css/dist/signature-pad.css": "/css/dist/signature-pad.css?id=6a89d3cd901305e66ced1cf5f13147f7",
|
||||
"/css/dist/signature-pad.min.css": "/css/dist/signature-pad.min.css?id=6a89d3cd901305e66ced1cf5f13147f7",
|
||||
"/css/webfonts/fa-brands-400.ttf": "/css/webfonts/fa-brands-400.ttf?id=69e5d8e4e818f05fd882cceb758d1eba",
|
||||
"/css/webfonts/fa-brands-400.woff2": "/css/webfonts/fa-brands-400.woff2?id=189b85e9c72c6f75e464c3f58a6707cf",
|
||||
"/css/webfonts/fa-regular-400.ttf": "/css/webfonts/fa-regular-400.ttf?id=ed4c23399d1013809882e90bfe396d1b",
|
||||
"/css/webfonts/fa-regular-400.woff2": "/css/webfonts/fa-regular-400.woff2?id=be75b1958ae0da55e1eed562d9b7713d",
|
||||
"/css/webfonts/fa-solid-900.ttf": "/css/webfonts/fa-solid-900.ttf?id=dfdc7801582dd0d20ea75faa3b96c296",
|
||||
"/css/webfonts/fa-solid-900.woff2": "/css/webfonts/fa-solid-900.woff2?id=a0feb384c3c6071947a49708f2b0bc85",
|
||||
"/css/webfonts/fa-v4compatibility.ttf": "/css/webfonts/fa-v4compatibility.ttf?id=e24ec0b8661f7fa333b29444df39e399",
|
||||
"/css/webfonts/fa-v4compatibility.woff2": "/css/webfonts/fa-v4compatibility.woff2?id=e11465c0eff0549edd4e8ea6bbcf242f",
|
||||
"/css/webfonts/fa-brands-400.ttf": "/css/webfonts/fa-brands-400.ttf?id=0141634c24336be626e05c8b77d1fa27",
|
||||
"/css/webfonts/fa-brands-400.woff2": "/css/webfonts/fa-brands-400.woff2?id=b3cf7a6dd618bd392f3ddcc61343a463",
|
||||
"/css/webfonts/fa-regular-400.ttf": "/css/webfonts/fa-regular-400.ttf?id=9cf69d99de9d83f82466a647f5cb1f94",
|
||||
"/css/webfonts/fa-regular-400.woff2": "/css/webfonts/fa-regular-400.woff2?id=f0549181a126fe40849a53792bb0e077",
|
||||
"/css/webfonts/fa-solid-900.ttf": "/css/webfonts/fa-solid-900.ttf?id=509c0e46de844df754d10179cf03c953",
|
||||
"/css/webfonts/fa-solid-900.woff2": "/css/webfonts/fa-solid-900.woff2?id=96d16b1bdb177fd796c810b9e706c780",
|
||||
"/css/webfonts/fa-v4compatibility.ttf": "/css/webfonts/fa-v4compatibility.ttf?id=8994b282f9f3b7a00380bb1e2731a4bf",
|
||||
"/css/webfonts/fa-v4compatibility.woff2": "/css/webfonts/fa-v4compatibility.woff2?id=111e341dba724e1df946e8d1f406a7bd",
|
||||
"/css/dist/bootstrap-table.css": "/css/dist/bootstrap-table.css?id=99c395f0bab5966f32f63f4e55899e64",
|
||||
"/js/build/vendor.js": "/js/build/vendor.js?id=a2b971da417306a63385c8098acfe4af",
|
||||
"/js/dist/bootstrap-table.js": "/js/dist/bootstrap-table.js?id=857da5daffd13e0553510e5ccd410c79",
|
||||
|
|
Loading…
Add table
Reference in a new issue