From 54d8d4f66ccceab5ccf4f510ec81332667cbb2e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 21:15:40 +0000 Subject: [PATCH] Bump dateformat and @types/dateformat Bumps [dateformat](https://github.com/felixge/node-dateformat) and [@types/dateformat](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dateformat). These dependencies needed to be updated together. Updates `dateformat` from 3.0.1 to 5.0.3 - [Release notes](https://github.com/felixge/node-dateformat/releases) - [Commits](https://github.com/felixge/node-dateformat/commits/v5.0.3) Updates `@types/dateformat` from 3.0.1 to 5.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dateformat) --- updated-dependencies: - dependency-name: dateformat dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/dateformat" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 5a417786..bbedb7c1 100644 --- a/package.json +++ b/package.json @@ -263,7 +263,7 @@ "@babel/preset-env": "^7.15.0", "@babel/preset-typescript": "^7.22.5", "@types/current-git-branch": "^1.1.1", - "@types/dateformat": "3.0.1", + "@types/dateformat": "5.0.0", "@types/diff-match-patch": "^1.0.32", "@types/js-yaml": "^3.12.5", "@types/node": "^20.3.0", @@ -286,7 +286,7 @@ "@types/string-similarity": "^4.0.0", "aws-sdk": "^2.1409.0", "current-git-branch": "^1.1.0", - "dateformat": "3.0.1", + "dateformat": "5.0.3", "detect-port": "^1.3.0", "diff-match-patch": "^1.0.5", "esbuild": "^0.18.11", diff --git a/yarn.lock b/yarn.lock index dea06ed7..f579987d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1495,10 +1495,10 @@ resolved "https://registry.yarnpkg.com/@types/current-git-branch/-/current-git-branch-1.1.3.tgz#21f6aa4875d1410e0e1513720db9b17c0e9cf3d4" integrity sha512-4/q4F/2T3HZP/sqIiATlnOSYAWCXjQUHcUzIy63SWi0KOJd+kjCiL3NO/JgyeKqP/98N4e9vF017v2HPyKirrQ== -"@types/dateformat@3.0.1": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@types/dateformat/-/dateformat-3.0.1.tgz#98d747a2e5e9a56070c6bf14e27bff56204e34cc" - integrity sha512-KlPPdikagvL6ELjWsljbyDIPzNCeliYkqRpI+zea99vBBbCIA5JNshZAwQKTON139c87y9qvTFVgkFd14rtS4g== +"@types/dateformat@5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@types/dateformat/-/dateformat-5.0.0.tgz#17ce64b0318f3f36d1c830c58a7a915445f1f93d" + integrity sha512-SZg4JdHIWHQGEokbYGZSDvo5wA4TLYPXaqhigs/wH+REDOejcJzgH+qyY+HtEUtWOZxEUkbhbdYPqQDiEgrXeA== "@types/detect-port@^1.3.0": version "1.3.3" @@ -2323,10 +2323,10 @@ data-uri-to-buffer@^4.0.0: resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e" integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A== -dateformat@3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.1.tgz#96f54d7e81b0c971334b385b0711abf23842cf6e" - integrity sha512-5A3vHUrlITbxD/rz7VmkWJptiL8eguRHYaK1533pH/HJKh8nyrJv3XJCYkLEcyiQG9tjr7ABh7MyEE3YY3/f0w== +dateformat@5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-5.0.3.tgz#fe2223eff3cc70ce716931cb3038b59a9280696e" + integrity sha512-Kvr6HmPXUMerlLcLF+Pwq3K7apHpYmGDVqrxcDasBg86UcKeTSNWbEzU8bwdXnxnR44FtMhJAxI4Bov6Y/KUfA== debug@2.6.9, debug@^2.2.0: version "2.6.9"