Skip to content

Commit b553aa6

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] <[email protected]>
1 parent 138452c commit b553aa6

File tree

2 files changed

+34
-11
lines changed

2 files changed

+34
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@angular/service-worker": "18.0.0",
3030
"@supabase/ssr": "^0.3.0",
3131
"@supabase/supabase-js": "^2.43.4",
32-
"date-fns": "^2.30.0",
32+
"date-fns": "^3.6.0",
3333
"front-matter": "^4.0.2",
3434
"marked": "^5.0.2",
3535
"marked-gfm-heading-id": "^3.1.0",

yarn.lock

+33-10
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@
14861486
dependencies:
14871487
regenerator-runtime "^0.14.0"
14881488

1489-
"@babel/runtime@^7.21.0", "@babel/runtime@^7.22.6", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
1489+
"@babel/runtime@^7.22.6", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
14901490
version "7.24.6"
14911491
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.6.tgz#5b76eb89ad45e2e4a0a8db54c456251469a3358e"
14921492
integrity sha512-Ja18XcETdEl5mzzACGd+DKgaGJzPTCow7EglgwTmHdwokzDFYh/MHua6lU6DV/hjF2IaOJ4oX2nqnjG7RElKOw==
@@ -5680,12 +5680,10 @@ data-urls@^4.0.0:
56805680
whatwg-mimetype "^3.0.0"
56815681
whatwg-url "^12.0.0"
56825682

5683-
date-fns@^2.30.0:
5684-
version "2.30.0"
5685-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
5686-
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
5687-
dependencies:
5688-
"@babel/runtime" "^7.21.0"
5683+
date-fns@^3.6.0:
5684+
version "3.6.0"
5685+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.6.0.tgz#f20ca4fe94f8b754951b24240676e8618c0206bf"
5686+
integrity sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==
56895687

56905688
dayjs@^1.11.7:
56915689
version "1.11.11"
@@ -11118,7 +11116,16 @@ string-argv@~0.3.2:
1111811116
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
1111911117
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
1112011118

11121-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
11119+
"string-width-cjs@npm:string-width@^4.2.0":
11120+
version "4.2.3"
11121+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11122+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11123+
dependencies:
11124+
emoji-regex "^8.0.0"
11125+
is-fullwidth-code-point "^3.0.0"
11126+
strip-ansi "^6.0.1"
11127+
11128+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1112211129
version "4.2.3"
1112311130
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1112411131
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11159,7 +11166,14 @@ string_decoder@~1.1.1:
1115911166
dependencies:
1116011167
safe-buffer "~5.1.0"
1116111168

11162-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11169+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11170+
version "6.0.1"
11171+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11172+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11173+
dependencies:
11174+
ansi-regex "^5.0.1"
11175+
11176+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1116311177
version "6.0.1"
1116411178
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1116511179
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -12321,7 +12335,7 @@ word-wrap@^1.2.5:
1232112335
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
1232212336
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
1232312337

12324-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12338+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1232512339
version "7.0.0"
1232612340
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1232712341
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12339,6 +12353,15 @@ wrap-ansi@^6.2.0:
1233912353
string-width "^4.1.0"
1234012354
strip-ansi "^6.0.0"
1234112355

12356+
wrap-ansi@^7.0.0:
12357+
version "7.0.0"
12358+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12359+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12360+
dependencies:
12361+
ansi-styles "^4.0.0"
12362+
string-width "^4.1.0"
12363+
strip-ansi "^6.0.0"
12364+
1234212365
wrap-ansi@^8.1.0:
1234312366
version "8.1.0"
1234412367
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)