Resolve package.json-related conflicts

This commit is contained in:
fl0werpowers 2025-03-31 23:59:02 +02:00
parent cee86ef676
commit f815369d13
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -57,7 +57,7 @@
"remark-rehype": "^11.1.1", "remark-rehype": "^11.1.1",
"remark-smartypants": "^3.0.2", "remark-smartypants": "^3.0.2",
"rfdc": "^1.4.1", "rfdc": "^1.4.1",
"satori": "^0.12.1", "satori": "^0.12.2",
"serve-handler": "^6.1.6", "serve-handler": "^6.1.6",
"sharp": "^0.33.5", "sharp": "^0.33.5",
"shiki": "^1.26.2", "shiki": "^1.26.2",
@ -6308,9 +6308,10 @@
} }
}, },
"node_modules/satori": { "node_modules/satori": {
"version": "0.12.1", "version": "0.12.2",
"resolved": "https://registry.npmjs.org/satori/-/satori-0.12.1.tgz", "resolved": "https://registry.npmjs.org/satori/-/satori-0.12.2.tgz",
"integrity": "sha512-0SbjchvDrDbeXeQgxWVtSWxww7qcFgk3DtSE2/blHOSlLsSHwIqO2fCrtVa/EudJ7Eqno8A33QNx56rUyGbLuw==", "integrity": "sha512-3C/laIeE6UUe9A+iQ0A48ywPVCCMKCNSTU5Os101Vhgsjd3AAxGNjyq0uAA8kulMPK5n0csn8JlxPN9riXEjLA==",
"license": "MPL-2.0",
"dependencies": { "dependencies": {
"@shuding/opentype.js": "1.4.0-beta.0", "@shuding/opentype.js": "1.4.0-beta.0",
"css-background-parser": "^0.1.0", "css-background-parser": "^0.1.0",

View File

@ -83,7 +83,7 @@
"remark-rehype": "^11.1.1", "remark-rehype": "^11.1.1",
"remark-smartypants": "^3.0.2", "remark-smartypants": "^3.0.2",
"rfdc": "^1.4.1", "rfdc": "^1.4.1",
"satori": "^0.12.1", "satori": "^0.12.2",
"serve-handler": "^6.1.6", "serve-handler": "^6.1.6",
"sharp": "^0.33.5", "sharp": "^0.33.5",
"shiki": "^1.26.2", "shiki": "^1.26.2",