Skip to content

Commit b194b0b

Browse files
chore(deps): bump date-fns from 2.30.0 to 3.6.0
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.30.0 to 3.6.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](date-fns/date-fns@v2.30.0...v3.6.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0bf09b9 commit b194b0b

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
"@types/node-forge": "^1.3.11",
276276
"@types/ua-parser-js": "^0.7.39",
277277
"axios": "1.6.8",
278-
"date-fns": "^2.30.0",
278+
"date-fns": "^3.6.0",
279279
"eventsource": "^2.0.2",
280280
"find-process": "^1.4.7",
281281
"fs-extra": "^11.2.0",

yarn.lock

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,6 @@
215215
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
216216
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
217217

218-
"@babel/runtime@^7.21.0":
219-
version "7.22.5"
220-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.5.tgz#8564dd588182ce0047d55d7a75e93921107b57ec"
221-
integrity sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==
222-
dependencies:
223-
regenerator-runtime "^0.13.11"
224-
225218
"@babel/template@^7.20.7":
226219
version "7.20.7"
227220
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
@@ -1754,12 +1747,10 @@ css-what@^6.1.0:
17541747
resolved "https://registry.yarnpkg.com/css-what/-/css-what-6.1.0.tgz#fb5effcf76f1ddea2c81bdfaa4de44e79bac70f4"
17551748
integrity sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==
17561749

1757-
date-fns@^2.30.0:
1758-
version "2.30.0"
1759-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
1760-
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
1761-
dependencies:
1762-
"@babel/runtime" "^7.21.0"
1750+
date-fns@^3.6.0:
1751+
version "3.6.0"
1752+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.6.0.tgz#f20ca4fe94f8b754951b24240676e8618c0206bf"
1753+
integrity sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==
17631754

17641755
dayjs@^1.11.10:
17651756
version "1.11.10"
@@ -4497,11 +4488,6 @@ rechoir@^0.8.0:
44974488
dependencies:
44984489
resolve "^1.20.0"
44994490

4500-
regenerator-runtime@^0.13.11:
4501-
version "0.13.11"
4502-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
4503-
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
4504-
45054491
regexp.prototype.flags@^1.5.1:
45064492
version "1.5.1"
45074493
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz#90ce989138db209f81492edd734183ce99f9677e"

0 commit comments

Comments
 (0)