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",