Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@types/node": "22.18.12",
"@types/ramda": "0.31.1",
"@types/uuid": "^11.0.0",
"astro": "5.14.8",
"astro": "5.15.1",
"dotenv": "17.2.3",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ __metadata:
"@types/node": "npm:22.18.12"
"@types/ramda": "npm:0.31.1"
"@types/uuid": "npm:^11.0.0"
astro: "npm:5.14.8"
astro: "npm:5.15.1"
bignumber.js: "npm:9.3.1"
dayjs: "npm:^1.11.8"
dompurify: "npm:^3.0.5"
Expand Down Expand Up @@ -4242,9 +4242,9 @@ __metadata:
languageName: node
linkType: hard

"astro@npm:5.14.8":
version: 5.14.8
resolution: "astro@npm:5.14.8"
"astro@npm:5.15.1":
version: 5.15.1
resolution: "astro@npm:5.15.1"
dependencies:
"@astrojs/compiler": "npm:^2.12.2"
"@astrojs/internal-helpers": "npm:0.7.4"
Expand Down Expand Up @@ -4278,14 +4278,14 @@ __metadata:
http-cache-semantics: "npm:^4.2.0"
import-meta-resolve: "npm:^4.2.0"
js-yaml: "npm:^4.1.0"
kleur: "npm:^4.1.5"
magic-string: "npm:^0.30.18"
magicast: "npm:^0.3.5"
mrmime: "npm:^2.0.1"
neotraverse: "npm:^0.6.18"
p-limit: "npm:^6.2.0"
p-queue: "npm:^8.1.0"
package-manager-detector: "npm:^1.3.0"
picocolors: "npm:^1.1.1"
picomatch: "npm:^4.0.3"
prompts: "npm:^2.4.2"
rehype: "npm:^13.0.2"
Expand Down Expand Up @@ -4314,7 +4314,7 @@ __metadata:
optional: true
bin:
astro: astro.js
checksum: 10c0/d495d363e6a22ecdb6787654363684ce090f7cdf54179a6d6b1bf743bc240ea99869a2094d8f3d84c57fa134f2ceb0fe307c491342086c1c90867a3dcdaea629
checksum: 10c0/da7148411162dc709df8e0a679a10cc17c25f5d81904a4d439d2a08ed5b2e6295385d27f81046591b639661fbc818e8cd697eb1549d704faea31feb4481f2d03
languageName: node
linkType: hard

Expand Down
Loading