aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovateBot <renovatebot@noreply.localhost>2024-10-23 00:03:11 +0300
committerRenovateBot <renovatebot@noreply.localhost>2024-10-23 00:03:11 +0300
commit660cc049207be6793c51c59db63878bf6a4c6f18 (patch)
treebf6c370703d296cceeed6411f9e1e97fc4933715
parentc74e27db67fb42a5da0d52700054459b9ccdf7df (diff)
downloadpopov.link-660cc049207be6793c51c59db63878bf6a4c6f18.tar.xz
popov.link-660cc049207be6793c51c59db63878bf6a4c6f18.zip
Update dependency astro to v4.16.7
-rw-r--r--package-lock.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json
index bd629f9..2ddcbe7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2545,9 +2545,9 @@
"license": "MIT"
},
"node_modules/acorn": {
- "version": "8.12.1",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
- "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
+ "version": "8.13.0",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.13.0.tgz",
+ "integrity": "sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==",
"license": "MIT",
"bin": {
"acorn": "bin/acorn"
@@ -2724,9 +2724,9 @@
}
},
"node_modules/astro": {
- "version": "4.16.6",
- "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.6.tgz",
- "integrity": "sha512-LMMbjr+4aN26MOyJzTdjM+Y+srpAIkx7IX9IcdF3eHQLGr8PgkioZp+VQExRfioDIyA2HY6ottVg3QccTzJqYA==",
+ "version": "4.16.7",
+ "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.7.tgz",
+ "integrity": "sha512-nON+8MUEkWTFwXbS4zsQIq4t0Fs42eulM4x236AL+qNnWfqNAOOqAnFxO1dxfJ1q+XopIBbbT9Mtev+0zH47PQ==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.10.3",
@@ -2740,7 +2740,7 @@
"@rollup/pluginutils": "^5.1.2",
"@types/babel__core": "^7.20.5",
"@types/cookie": "^0.6.0",
- "acorn": "^8.12.1",
+ "acorn": "^8.13.0",
"aria-query": "^5.3.2",
"axobject-query": "^4.1.0",
"boxen": "8.0.1",
@@ -2779,7 +2779,7 @@
"rehype": "^13.0.2",
"semver": "^7.6.3",
"shiki": "^1.22.0",
- "tinyexec": "^0.3.0",
+ "tinyexec": "^0.3.1",
"tsconfck": "^3.1.4",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.3",
@@ -8104,9 +8104,9 @@
"license": "MIT"
},
"node_modules/tinyexec": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.0.tgz",
- "integrity": "sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==",
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.1.tgz",
+ "integrity": "sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==",
"license": "MIT"
},
"node_modules/to-fast-properties": {