From 0353150366b1301287755ec1ac7d3ec5b437b87f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 04:12:00 +0000 Subject: [PATCH] chore(deps): bump dateformat from 4.5.1 to 5.0.2 Bumps [dateformat](https://github.com/felixge/node-dateformat) from 4.5.1 to 5.0.2. - [Release notes](https://github.com/felixge/node-dateformat/releases) - [Commits](https://github.com/felixge/node-dateformat/compare/v4.5.1...v5.0.2) --- updated-dependencies: - dependency-name: dateformat dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fb23d91..f643e11 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "cors": "^2.8.5", "data-uri-to-buffer": "^3.0.1", "data-uri-to-file": "^0.1.8", - "dateformat": "^4.5.1", + "dateformat": "^5.0.2", "express": "^4.17.1", "form-data": "^4.0.0", "jsonwebtoken": "^8.5.1", diff --git a/yarn.lock b/yarn.lock index 9ca4670..327b40b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2504,10 +2504,10 @@ data-uri-to-file@^0.1.8: mime "^1.3.4" through2 "^2.0.1" -dateformat@^4.5.1: - version "4.5.1" - resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.5.1.tgz#c20e7a9ca77d147906b6dc2261a8be0a5bd2173c" - integrity sha512-OD0TZ+B7yP7ZgpJf5K2DIbj3FZvFvxgFUuaqA/V5zTjAtAAXZ1E8bktHxmAGs4x5b7PflqA9LeQ84Og7wYtF7Q== +dateformat@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-5.0.2.tgz#0f275609b02e3306ff76d6a2067a6ebb98e6114b" + integrity sha512-h9vywpuz+ReixnJTwFx5JLtZpS8eLCbRm8shwwKkCKOZA547N6yoMtD3W91Z6+NFZ8wOaZlcaCcK/w+kELhSVg== debug@2.6.9, debug@^2.2.0, debug@^2.3.3: version "2.6.9"