From bf7673ec664c792c2b90c51d393cc59d34efe297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 10:31:08 +0000 Subject: [PATCH] Bump kotlinx-coroutines-core from 1.5.2 to 1.6.1 Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.5.2 to 1.6.1. - [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.1) --- 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..acc0b66a 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.1", "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..4cd9986c 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.1", "kotlinx-html": "^0.7.2", "mini-css-extract-plugin": "^0.8.2", "object-assign": "^4.1.1",