diff options
author | RenovateBot <renovatebot@noreply.localhost> | 2024-12-12 00:01:14 +0300 |
---|---|---|
committer | RenovateBot <renovatebot@noreply.localhost> | 2024-12-12 00:01:14 +0300 |
commit | cab6ad95f8cc84be280be5c11cc692bc15ee90af (patch) | |
tree | 9910f77f31e1deffdef1a7b674bd6a15d357a6de | |
parent | cf75ecfe6b50a4719c91a234c7faada993a07fa8 (diff) | |
download | popov.link-cab6ad95f8cc84be280be5c11cc692bc15ee90af.tar.xz popov.link-cab6ad95f8cc84be280be5c11cc692bc15ee90af.zip |
Update dependency astro to v5.0.5
-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 734cffd..06d1cfe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -98,9 +98,9 @@ } }, "node_modules/@astrojs/markdown-remark": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.0.0.tgz", - "integrity": "sha512-Tabo7xM44Pz2Yf9qpdaCCgxRmtaypi2YCinqTUNefDrWUa+OyKW62OuNeCaGwNh/ys+QAd9FUWN5/3HgPWjP4Q==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.0.1.tgz", + "integrity": "sha512-CTSYijj25NfxgZi15TU3CwPwgyD1/7yA3FcdcNmB9p94nydupiUbrIiq3IqeTp2m5kCVzxbPZeC7fTwEOaNyGw==", "license": "MIT", "dependencies": { "@astrojs/prism": "3.2.0", @@ -1959,14 +1959,14 @@ } }, "node_modules/astro": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.0.3.tgz", - "integrity": "sha512-qpeN+POmmfAQu/XDXaI2CxkUgQFwH9uMUVaA1reV9rybzIbOVYc3E3BU5SkiP/W4BMUFPdJtyw6+/n/0AUv6rw==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.0.5.tgz", + "integrity": "sha512-xfptdmurDsQcj/Anc7mU+eKlcyV7ppJIlmaSwhX3ZWwK5N/0rGKVmUqnuILgR6MB0XVJiIfublNzDGoyj4Q6BQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.2", - "@astrojs/markdown-remark": "6.0.0", + "@astrojs/markdown-remark": "6.0.1", "@astrojs/telemetry": "3.2.0", "@oslojs/encoding": "^1.1.0", "@rollup/pluginutils": "^5.1.3", |