aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-02-04 21:53:53 +0300
committerGitHub <noreply@github.com>2025-02-04 21:53:53 +0300
commit2202c45aba19366fe7be322fa264d79c2e5b89f6 (patch)
tree1c41e517981ab90711871448fc0fbc0bfa25aee8
parent0bba3fe744aef5335c57e94547a514a89727b077 (diff)
parent29e3b8e22459e0119457bf38e2fdd1ba8cc8c777 (diff)
downloadpopov.link-2202c45aba19366fe7be322fa264d79c2e5b89f6.tar.xz
popov.link-2202c45aba19366fe7be322fa264d79c2e5b89f6.zip
Merge pull request #14 from valentineus/renovate/all-digest
Update dependency astro to v5.2.4
-rw-r--r--package-lock.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 54534d4..7f284e9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -51,9 +51,9 @@
"license": "MIT"
},
"node_modules/@astrojs/internal-helpers": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.5.0.tgz",
- "integrity": "sha512-CgB5ZaZO1PFG+rbjF3HnA7G6gIBjJ070xb7bUjeu5Gqqufma+t6fpuRWMXnK2iEO3zVyX7e/xplPlqtFKy/lvw==",
+ "version": "0.5.1",
+ "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.5.1.tgz",
+ "integrity": "sha512-M7rAge1n2+aOSxNvKUFa0u/KFn0W+sZy7EW91KOSERotm2Ti8qs+1K0xx3zbOxtAVrmJb5/J98eohVvvEqtNkw==",
"license": "MIT"
},
"node_modules/@astrojs/language-server": {
@@ -2086,13 +2086,13 @@
}
},
"node_modules/astro": {
- "version": "5.2.3",
- "resolved": "https://registry.npmjs.org/astro/-/astro-5.2.3.tgz",
- "integrity": "sha512-04AceE/gVihtO3V28Ss0+tPPgLHGoulXrm1E7fUVPYyQu7y6w8+oXfYyzh1lpy+uEYiebjH7AFlJoz73anBmZA==",
+ "version": "5.2.4",
+ "resolved": "https://registry.npmjs.org/astro/-/astro-5.2.4.tgz",
+ "integrity": "sha512-zTWiOyRIy+cKzdjG4mvb5gJ8/Gy0z1s9nAZVirlzpYXd8j5LORlKPywEalNU+Q+nssG2QadBTxXCmAjhKYB93Q==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.10.3",
- "@astrojs/internal-helpers": "0.5.0",
+ "@astrojs/internal-helpers": "0.5.1",
"@astrojs/markdown-remark": "6.1.0",
"@astrojs/telemetry": "3.2.0",
"@oslojs/encoding": "^1.1.0",