summaryrefslogtreecommitdiff
path: root/packages/webapi
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-06-01 08:39:32 -0700
committerGravatar GitHub <noreply@github.com> 2022-06-01 10:39:32 -0500
commitcfb85ee10e159304ad1dbc48bda9ff90fe6f9adf (patch)
tree6ed02050138bb816eead42572de6045ad82c9c2b /packages/webapi
parent9a98f6a332b8053af97009c78af6a5f650ff33b1 (diff)
downloadastro-cfb85ee10e159304ad1dbc48bda9ff90fe6f9adf.tar.gz
astro-cfb85ee10e159304ad1dbc48bda9ff90fe6f9adf.tar.zst
astro-cfb85ee10e159304ad1dbc48bda9ff90fe6f9adf.zip
[ci] update lockfile (#3495)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Diffstat (limited to 'packages/webapi')
-rw-r--r--packages/webapi/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/webapi/package.json b/packages/webapi/package.json
index 346715274..7341e788b 100644
--- a/packages/webapi/package.json
+++ b/packages/webapi/package.json
@@ -59,7 +59,7 @@
"@rollup/plugin-typescript": "^8.3.2",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
- "@types/node": "^14.18.18",
+ "@types/node": "^14.18.20",
"@ungap/structured-clone": "^0.3.4",
"abort-controller": "^3.0.0",
"chai": "^4.3.6",
@@ -68,10 +68,10 @@
"formdata-polyfill": "^4.0.10",
"magic-string": "^0.25.9",
"mocha": "^9.2.2",
- "rollup": "^2.75.0",
+ "rollup": "^2.75.4",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.4.0",
- "typescript": "~4.7.0",
+ "typescript": "~4.7.2",
"urlpattern-polyfill": "^1.0.0-rc5",
"web-streams-polyfill": "^3.2.1"
},