From 2b85b3f0c8095918a66200ce4a8fe94198f2e7ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 14:02:02 +0000 Subject: [PATCH] chore(deps): bump dateformat from 5.0.2 to 5.0.3 Bumps [dateformat](https://github.com/felixge/node-dateformat) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/felixge/node-dateformat/releases) - [Commits](https://github.com/felixge/node-dateformat/compare/v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: dateformat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c38387f..0e7ac08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.2.3", "license": "MIT", "dependencies": { - "dateformat": "5.0.2", + "dateformat": "5.0.3", "handlebars": "4.7.7", "line-reader": "0.4.0", "lodash": "4.17.21", @@ -4284,9 +4284,9 @@ } }, "node_modules/dateformat": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-5.0.2.tgz", - "integrity": "sha512-h9vywpuz+ReixnJTwFx5JLtZpS8eLCbRm8shwwKkCKOZA547N6yoMtD3W91Z6+NFZ8wOaZlcaCcK/w+kELhSVg==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-5.0.3.tgz", + "integrity": "sha512-Kvr6HmPXUMerlLcLF+Pwq3K7apHpYmGDVqrxcDasBg86UcKeTSNWbEzU8bwdXnxnR44FtMhJAxI4Bov6Y/KUfA==", "engines": { "node": ">=12.20" } @@ -19144,9 +19144,9 @@ "integrity": "sha512-7P3FyqDcfeznLZp2b+OMitV9Sz2lUnsT87WaTat9nVwqsBkTzPG3lPLNwW3en6F4pHUiWzr6vb8CLhjdK9bcxQ==" }, "dateformat": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-5.0.2.tgz", - "integrity": "sha512-h9vywpuz+ReixnJTwFx5JLtZpS8eLCbRm8shwwKkCKOZA547N6yoMtD3W91Z6+NFZ8wOaZlcaCcK/w+kELhSVg==" + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-5.0.3.tgz", + "integrity": "sha512-Kvr6HmPXUMerlLcLF+Pwq3K7apHpYmGDVqrxcDasBg86UcKeTSNWbEzU8bwdXnxnR44FtMhJAxI4Bov6Y/KUfA==" }, "debug": { "version": "4.3.3", diff --git a/package.json b/package.json index 3f61c86..7dead25 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "build:binary": "pkg --targets node12-win-x64 ./build/main.js --output ./build/dist/cxsat_custom_reporting" }, "dependencies": { - "dateformat": "5.0.2", + "dateformat": "5.0.3", "handlebars": "4.7.7", "line-reader": "0.4.0", "lodash": "4.17.21",