From 9969cea7bf3ec6e126d344dbf87454c710c19e5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 09:46:05 -0500 Subject: [PATCH] Build(deps-dev): Bump typescript from 5.0.2 to 5.0.3 in /catalog/ui (#1065) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.2 to 5.0.3. - [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-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- catalog/ui/package-lock.json | 14 +++++++------- catalog/ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/catalog/ui/package-lock.json b/catalog/ui/package-lock.json index e16b87b9f..7cac7aea0 100644 --- a/catalog/ui/package-lock.json +++ b/catalog/ui/package-lock.json @@ -81,7 +81,7 @@ "ts-jest": "^29.0.5", "tsconfig-paths-webpack-plugin": "^4.0.1", "tslib": "^2.5.0", - "typescript": "^5.0.2", + "typescript": "^5.0.3", "url-loader": "^4.1.1", "webpack": "^5.76.3", "webpack-bundle-analyzer": "^4.8.0", @@ -15458,9 +15458,9 @@ } }, "node_modules/typescript": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", - "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz", + "integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -27898,9 +27898,9 @@ } }, "typescript": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", - "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz", + "integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==", "dev": true }, "unbox-primitive": { diff --git a/catalog/ui/package.json b/catalog/ui/package.json index 761a2f1ad..a56580fd9 100644 --- a/catalog/ui/package.json +++ b/catalog/ui/package.json @@ -69,7 +69,7 @@ "ts-jest": "^29.0.5", "tsconfig-paths-webpack-plugin": "^4.0.1", "tslib": "^2.5.0", - "typescript": "^5.0.2", + "typescript": "^5.0.3", "url-loader": "^4.1.1", "webpack": "^5.76.3", "webpack-bundle-analyzer": "^4.8.0",