From df74b8a6243e1be7678f04d3fff0656ebbcf6bd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 10:54:26 +0000 Subject: [PATCH] Bump kotlin from 1.5.32 to 1.7.10 Bumps [kotlin](https://github.com/JetBrains/kotlin) from 1.5.32 to 1.7.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.32...v1.7.10) --- updated-dependencies: - dependency-name: kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- packages/react-scripts/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9badcdc6..63a51a19 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "core-js": "^3.20.2", "eslint": "^7.32.0", "husky": "^7.0.4", - "kotlin": "~1.5.32", + "kotlin": "~1.7.10", "kotlinx-coroutines-core": "^1.5.2", "kotlinx-html": "^0.7.2", "lerna": "^4.0.0", diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 292cc982..a2423b5c 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -41,7 +41,7 @@ "file-loader": "^6.2.0", "fs-extra": "^10.0.0", "html-webpack-plugin": "^4.5.1", - "kotlin": "~1.5.32", + "kotlin": "~1.7.10", "kotlinx-coroutines-core": "~1.5.2", "kotlinx-html": "^0.7.2", "mini-css-extract-plugin": "^0.8.2",