diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-12-11 21:17:11 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-11 21:17:11 +0900 |
| commit | f322cb444a22c7da029fc7d622a7981c1a152ae7 (patch) | |
| tree | 3e109fab7ae501a34d52d379b7531c9bdddd1a40 | |
| parent | Resolve #6806 (#6935) (diff) | |
| download | misskey-f322cb444a22c7da029fc7d622a7981c1a152ae7.tar.gz misskey-f322cb444a22c7da029fc7d622a7981c1a152ae7.tar.bz2 misskey-f322cb444a22c7da029fc7d622a7981c1a152ae7.zip | |
Bump dateformat from 3.0.3 to 4.3.1 (#6936)
Bumps [dateformat](https://github.com/felixge/node-dateformat) from 3.0.3 to 4.3.1.
- [Release notes](https://github.com/felixge/node-dateformat/releases)
- [Commits](https://github.com/felixge/node-dateformat/commits/v4.3.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index d6b3abd7ee..320df281f6 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "crc-32": "1.2.0", "css-loader": "5.0.1", "cssnano": "4.1.10", - "dateformat": "3.0.3", + "dateformat": "4.3.1", "deep-entries": "3.1.0", "diskusage": "1.1.3", "double-ended-queue": "2.1.0-0", @@ -2968,10 +2968,10 @@ data-urls@^2.0.0: whatwg-mimetype "^2.3.0" whatwg-url "^8.0.0" -dateformat@3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae" - integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== +dateformat@4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.3.1.tgz#e010ca5915f0c7d47e5b4e4287dd5ecb41125a96" + integrity sha512-xhq1wI5BQ0TMJDvio0BLP8lNeYlhAvmh/7H52H9n6kfzqSmRpIhH5KEIjJ7onFEAh5CQVrAP2MAG8wZ6j0BKzQ== debug-fabulous@1.X: version "1.1.0" |