From 30594b058104b93e81ea04133878a14963d5ab00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 10:40:40 +0000 Subject: [PATCH] Bump kotlinx-coroutines-core from 1.5.2 to 1.6.2 Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.5.2 to 1.6.2. - [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.2) --- 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..bb0379d3 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.2", "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..530bd3f7 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.2", "kotlinx-html": "^0.7.2", "mini-css-extract-plugin": "^0.8.2", "object-assign": "^4.1.1",