diff options
author | 2024-08-28 10:45:45 +0100 | |
---|---|---|
committer | 2024-08-28 10:45:45 +0100 | |
commit | 26c63a2b07e6298dfb59c0c3178348cbd02c8a73 (patch) | |
tree | 2896fe2ad023869f405ef6b3a9cdd1eb326ec2c5 /benchmark | |
parent | 88ef1d0e774e8ab8798b9912da1b069f97736623 (diff) | |
download | astro-26c63a2b07e6298dfb59c0c3178348cbd02c8a73.tar.gz astro-26c63a2b07e6298dfb59c0c3178348cbd02c8a73.tar.zst astro-26c63a2b07e6298dfb59c0c3178348cbd02c8a73.zip |
fix(deps): update all non-major dependencies (#11837)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'benchmark')
-rw-r--r-- | benchmark/packages/timer/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/packages/timer/package.json b/benchmark/packages/timer/package.json index a4a3b8df1..7e3e2065b 100644 --- a/benchmark/packages/timer/package.json +++ b/benchmark/packages/timer/package.json @@ -29,7 +29,7 @@ "astro": "workspace:*" }, "devDependencies": { - "@types/server-destroy": "^1.0.3", + "@types/server-destroy": "^1.0.4", "astro": "workspace:*", "astro-scripts": "workspace:*" } |