From 248c8b8f2e50679574b33490a3fe5233325162d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 15:20:45 +0000 Subject: [PATCH] npm: bump typescript in /web/themes/custom/contribtracker Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.1.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../custom/contribtracker/package-lock.json | 16 ++++++++-------- web/themes/custom/contribtracker/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/web/themes/custom/contribtracker/package-lock.json b/web/themes/custom/contribtracker/package-lock.json index f47a1ed..bfdb7b6 100644 --- a/web/themes/custom/contribtracker/package-lock.json +++ b/web/themes/custom/contribtracker/package-lock.json @@ -47,7 +47,7 @@ "stylelint-config-prettier": "^9.0.5", "stylelint-prettier": "^1.2.0", "stylelint-scss": "^4.6.0", - "typescript": "^5.0.4" + "typescript": "^5.1.6" } }, "node_modules/@ampproject/remapping": { @@ -16082,16 +16082,16 @@ } }, "node_modules/typescript": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", - "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==", + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", + "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=12.20" + "node": ">=14.17" } }, "node_modules/ua-parser-js": { @@ -29380,9 +29380,9 @@ } }, "typescript": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", - "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==", + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", + "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", "dev": true }, "ua-parser-js": { diff --git a/web/themes/custom/contribtracker/package.json b/web/themes/custom/contribtracker/package.json index 1d47ca8..9183382 100644 --- a/web/themes/custom/contribtracker/package.json +++ b/web/themes/custom/contribtracker/package.json @@ -42,7 +42,7 @@ "stylelint-config-prettier": "^9.0.5", "stylelint-prettier": "^1.2.0", "stylelint-scss": "^4.6.0", - "typescript": "^5.0.4" + "typescript": "^5.1.6" }, "dependencies": { "select2": "^4.1.0-rc.0"