Bump immutable from 4.3.0 to 4.3.1 (#776)

Bumps [immutable](https://github.com/immutable-js/immutable-js) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/immutable-js/immutable-js/compare/v4.3.0...v4.3.1)

---
updated-dependencies:
- dependency-name: immutable
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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] 2023-07-31 13:52:05 -07:00 committed by GitHub
parent a1306e2f9d
commit 0ea57c3153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

13
package-lock.json generated
View File

@ -43,7 +43,7 @@
"deep-equal": "^2.2.2",
"eslint-plugin-prettier": "^5.0.0",
"gts": "^3.1.1",
"immutable": "^4.3.0",
"immutable": "^4.3.1",
"jquery": "^3.7.0",
"jquery-ui": "^1.13.2",
"js-yaml": "^4.1.0",
@ -6092,9 +6092,10 @@
}
},
"node_modules/immutable": {
"version": "4.3.0",
"dev": true,
"license": "MIT"
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.1.tgz",
"integrity": "sha512-lj9cnmB/kVS0QHsJnYKD1uo3o39nrbKxszjnqS9Fr6NB7bZzW45U6WSGBPKXDL/CvDKqDNPA4r3DoDQ8GTxo2A==",
"dev": true
},
"node_modules/import-fresh": {
"version": "3.3.0",
@ -14228,7 +14229,9 @@
"dev": true
},
"immutable": {
"version": "4.3.0",
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.1.tgz",
"integrity": "sha512-lj9cnmB/kVS0QHsJnYKD1uo3o39nrbKxszjnqS9Fr6NB7bZzW45U6WSGBPKXDL/CvDKqDNPA4r3DoDQ8GTxo2A==",
"dev": true
},
"import-fresh": {

View File

@ -71,7 +71,7 @@
"deep-equal": "^2.2.2",
"eslint-plugin-prettier": "^5.0.0",
"gts": "^3.1.1",
"immutable": "^4.3.0",
"immutable": "^4.3.1",
"jquery": "^3.7.0",
"jquery-ui": "^1.13.2",
"js-yaml": "^4.1.0",