From a02a08087ece64ccdf58370a4695277829c9e416 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 14:13:12 +0000 Subject: [PATCH] Bump immer from 7.0.14 to 8.0.1 Bumps [immer](https://github.com/immerjs/immer) from 7.0.14 to 8.0.1. - [Release notes](https://github.com/immerjs/immer/releases) - [Commits](https://github.com/immerjs/immer/compare/v7.0.14...v8.0.1) Signed-off-by: dependabot[bot] --- packages/automaton-with-gui/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/automaton-with-gui/package.json b/packages/automaton-with-gui/package.json index 08ef746..4a29ea5 100644 --- a/packages/automaton-with-gui/package.json +++ b/packages/automaton-with-gui/package.json @@ -63,7 +63,7 @@ "@types/styled-components": "5.1.4", "eslint-plugin-react": "^7.20.6", "eslint-plugin-react-hooks": "^4.1.2", - "immer": "^7.0.8", + "immer": "^8.0.1", "react": "^16.13.1", "react-dom": "^16.13.1", "react-error-boundary": "^3.1.1", diff --git a/yarn.lock b/yarn.lock index b9a63d6..eda6718 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5209,10 +5209,10 @@ ignore@^5.1.4: resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57" integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== -immer@^7.0.8: - version "7.0.14" - resolved "https://registry.yarnpkg.com/immer/-/immer-7.0.14.tgz#3e605f8584b15a9520d2f2f3fda9441cc9170d25" - integrity sha512-BxCs6pJwhgSEUEOZjywW7OA8DXVzfHjkBelSEl0A+nEu0+zS4cFVdNOONvt55N4WOm8Pu4xqSPYxhm1Lv2iBBA== +immer@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/immer/-/immer-8.0.1.tgz#9c73db683e2b3975c424fb0572af5889877ae656" + integrity sha512-aqXhGP7//Gui2+UrEtvxZxSquQVXTpZ7KDxfCcKAF3Vysvw0CViVaW9RZ1j1xlIYqaaaipBoqdqeibkc18PNvA== import-fresh@^2.0.0: version "2.0.0"