diff options
author | 2022-06-28 06:33:13 -0700 | |
---|---|---|
committer | 2022-06-28 08:33:13 -0500 | |
commit | 768c8ed21db9114fa99d6d8d87e8f7ad4350f855 (patch) | |
tree | 07de6b4aca6d45cd9f53ba8ec2b0c4535d062178 /scripts/package.json | |
parent | 6360f474fb8cecaf4fe27e9184058b57da1df72a (diff) | |
download | astro-768c8ed21db9114fa99d6d8d87e8f7ad4350f855.tar.gz astro-768c8ed21db9114fa99d6d8d87e8f7ad4350f855.tar.zst astro-768c8ed21db9114fa99d6d8d87e8f7ad4350f855.zip |
[ci] update lockfile (#3740)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Diffstat (limited to 'scripts/package.json')
-rw-r--r-- | scripts/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/package.json b/scripts/package.json index 51ae41919..6c125fbd1 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -10,8 +10,8 @@ "dependencies": { "@astrojs/webapi": "workspace:*", "adm-zip": "^0.5.9", - "arg": "^5.0.1", - "esbuild": "^0.14.42", + "arg": "^5.0.2", + "esbuild": "^0.14.43", "globby": "^12.2.0", "kleur": "^4.1.4", "svelte": "^3.48.0", |