diff --git a/package-lock.json b/package-lock.json index a8f67d1093..5c2f62613c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6869,9 +6869,9 @@ "dev": true }, "history": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/history/-/history-4.10.0.tgz", - "integrity": "sha512-w5dPeWoxlMyl4zKMXWT3zRxSt1dSblRCtrOoxxinK1fhYQ4Fwm5TPef8hNUYTVVu5Hwxr2nS0uaCX3JJFUeabA==", + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz", + "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==", "requires": { "@babel/runtime": "^7.1.2", "loose-envify": "^1.2.0", diff --git a/package.json b/package.json index 52adf6efdf..e06f3f2786 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "express": "4.17.1", "graphql": "14.5.4", "graphql-playground-react": "1.7.20", - "history": "4.10.0", + "history": "4.10.1", "immutable": "4.0.0-rc.9", "immutable-devtools": "0.1.3", "js-beautify": "1.10.2",