summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-10-04 07:31:57 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-10-04 07:31:57 +0100
commit2e73f41cbf02b7a5d7e2f451d304b97531deb591 (patch)
tree82d0bbb3edff44577e976e87c5534a0d8fe2f384
parent9e3a8eed0aab05164e50efc2742fd6061d750771 (diff)
Upgrades typescript -> 5.2.2
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 907fc43..89e0474 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
"@paypal/paypal-js": "^6.0.1",
"astro": "^3.2.2",
"dotenv": "^16.3.1",
- "typescript": "^5.1.6",
+ "typescript": "^5.2.2",
"vercel": "^32.4.0"
},
"devDependencies": {
@@ -9236,9 +9236,9 @@
}
},
"node_modules/typescript": {
- "version": "5.1.6",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
- "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
+ "version": "5.2.2",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
+ "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
diff --git a/package.json b/package.json
index 396e6fe..03dfdcd 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,7 @@
"@paypal/paypal-js": "^6.0.1",
"astro": "^3.2.2",
"dotenv": "^16.3.1",
- "typescript": "^5.1.6",
+ "typescript": "^5.2.2",
"vercel": "^32.4.0"
},
"devDependencies": {