From ac43501aef7941f4bdf75648b0c92f124b0ec91d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:11:38 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.3.3 to 5.4.2 in /processor Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- processor/package-lock.json | 11 ++++++----- processor/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/processor/package-lock.json b/processor/package-lock.json index b1f5ce4..8808fd3 100644 --- a/processor/package-lock.json +++ b/processor/package-lock.json @@ -1,12 +1,12 @@ { "name": "payment-integration-adyen", - "version": "0.0.5", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "payment-integration-adyen", - "version": "0.0.5", + "version": "1.0.1", "license": "ISC", "dependencies": { "@adyen/api-library": "16.0.2", @@ -45,7 +45,7 @@ "prettier": "3.2.5", "ts-jest": "29.1.2", "ts-node": "10.9.2", - "typescript": "5.3.3" + "typescript": "5.4.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -9405,9 +9405,10 @@ } }, "node_modules/typescript": { - "version": "5.3.3", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", + "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/processor/package.json b/processor/package.json index c5f134b..e3589f6 100644 --- a/processor/package.json +++ b/processor/package.json @@ -54,6 +54,6 @@ "prettier": "3.2.5", "ts-jest": "29.1.2", "ts-node": "10.9.2", - "typescript": "5.3.3" + "typescript": "5.4.2" } } \ No newline at end of file