diff options
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json index c46c9c2..3d7f9ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,12 +9,13 @@ "version": "0.0.1", "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/rss": "^4.0.10", - "@astrojs/sitemap": "^3.2.1", - "@fontsource-variable/sen": "^5.0.5", + "@astrojs/rss": "4.0.10", + "@astrojs/sitemap": "3.2.1", + "@fontsource-variable/sen": "5.1.0", + "@fontsource/beiruti": "^5.1.1", "astro": "^5.1.1", - "braces": ">=3.0.3", - "typescript": "5.5.4" + "braces": "3.0.3", + "typescript": "5.7.2" }, "devDependencies": { "sass": "^1.76.0" @@ -702,9 +703,16 @@ } }, "node_modules/@fontsource-variable/sen": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/@fontsource-variable/sen/-/sen-5.0.5.tgz", - "integrity": "sha512-hChjqHYtTt1hud11Q0IOLqFu6sI/qlfhftO+CofnijniEM/DoFys7N2T/7sltTJPJSPrWnOP8/NYVTb0ZzWsYg==" + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@fontsource-variable/sen/-/sen-5.1.0.tgz", + "integrity": "sha512-kvtPL4/Bmpj2JOK8BdE5MRbLFTgeXnKJs9GrbJKZ7ruuoFG7U50GgfPxcrV2Gzlk9C+VZxcxtsK1iS+V96Iu+w==", + "license": "OFL-1.1" + }, + "node_modules/@fontsource/beiruti": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@fontsource/beiruti/-/beiruti-5.1.1.tgz", + "integrity": "sha512-kKBLhtVEED1acwMBtItZiw7AokIeI7/S5+MhaTfRHL5suVeA7cfd/ZHsB5HzHPsXAy6RBRYPOow8RvlJR9Zouw==", + "license": "OFL-1.1" }, "node_modules/@img/sharp-darwin-arm64": { "version": "0.33.3", @@ -5740,9 +5748,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", |
