From 51d35c6d8098a837280bd78abf45dfea29c1331a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:21:58 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.4.2 in /GraphRNSample Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 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/v4.9.5...v5.4.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- GraphRNSample/package-lock.json | 16 ++++++++-------- GraphRNSample/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/GraphRNSample/package-lock.json b/GraphRNSample/package-lock.json index da5ee22..26607a2 100644 --- a/GraphRNSample/package-lock.json +++ b/GraphRNSample/package-lock.json @@ -42,7 +42,7 @@ "metro-react-native-babel-preset": "^0.77.0", "prettier": "^2.8.5", "react-test-renderer": "18.2.0", - "typescript": "^4.9.5" + "typescript": "^5.4.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -15299,16 +15299,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.4.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", + "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/uglify-es": { @@ -27041,9 +27041,9 @@ } }, "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", + "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", "dev": true }, "uglify-es": { diff --git a/GraphRNSample/package.json b/GraphRNSample/package.json index bc6acbb..705b456 100644 --- a/GraphRNSample/package.json +++ b/GraphRNSample/package.json @@ -44,7 +44,7 @@ "metro-react-native-babel-preset": "^0.77.0", "prettier": "^2.8.5", "react-test-renderer": "18.2.0", - "typescript": "^4.9.5" + "typescript": "^5.4.2" }, "jest": { "preset": "react-native"