From c148e3ca59eab6d55312b805c338a5c23016cf0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 00:59:28 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.1.3 in /test/cjs-sample Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.1.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test/cjs-sample/package-lock.json | 16 ++++++++-------- test/cjs-sample/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/test/cjs-sample/package-lock.json b/test/cjs-sample/package-lock.json index 97d5712..b241877 100644 --- a/test/cjs-sample/package-lock.json +++ b/test/cjs-sample/package-lock.json @@ -17,7 +17,7 @@ "mocha": "^10.2.0", "sinon": "^15.0.1", "ts-node": "^10.9.1", - "typescript": "^4.9.5" + "typescript": "^5.1.3" } }, "../..": { @@ -1757,16 +1757,16 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", + "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unpipe": { @@ -3314,9 +3314,9 @@ } }, "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", + "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==", "dev": true }, "unpipe": { diff --git a/test/cjs-sample/package.json b/test/cjs-sample/package.json index 78b959e..d3c2cbb 100644 --- a/test/cjs-sample/package.json +++ b/test/cjs-sample/package.json @@ -14,7 +14,7 @@ "mocha": "^10.2.0", "sinon": "^15.0.1", "ts-node": "^10.9.1", - "typescript": "^4.9.5" + "typescript": "^5.1.3" }, "dependencies": { "express": "^4.17.1"