diff --git a/package-lock.json b/package-lock.json index d8adbdd..46bef99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@tippyjs/react": "^4.2.5", "babel-polyfill": "^6.26.0", "browser-encrypt-attachment": "^0.3.0", - "dateformat": "^5.0.2", + "dateformat": "^5.0.3", "emojibase-data": "^7.0.1", "file-saver": "^2.0.5", "flux": "^4.0.3", @@ -4951,9 +4951,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" } @@ -17821,9 +17821,9 @@ } }, "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.2", diff --git a/package.json b/package.json index eec6908..dd945c6 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@tippyjs/react": "^4.2.5", "babel-polyfill": "^6.26.0", "browser-encrypt-attachment": "^0.3.0", - "dateformat": "^5.0.2", + "dateformat": "^5.0.3", "emojibase-data": "^7.0.1", "file-saver": "^2.0.5", "flux": "^4.0.3",