diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-06-07 17:31:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-07 17:31:57 +0300 |
commit | dfe9115ac9bdd55b9515c5d1ccbedfeea3b81691 (patch) | |
tree | cd6a88f87f9b2cbbdd3dc3c8a4bd1b33c24112ad | |
parent | 2f535ac598974740e7b9ac50a9351989f50112ea (diff) | |
download | popov.link-dfe9115ac9bdd55b9515c5d1ccbedfeea3b81691.tar.xz popov.link-dfe9115ac9bdd55b9515c5d1ccbedfeea3b81691.zip |
fix(deps): update dependency astro to v5.9.1 (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | package-lock.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index e0c0f98..406d815 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,9 +45,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.0.tgz", - "integrity": "sha512-7bCjW6tVDpUurQLeKBUN9tZ5kSv5qYrGmcn0sG0IwacL7isR2ZbyyA3AdZ4uxsuUFOS2SlgReTH7wkxO6zpqWA==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.1.tgz", + "integrity": "sha512-WDSyVIiz7sNcJcCJxJFITu6XjfGhJ50Z0auyaWsrM+xb07IlhBLFtQuDkNy0caVHWNcKTM2LISAaHhgkRqGAVg==", "license": "MIT" }, "node_modules/@astrojs/internal-helpers": { @@ -2121,12 +2121,12 @@ } }, "node_modules/astro": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.0.tgz", - "integrity": "sha512-AHF7oZDBQRwggHUG0bwBhRQjrDD+vJpCtPd0/GVxDB1hGRV0SQuFWS0UHX5bYczIqFcao1z9o9o0r2rQtHrTMg==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.1.tgz", + "integrity": "sha512-wxoJcTbuDZNFSv6EaL0PAlrp0Wx6VnOAULCXvy0scsV70oWMeUkdxuBxfO54JxO5Qgyvwj9h99y6E0elqOpGtA==", "license": "MIT", "dependencies": { - "@astrojs/compiler": "^2.12.0", + "@astrojs/compiler": "^2.12.1", "@astrojs/internal-helpers": "0.6.1", "@astrojs/markdown-remark": "6.3.2", "@astrojs/telemetry": "3.3.0", |