Skip to content

Commit c4f4192

Browse files
fix(deps): update dependency date-fns to ^2.30.0
1 parent 9b140fa commit c4f4192

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"vscode-languageserver-types": "^3.14.0"
152152
},
153153
"dependencies": {
154-
"date-fns": "^2.0.0-alpha.24",
154+
"date-fns": "^2.30.0",
155155
"rxjs": "^6.6.3",
156156
"tagged-template-noop": "^2.1.0"
157157
},

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -759,12 +759,10 @@
759759
core-js "^2.6.5"
760760
regenerator-runtime "^0.13.2"
761761

762-
"@babel/runtime@^7.4.4", "@babel/runtime@^7.8.4":
763-
version "7.11.2"
764-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736"
765-
integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==
766-
dependencies:
767-
regenerator-runtime "^0.13.4"
762+
"@babel/runtime@^7.21.0", "@babel/runtime@^7.4.4", "@babel/runtime@^7.8.4":
763+
version "7.28.4"
764+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326"
765+
integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==
768766

769767
"@babel/template@^7.4.0", "@babel/template@^7.4.4", "@babel/template@^7.8.3", "@babel/template@^7.8.6":
770768
version "7.8.6"
@@ -2449,10 +2447,12 @@ data-urls@^1.1.0:
24492447
whatwg-mimetype "^2.2.0"
24502448
whatwg-url "^7.0.0"
24512449

2452-
date-fns@^2.0.0-alpha.24:
2453-
version "2.0.0-alpha.24"
2454-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.0.0-alpha.24.tgz#2988c137c72275af29d7d21cc53eb52b3a8c2586"
2455-
integrity sha512-jpLzKHKSq0nTcZ3K5ZnTelxWmUwPepuoEaXkATwIUnc1tc+/rIooAvDMR+zdAGnwQ35eVWiyn5dikoLHjhEYeA==
2450+
date-fns@^2.30.0:
2451+
version "2.30.0"
2452+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
2453+
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
2454+
dependencies:
2455+
"@babel/runtime" "^7.21.0"
24562456

24572457
date-now@^0.1.4:
24582458
version "0.1.4"
@@ -6165,7 +6165,7 @@ regenerator-runtime@^0.11.0:
61656165
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
61666166
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
61676167

6168-
regenerator-runtime@^0.13.2, regenerator-runtime@^0.13.4:
6168+
regenerator-runtime@^0.13.2:
61696169
version "0.13.5"
61706170
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697"
61716171
integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==

0 commit comments

Comments
 (0)