From b9dbf6db4ea87f2ef624692fdf82b2fac182d0f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 10:32:17 +0000 Subject: [PATCH] Bump kotlinx-coroutines-core from 1.5.2 to 1.6.0 Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.5.2 to 1.6.0. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.5.2...1.6.0) --- updated-dependencies: - dependency-name: kotlinx-coroutines-core 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..41cf7a0e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint": "^7.32.0", "husky": "^7.0.4", "kotlin": "~1.5.32", - "kotlinx-coroutines-core": "^1.5.2", + "kotlinx-coroutines-core": "^1.6.0", "kotlinx-html": "^0.7.2", "lerna": "^4.0.0", "lerna-changelog": "^2.2.0", diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 292cc982..867a2e27 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -42,7 +42,7 @@ "fs-extra": "^10.0.0", "html-webpack-plugin": "^4.5.1", "kotlin": "~1.5.32", - "kotlinx-coroutines-core": "~1.5.2", + "kotlinx-coroutines-core": "~1.6.0", "kotlinx-html": "^0.7.2", "mini-css-extract-plugin": "^0.8.2", "object-assign": "^4.1.1",