From 3eb90944d6023ad4d7c5577db1349f7acf3a6218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 00:54:46 +0000 Subject: [PATCH] chore(deps): bump typescript in /functions/newsletter Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.3 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- functions/newsletter/package-lock.json | 6 +++--- functions/newsletter/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/newsletter/package-lock.json b/functions/newsletter/package-lock.json index ed6f5cda..d085ffb6 100644 --- a/functions/newsletter/package-lock.json +++ b/functions/newsletter/package-lock.json @@ -60,9 +60,9 @@ } }, "typescript": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", - "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==" + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==" }, "web-streams-polyfill": { "version": "3.2.1", diff --git a/functions/newsletter/package.json b/functions/newsletter/package.json index ed387082..e59c03cc 100644 --- a/functions/newsletter/package.json +++ b/functions/newsletter/package.json @@ -17,6 +17,6 @@ "@netlify/functions": "^1.6.0", "@types/node": "^20.6.0", "node-fetch": "^3.3.0", - "typescript": "^5.1.3" + "typescript": "^5.2.2" } } \ No newline at end of file