From 6894546d47ebd29d48c2935d079636c756344ee3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 May 2021 01:04:26 +0000 Subject: [PATCH] fix: upgrade slate-history from 0.59.0 to 0.62.0 Snyk has created this PR to upgrade slate-history from 0.59.0 to 0.62.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/openmined/project/16966b28-817b-4895-8dbe-144f4d7f4378?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- yarn.lock | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 19518097..b99e2bf8 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "sanity-plugin-intl-input": "^5.0.3", "sanity-plugin-media": "^0.4.0", "slate": "^0.59.0", - "slate-history": "^0.59.0", + "slate-history": "^0.62.0", "slate-react": "^0.59.0", "use-timer": "^2.0.1", "yup": "^0.29.3" diff --git a/yarn.lock b/yarn.lock index 4f4408c6..3b4cb8bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11518,6 +11518,11 @@ immer@^5.0.0: resolved "https://registry.yarnpkg.com/immer/-/immer-5.3.6.tgz#51eab8cbbeb13075fe2244250f221598818cac04" integrity sha512-pqWQ6ozVfNOUDjrLfm4Pt7q4Q12cGw2HUZgry4Q5+Myxu9nmHRkWBpI0J4+MK0AxbdFtdMTwEGVl7Vd+vEiK+A== +immer@^7.0.0: + version "7.0.15" + resolved "https://registry.yarnpkg.com/immer/-/immer-7.0.15.tgz#dc3bc6db87401659d2e737c67a21b227c484a4ad" + integrity sha512-yM7jo9+hvYgvdCQdqvhCNRRio0SCXc8xDPzA25SvKWa7b1WVPjLwQs1VYU5JPXjcJPTqAa5NP5dqpORGYBQ2AA== + immutable@^3.8.1: version "3.8.2" resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.8.2.tgz#c2439951455bb39913daf281376f1530e104adf3" @@ -18362,12 +18367,12 @@ slash@^3.0.0: resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== -slate-history@^0.59.0: - version "0.59.0" - resolved "https://registry.yarnpkg.com/slate-history/-/slate-history-0.59.0.tgz#3c5ecbe8893ce2ae9523068ccc17c62d52b24a1a" - integrity sha512-LBaVmxA7QKr5faDUt0rjgFH4TwAslyl4rrltpM6PVZYeJ301KkpUTqZf83asDjwgt5pl9nEx4huKL7IlX+rZfA== +slate-history@^0.62.0: + version "0.62.0" + resolved "https://registry.yarnpkg.com/slate-history/-/slate-history-0.62.0.tgz#facd2e1ef249f979ecc0d0811d280515877d9352" + integrity sha512-nE3fihtHV7kUrDO3zNb+DWzQVUg59uKCZVt0r9GafZLiHB98n0X+qqtcjFHerDPDRPkHgqM8UL4wh1jhL4WzmA== dependencies: - immer "^5.0.0" + immer "^7.0.0" is-plain-object "^3.0.0" slate-react@^0.59.0: