fix(deps): update dependency immutable to v3.8.2

This commit is contained in:
Renovate Bot 2021-07-27 02:44:26 +00:00
parent d01ea46c4e
commit e35ad56ff4
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -9925,9 +9925,9 @@
"integrity": "sha1-nbHb0Pr43m++D13V5Wu2BigN5ps="
},
"immutable": {
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.1.tgz",
"integrity": "sha1-IAgH8Rqw9ycQ6khVQt4IgHX2jNI="
"version": "3.8.2",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz",
"integrity": "sha1-wkOZUUVbs5kT2vKBN28VMOEErfM="
},
"import-local": {
"version": "1.0.0",

View file

@ -38,7 +38,7 @@
"diff-match-patch": "1.0.4",
"format-message": "6.2.1",
"htmlparser2": "3.10.0",
"immutable": "3.8.1",
"immutable": "3.8.2",
"jszip": "^3.1.5",
"minilog": "3.1.0",
"scratch-parser": "5.0.0",