Bump immer from 9.0.1 to 9.0.2 in /dependencies (#1498)

Bumps [immer](https://github.com/immerjs/immer) from 9.0.1 to 9.0.2.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](https://github.com/immerjs/immer/compare/v9.0.1...v9.0.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
This commit is contained in:
dependabot[bot] 2021-04-30 15:33:42 -05:00 committed by GitHub
parent c09eff9dca
commit 8e6a4e4a59
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

@ -22,7 +22,7 @@
"eslint-plugin-prettier": "^3.4.0",
"gherkin-lint": "^4.2.1",
"htmlhint": "^0.14.2",
"immer": "^9.0.1",
"immer": "^9.0.2",
"ini": "^2.0.0",
"jscpd": "^3.3.25",
"jsonlint": "^1.6.3",
@ -4914,9 +4914,9 @@
}
},
"node_modules/immer": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/immer/-/immer-9.0.1.tgz",
"integrity": "sha512-7CCw1DSgr8kKYXTYOI1qMM/f5qxT5vIVMeGLDCDX8CSxsggr1Sjdoha4OhsP0AZ1UvWbyZlILHvLjaynuu02Mg==",
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/immer/-/immer-9.0.2.tgz",
"integrity": "sha512-mkcmzLtIfSp40vAqteRr1MbWNSoI7JE+/PB36FNPoSfJ9RQRmNKuTYCjKkyXyuq3Dgn07HuJBrwJd4ZSk2yUbw==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/immer"
@ -13309,9 +13309,9 @@
"integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw=="
},
"immer": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/immer/-/immer-9.0.1.tgz",
"integrity": "sha512-7CCw1DSgr8kKYXTYOI1qMM/f5qxT5vIVMeGLDCDX8CSxsggr1Sjdoha4OhsP0AZ1UvWbyZlILHvLjaynuu02Mg=="
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/immer/-/immer-9.0.2.tgz",
"integrity": "sha512-mkcmzLtIfSp40vAqteRr1MbWNSoI7JE+/PB36FNPoSfJ9RQRmNKuTYCjKkyXyuq3Dgn07HuJBrwJd4ZSk2yUbw=="
},
"import-fresh": {
"version": "3.2.1",

View file

@ -17,7 +17,7 @@
"eslint-plugin-prettier": "^3.4.0",
"gherkin-lint": "^4.2.1",
"htmlhint": "^0.14.2",
"immer": "^9.0.1",
"immer": "^9.0.2",
"ini": "^2.0.0",
"jscpd": "^3.3.25",
"jsonlint": "^1.6.3",