mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-23 00:28:47 +03:00
fix(deps): update all digest updates (#69)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
24
package-lock.json
generated
24
package-lock.json
generated
@@ -23,7 +23,7 @@
|
|||||||
"mdast-util-to-string": "^4.0.0",
|
"mdast-util-to-string": "^4.0.0",
|
||||||
"reading-time": "^1.5.0",
|
"reading-time": "^1.5.0",
|
||||||
"sass": "^1.89.1",
|
"sass": "^1.89.1",
|
||||||
"satori": "^0.15.2",
|
"satori": "^0.16.0",
|
||||||
"satori-html": "^0.3.2",
|
"satori-html": "^0.3.2",
|
||||||
"schema-dts": "^1.1.5",
|
"schema-dts": "^1.1.5",
|
||||||
"sharp": "^0.34.2",
|
"sharp": "^0.34.2",
|
||||||
@@ -2570,9 +2570,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/astro": {
|
"node_modules/astro": {
|
||||||
"version": "5.12.0",
|
"version": "5.12.1",
|
||||||
"resolved": "https://registry.npmjs.org/astro/-/astro-5.12.0.tgz",
|
"resolved": "https://registry.npmjs.org/astro/-/astro-5.12.1.tgz",
|
||||||
"integrity": "sha512-Oov5JsMFHuUmuO+Nx6plfv3nQNK1Xl/8CgLvR8lBhZTjYnraxhuPX5COVAzbom+YLgwaDfK7KBd8zOEopRf9mg==",
|
"integrity": "sha512-/gH9cLIp6UNdbJO1FPBVN/Ea+1I9hJdQoLJKYUsXIRIfHcyF/3NCg0QVDJGw1oWkyQT6x6poQsnbgY9UXitjiw==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/compiler": "^2.12.2",
|
"@astrojs/compiler": "^2.12.2",
|
||||||
@@ -7250,9 +7250,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/satori": {
|
"node_modules/satori": {
|
||||||
"version": "0.15.2",
|
"version": "0.16.0",
|
||||||
"resolved": "https://registry.npmjs.org/satori/-/satori-0.15.2.tgz",
|
"resolved": "https://registry.npmjs.org/satori/-/satori-0.16.0.tgz",
|
||||||
"integrity": "sha512-vu/49vdc8MzV5jUchs3TIRDCOkOvMc1iJ11MrZvhg9tE4ziKIEIBjBZvies6a9sfM2vQ2gc3dXeu6rCK7AztHA==",
|
"integrity": "sha512-ZvHN3ygzZ8FuxjSNB+mKBiF/NIoqHzlBGbD0MJiT+MvSsFOvotnWOhdTjxKzhHRT2wPC1QbhLzx2q/Y83VhfYQ==",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@shuding/opentype.js": "1.4.0-beta.0",
|
"@shuding/opentype.js": "1.4.0-beta.0",
|
||||||
@@ -7265,7 +7265,7 @@
|
|||||||
"linebreak": "^1.1.0",
|
"linebreak": "^1.1.0",
|
||||||
"parse-css-color": "^0.2.1",
|
"parse-css-color": "^0.2.1",
|
||||||
"postcss-value-parser": "^4.2.0",
|
"postcss-value-parser": "^4.2.0",
|
||||||
"yoga-wasm-web": "^0.3.3"
|
"yoga-layout": "^3.2.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16"
|
"node": ">=16"
|
||||||
@@ -8775,10 +8775,10 @@
|
|||||||
"url": "https://github.com/sponsors/sindresorhus"
|
"url": "https://github.com/sponsors/sindresorhus"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/yoga-wasm-web": {
|
"node_modules/yoga-layout": {
|
||||||
"version": "0.3.3",
|
"version": "3.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/yoga-wasm-web/-/yoga-wasm-web-0.3.3.tgz",
|
"resolved": "https://registry.npmjs.org/yoga-layout/-/yoga-layout-3.2.1.tgz",
|
||||||
"integrity": "sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==",
|
"integrity": "sha512-0LPOt3AxKqMdFBZA3HBAt/t/8vIKq7VaQYbuA8WxCgung+p9TVyKRYdpvCb80HcdTN2NkbIKbhNwKUfm3tQywQ==",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/zod": {
|
"node_modules/zod": {
|
||||||
|
@@ -35,7 +35,7 @@
|
|||||||
"mdast-util-to-string": "^4.0.0",
|
"mdast-util-to-string": "^4.0.0",
|
||||||
"reading-time": "^1.5.0",
|
"reading-time": "^1.5.0",
|
||||||
"sass": "^1.89.1",
|
"sass": "^1.89.1",
|
||||||
"satori": "^0.15.2",
|
"satori": "^0.16.0",
|
||||||
"satori-html": "^0.3.2",
|
"satori-html": "^0.3.2",
|
||||||
"schema-dts": "^1.1.5",
|
"schema-dts": "^1.1.5",
|
||||||
"sharp": "^0.34.2",
|
"sharp": "^0.34.2",
|
||||||
|
Reference in New Issue
Block a user