update dependencies
This commit is contained in:
parent
e789d2b8a4
commit
9cb9362069
2 changed files with 10 additions and 5 deletions
|
@ -16,7 +16,7 @@
|
|||
"author": "besties",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@besties/html2png": "^0.1.6",
|
||||
"@besties/html2png": "^0.1.8",
|
||||
"eta": "^3.1.0",
|
||||
"express": "^4.18.2"
|
||||
},
|
||||
|
|
|
@ -6,8 +6,8 @@ settings:
|
|||
|
||||
dependencies:
|
||||
'@besties/html2png':
|
||||
specifier: ^0.1.6
|
||||
version: 0.1.6
|
||||
specifier: ^0.1.8
|
||||
version: 0.1.8
|
||||
eta:
|
||||
specifier: ^3.1.0
|
||||
version: 3.1.0
|
||||
|
@ -57,11 +57,12 @@ packages:
|
|||
js-tokens: 4.0.0
|
||||
dev: true
|
||||
|
||||
/@besties/html2png@0.1.6:
|
||||
resolution: {integrity: sha512-907ESAUHz+0qZly3i3yr1EJ36Efta8DwQ916LxB3J1WxOezJur3erlHte748brcivuJuSu6Yk2ihKRPC0wWX9Q==}
|
||||
/@besties/html2png@0.1.8:
|
||||
resolution: {integrity: sha512-UJmisg+TBR0G+gpfsKk4dUixcz7HCfpJy9pRyuFRzhXs0b7iWbkyKUmSlb070Dn7foQGTR3yL9gf8eUnhrqDWQ==}
|
||||
dependencies:
|
||||
'@resvg/resvg-wasm': 2.4.1
|
||||
html-minifier: 4.0.0
|
||||
import-meta-resolve: 3.0.0
|
||||
node-html-parser: 6.1.5
|
||||
satori: 0.10.2
|
||||
dev: false
|
||||
|
@ -918,6 +919,10 @@ packages:
|
|||
resolve-from: 4.0.0
|
||||
dev: true
|
||||
|
||||
/import-meta-resolve@3.0.0:
|
||||
resolution: {integrity: sha512-4IwhLhNNA8yy445rPjD/lWh++7hMDOml2eHtd58eG7h+qK3EryMuuRbsHGPikCoAgIkkDnckKfWSk2iDla/ejg==}
|
||||
dev: false
|
||||
|
||||
/imurmurhash@0.1.4:
|
||||
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
|
||||
engines: {node: '>=0.8.19'}
|
||||
|
|
Loading…
Reference in a new issue