Skip to content
This repository was archived by the owner on Sep 23, 2023. It is now read-only.

Commit 1b1e882

Browse files
fix(deps): update dependency satori to ^0.10.0
1 parent 38aa12d commit 1b1e882

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@iconify-json/heroicons": "^1.1.10",
1919
"@panzoom/panzoom": "^4.5.1",
2020
"flowbite": "^1.6.5",
21-
"satori": "^0.9.1"
21+
"satori": "^0.10.0"
2222
}
2323
}

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5056,16 +5056,17 @@ satori@0.4.3:
50565056
postcss-value-parser "^4.2.0"
50575057
yoga-wasm-web "^0.3.1"
50585058

5059-
satori@^0.9.1:
5060-
version "0.9.1"
5061-
resolved "https://registry.yarnpkg.com/satori/-/satori-0.9.1.tgz#59380f59be44ff825e58b5e2c8d0598240e15365"
5062-
integrity sha512-2ggMOiY8O8rIxQ6vywiw3LlBheWHbsOzu5hZdMXTDFKzE9sDHUOtJegGmGE+e9aRSO1ttttgXrcHVsHPKYU2GQ==
5059+
satori@^0.10.0:
5060+
version "0.10.1"
5061+
resolved "https://registry.yarnpkg.com/satori/-/satori-0.10.1.tgz#41d4f86acd5b67ab00580766ea7a09523850b2f3"
5062+
integrity sha512-F4bTCkDp931tLb7+UCNPBuSQwXhikrUkI4fBQo6fA8lF0Evqqgg3nDyUpRktQpR5Ry1DIiIVqLyEwkAms87ykg==
50635063
dependencies:
50645064
"@shuding/opentype.js" "1.4.0-beta.0"
50655065
css-background-parser "^0.1.0"
50665066
css-box-shadow "1.0.0-3"
50675067
css-to-react-native "^3.0.0"
50685068
emoji-regex "^10.2.1"
5069+
escape-html "^1.0.3"
50695070
linebreak "^1.1.0"
50705071
parse-css-color "^0.2.1"
50715072
postcss-value-parser "^4.2.0"

0 commit comments

Comments
 (0)