aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-26 08:41:07 +0900
committerGitHub <noreply@github.com>2022-05-26 08:41:07 +0900
commitddddd4c043bd722b7e01a0595cd5f7a606fde281 (patch)
tree0687c3cc0e0056201c140a8c88055699482bfb45
parent01db33165757042f3d95a6e372a9652b0223c5c2 (diff)
downloadmastodon-ddddd4c043bd722b7e01a0595cd5f7a606fde281.tar
mastodon-ddddd4c043bd722b7e01a0595cd5f7a606fde281.tar.gz
mastodon-ddddd4c043bd722b7e01a0595cd5f7a606fde281.tar.bz2
mastodon-ddddd4c043bd722b7e01a0595cd5f7a606fde281.zip
Bump immutable from 4.0.0 to 4.1.0 (#18502)
Bumps [immutable](https://github.com/immutable-js/immutable-js) from 4.0.0 to 4.1.0. - [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.0.0...v4.1.0) --- updated-dependencies: - dependency-name: immutable dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 591f6a1c3..e1c4add61 100644
--- a/package.json
+++ b/package.json
@@ -64,7 +64,7 @@
"glob": "^8.0.3",
"history": "^4.10.1",
"http-link-header": "^1.0.4",
- "immutable": "^4.0.0",
+ "immutable": "^4.1.0",
"imports-loader": "^1.2.0",
"intersection-observer": "^0.12.0",
"intl": "^1.2.5",
diff --git a/yarn.lock b/yarn.lock
index 63008da4d..e635d876f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -5832,10 +5832,10 @@ ignore@^4.0.6:
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
-immutable@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0.tgz#b86f78de6adef3608395efb269a91462797e2c23"
- integrity sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==
+immutable@^4.0.0, immutable@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.1.0.tgz#f795787f0db780183307b9eb2091fcac1f6fafef"
+ integrity sha512-oNkuqVTA8jqG1Q6c+UglTOD1xhC1BtjKI7XkCXRkZHrN5m18/XsnUp8Q89GkQO/z+0WjonSvl0FLhDYftp46nQ==
import-cwd@^2.0.0:
version "2.1.0"