diff --git a/package-lock.json b/package-lock.json index 69f4234..6d4aea4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,12 +6,12 @@ "packages": { "": { "name": "codesync", - "version": "2.26.5", + "version": "2.26.8", "license": "MIT", "dependencies": { "aws-sdk": "^2.927.0", "current-git-branch": "^1.1.0", - "dateformat": "^4.4.1", + "dateformat": "^4.5.1", "detect-port": "^1.3.0", "diff-match-patch": "^1.0.5", "express": "^4.17.1", @@ -2928,9 +2928,9 @@ } }, "node_modules/dateformat": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.4.1.tgz", - "integrity": "sha512-3V9b/50QBYmFtd2c3cPOmdr2xNfnDphoBLxh/UVBoPIsylWkbUYGq3f4EQYuEaK7Mq4vcIpQCmOyJ37pqW/Uug==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.5.1.tgz", + "integrity": "sha512-OD0TZ+B7yP7ZgpJf5K2DIbj3FZvFvxgFUuaqA/V5zTjAtAAXZ1E8bktHxmAGs4x5b7PflqA9LeQ84Og7wYtF7Q==", "engines": { "node": "*" } @@ -8778,9 +8778,9 @@ } }, "dateformat": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.4.1.tgz", - "integrity": "sha512-3V9b/50QBYmFtd2c3cPOmdr2xNfnDphoBLxh/UVBoPIsylWkbUYGq3f4EQYuEaK7Mq4vcIpQCmOyJ37pqW/Uug==" + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.5.1.tgz", + "integrity": "sha512-OD0TZ+B7yP7ZgpJf5K2DIbj3FZvFvxgFUuaqA/V5zTjAtAAXZ1E8bktHxmAGs4x5b7PflqA9LeQ84Og7wYtF7Q==" }, "debug": { "version": "2.6.9", diff --git a/package.json b/package.json index 7a07deb..2848028 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "aws-sdk": "^2.927.0", "current-git-branch": "^1.1.0", - "dateformat": "^4.4.1", + "dateformat": "^4.5.1", "detect-port": "^1.3.0", "diff-match-patch": "^1.0.5", "express": "^4.17.1",