Skip to content

Commit

Permalink
⬆️ Bump dateformat and @types/dateformat (#23) [skip ci]
Browse files Browse the repository at this point in the history
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 4.6.3 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.2
- [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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent ed0d764 commit 0f81754
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/runtime": "^7.12.5",
"axios": "^1.1.3",
"buffer": "^6.0.3",
"dateformat": "^4.4.1",
"dateformat": "^5.0.3",
"node-fetch": "^3.3.2",
"node-forge": ">=0.10.0",
"querystring": "^0.2.0",
Expand All @@ -37,7 +37,7 @@
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/dateformat": "^3.0.1",
"@types/dateformat": "^5.0.2",
"@types/node": "^20.10.5",
"@types/node-fetch": "^2.6.2",
"@types/node-forge": "^0.9.5",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1149,10 +1149,10 @@
estree-walker "^2.0.2"
picomatch "^2.3.1"

"@types/dateformat@^3.0.1":
version "3.0.1"
resolved "https://registry.npmjs.org/@types/dateformat/-/dateformat-3.0.1.tgz"
integrity sha512-KlPPdikagvL6ELjWsljbyDIPzNCeliYkqRpI+zea99vBBbCIA5JNshZAwQKTON139c87y9qvTFVgkFd14rtS4g==
"@types/dateformat@^5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@types/dateformat/-/dateformat-5.0.2.tgz#876f06431ce6f411dbaca3f81d95a8784c9ab82a"
integrity sha512-M95hNBMa/hnwErH+a+VOD/sYgTmo15OTYTM2Hr52/e0OdOuY+Crag+kd3/ioZrhg0WGbl9Sm3hR7UU+MH6rfOw==

"@types/estree@*", "@types/estree@0.0.39":
version "0.0.39"
Expand Down Expand Up @@ -1409,10 +1409,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@^4.4.1:
version "4.6.3"
resolved "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz"
integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==
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@^4.1.0, debug@^4.1.1, debug@^4.3.1:
version "4.3.4"
Expand Down

0 comments on commit 0f81754

Please sign in to comment.