Closed dependabot[bot] closed 2 years ago
@dependabot merge
2022年4月9日(土) 19:41 dependabot[bot] @.***>:
This automated pull request fixes a security vulnerability https://github.com/textlint-rule/textlint-rule-write-good/security/dependabot/5 (high severity).
Learn more about Dependabot security updates https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates.
Bumps moment https://github.com/moment/moment from 2.29.1 to 2.29.2. Changelog
Sourced from moment's changelog https://github.com/moment/moment/blob/develop/CHANGELOG.md.
2.29.2 See full changelog https://gist.github.com/ichernev/1904b564f6679d9aac1ae08ce13bc45c
- Release Apr 3 2022
Address GHSA-8hfj-j24r-96c4 https://github.com/advisories/GHSA-8hfj-j24r-96c4
Commits
- 75e2ac5 https://github.com/moment/moment/commit/75e2ac573e8cd62086a6bc6dc1b8d271e2804391 Build 2.29.2
- 5a29877 https://github.com/moment/moment/commit/5a2987758edc7d413d1248737d9d0d1b65a70450 Bump version to 2.29.2
- 4fd847b https://github.com/moment/moment/commit/4fd847b7a8c7065d88ba0a64b727660190dd45d7 Update changelog for 2.29.2
- 4211bfc https://github.com/moment/moment/commit/4211bfc8f15746be4019bba557e29a7ba83d54c5 [bugfix] Avoid loading path-looking locales from fs
- f2a813a https://github.com/moment/moment/commit/f2a813afcfd0dd6e63812ea74c46ecc627f6a6a6 [misc] Fix indentation (according to prettier)
- 7a10de8 https://github.com/moment/moment/commit/7a10de889de64c2519f894a84a98030bec5022d9 [test] Avoid hours around DST
- e968092 https://github.com/moment/moment/commit/e96809208c9d1b1bbe22d605e76985770024de42 [locale] ar-ly: fix locale name (#5828 https://github-redirect.dependabot.com/moment/moment/issues/5828)
- 53d7ee6 https://github.com/moment/moment/commit/53d7ee6ad8c60c891571c7085db91831bbc095b4 [misc] fix builds (#5836 https://github-redirect.dependabot.com/moment/moment/issues/5836)
- 52019f1 https://github.com/moment/moment/commit/52019f1dda47c3e598aaeaa4ac89d5a574641604 [misc] Specify length of toArray return type (#5766 https://github-redirect.dependabot.com/moment/moment/issues/5766)
- 0dcaaa6 https://github.com/moment/moment/commit/0dcaaa689d02dde824029b09ab6aa64ff351ee2e [locale] tr: update translation of Monday and Saturday (#5756 https://github-redirect.dependabot.com/moment/moment/issues/5756)
- Additional commits viewable in compare view https://github.com/moment/moment/compare/2.29.1...2.29.2
[image: Dependabot compatibility score] https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
- @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
- @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
- @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page https://github.com/textlint-rule/textlint-rule-write-good/network/alerts .
You can view, comment on, or merge this pull request online at:
https://github.com/textlint-rule/textlint-rule-write-good/pull/56 Commit Summary
- 3dd4358 https://github.com/textlint-rule/textlint-rule-write-good/pull/56/commits/3dd4358e98f164a9cbf64e38ce9ebdb1d88cda23 chore(deps): bump moment from 2.29.1 to 2.29.2
File Changes
(1 file https://github.com/textlint-rule/textlint-rule-write-good/pull/56/files)
- M yarn.lock https://github.com/textlint-rule/textlint-rule-write-good/pull/56/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de (6)
Patch Links:
- https://github.com/textlint-rule/textlint-rule-write-good/pull/56.patch
https://github.com/textlint-rule/textlint-rule-write-good/pull/56.diff
— Reply to this email directly, view it on GitHub https://github.com/textlint-rule/textlint-rule-write-good/pull/56, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAE2ATH5K5ITN46ZSGQ7TLVEFNELANCNFSM5S62A2MQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Bumps moment from 2.29.1 to 2.29.2.
Changelog
Sourced from moment's changelog.
Commits
75e2ac5
Build 2.29.25a29877
Bump version to 2.29.24fd847b
Update changelog for 2.29.24211bfc
[bugfix] Avoid loading path-looking locales from fsf2a813a
[misc] Fix indentation (according to prettier)7a10de8
[test] Avoid hours around DSTe968092
[locale] ar-ly: fix locale name (#5828)53d7ee6
[misc] fix builds (#5836)52019f1
[misc] Specify length of toArray return type (#5766)0dcaaa6
[locale] tr: update translation of Monday and Saturday (#5756)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/textlint-rule/textlint-rule-write-good/network/alerts).