From c15bde49c67ada2d7e294690b53711a0a78fc472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:49:53 +0000 Subject: [PATCH] build(deps): Bump slate-history from 0.93.0 to 0.100.0 Bumps [slate-history](https://github.com/ianstormtaylor/slate) from 0.93.0 to 0.100.0. - [Release notes](https://github.com/ianstormtaylor/slate/releases) - [Commits](https://github.com/ianstormtaylor/slate/compare/slate-history@0.93.0...slate-history@0.100.0) --- updated-dependencies: - dependency-name: slate-history dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4cc081333..7f23a19c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "react-router-dom": "^6.16.0", "rollbar": "^2.26.2", "scrollama": "^3.2.0", - "slate-history": "^0.93.0", + "slate-history": "^0.100.0", "slate-hyperscript": "^0.77.0", "slate-react": "^0.99.0", "terraso-client-shared": "github:techmatters/terraso-client-shared#5e56086", @@ -26123,9 +26123,9 @@ } }, "node_modules/slate-history": { - "version": "0.93.0", - "resolved": "https://registry.npmjs.org/slate-history/-/slate-history-0.93.0.tgz", - "integrity": "sha512-Gr1GMGPipRuxIz41jD2/rbvzPj8eyar56TVMyJBvBeIpQSSjNISssvGNDYfJlSWM8eaRqf6DAcxMKzsLCYeX6g==", + "version": "0.100.0", + "resolved": "https://registry.npmjs.org/slate-history/-/slate-history-0.100.0.tgz", + "integrity": "sha512-x5rUuWLNtH97hs9PrFovGgt3Qc5zkTm/5mcUB+0NR/TK923eLax4HsL6xACLHMs245nI6aJElyM1y6hN0y5W/Q==", "dependencies": { "is-plain-object": "^5.0.0" }, diff --git a/package.json b/package.json index 5901c433e..553db83af 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "react-router-dom": "^6.16.0", "rollbar": "^2.26.2", "scrollama": "^3.2.0", - "slate-history": "^0.93.0", + "slate-history": "^0.100.0", "slate-hyperscript": "^0.77.0", "slate-react": "^0.99.0", "terraso-client-shared": "github:techmatters/terraso-client-shared#5e56086",