From 4ba70df77264492faee80d7aa46fae2cd3654193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 02:58:37 +0000 Subject: [PATCH] Bump immer from 5.0.1 to 8.0.1 in /functions Bumps [immer](https://github.com/immerjs/immer) from 5.0.1 to 8.0.1. - [Release notes](https://github.com/immerjs/immer/releases) - [Commits](https://github.com/immerjs/immer/compare/v5.0.1...v8.0.1) Signed-off-by: dependabot[bot] --- functions/package-lock.json | 6 +++--- functions/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index ca282cd..77ea525 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -1527,9 +1527,9 @@ } }, "immer": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/immer/-/immer-5.0.1.tgz", - "integrity": "sha512-KFHV1ivrBmPCVRhjy9oBooypnPfJ876NTrWXMNoUhXFAaWWAViVqZ4l6HxPST52qcN82qqsR38/pCGYRWP5W7w==" + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/immer/-/immer-8.0.1.tgz", + "integrity": "sha512-aqXhGP7//Gui2+UrEtvxZxSquQVXTpZ7KDxfCcKAF3Vysvw0CViVaW9RZ1j1xlIYqaaaipBoqdqeibkc18PNvA==" }, "imurmurhash": { "version": "0.1.4", diff --git a/functions/package.json b/functions/package.json index c0f7448..75532c3 100644 --- a/functions/package.json +++ b/functions/package.json @@ -23,7 +23,7 @@ "firebase-admin": "^8.6.0", "firebase-functions": "^3.3.0", "geodist": "^0.2.1", - "immer": "^5.0.0", + "immer": "^8.0.1", "lodash": "^4.17.15", "random-words": "^1.1.0", "request-promise": "^4.2.4",