From b055571be21c07ce3e308a1d9b76522fac125975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 10:33:14 +0000 Subject: [PATCH] Bump kotlin from 1.5.32 to 1.6.10 Bumps [kotlin](https://github.com/JetBrains/kotlin) from 1.5.32 to 1.6.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.32...v1.6.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..31feac7f 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.6.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..bd402cdd 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.6.10", "kotlinx-coroutines-core": "~1.5.2", "kotlinx-html": "^0.7.2", "mini-css-extract-plugin": "^0.8.2",