Bump immer from 8.0.1 to 8.0.2 in /dependencies (#1374)

Bumps [immer](https://github.com/immerjs/immer) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](https://github.com/immerjs/immer/compare/v8.0.1...v8.0.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-03-18 08:35:29 -05:00 committed by GitHub
parent 46d76783c7
commit 43e054faf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
dependencies/package-lock.json generated vendored
View file

@ -21,7 +21,7 @@
"eslint-plugin-prettier": "^3.3.1",
"gherkin-lint": "^4.2.1",
"htmlhint": "^0.14.2",
"immer": "^8.0.1",
"immer": "^8.0.2",
"ini": "^2.0.0",
"jscpd": "^3.3.25",
"jsonlint": "^1.6.3",
@ -4858,9 +4858,9 @@
}
},
"node_modules/immer": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/immer/-/immer-8.0.1.tgz",
"integrity": "sha512-aqXhGP7//Gui2+UrEtvxZxSquQVXTpZ7KDxfCcKAF3Vysvw0CViVaW9RZ1j1xlIYqaaaipBoqdqeibkc18PNvA==",
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/immer/-/immer-8.0.2.tgz",
"integrity": "sha512-PC9UlH8GYfBCoTbPbDEULuXhdmr21+tlv10IzA9Eycpi2Qrgas0j8pUt8Z2ZxVJ/OHIzQq4W8AWymMGkCJplBA==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/immer"
@ -13222,9 +13222,9 @@
"integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw=="
},
"immer": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/immer/-/immer-8.0.1.tgz",
"integrity": "sha512-aqXhGP7//Gui2+UrEtvxZxSquQVXTpZ7KDxfCcKAF3Vysvw0CViVaW9RZ1j1xlIYqaaaipBoqdqeibkc18PNvA=="
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/immer/-/immer-8.0.2.tgz",
"integrity": "sha512-PC9UlH8GYfBCoTbPbDEULuXhdmr21+tlv10IzA9Eycpi2Qrgas0j8pUt8Z2ZxVJ/OHIzQq4W8AWymMGkCJplBA=="
},
"import-fresh": {
"version": "3.2.1",

View file

@ -16,7 +16,7 @@
"eslint-plugin-prettier": "^3.3.1",
"gherkin-lint": "^4.2.1",
"htmlhint": "^0.14.2",
"immer": "^8.0.1",
"immer": "^8.0.2",
"ini": "^2.0.0",
"jscpd": "^3.3.25",
"jsonlint": "^1.6.3",