Skip to content

Commit

Permalink
fix: upgrade date-fns from 2.28.0 to 2.30.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade date-fns from 2.28.0 to 2.30.0.

See this package in yarn:
date-fns

See this project in Snyk:
https://app.snyk.io/org/macpro-mdct/project/b298ca70-5859-46e4-a222-7bebc6511855?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 1, 2024
1 parent 7fa2b2f commit fd69cfe
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/ui-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@hookform/resolvers": "^2.9.11",
"@vitejs/plugin-react": "^4.3.2",
"aws-amplify": "^6.6.4",
"date-fns": "^2.26.0",
"date-fns": "^2.30.0",
"date-fns-tz": "^1.3.8",
"dompurify": "^2.5.7",
"framer-motion": "^4",
Expand Down
19 changes: 18 additions & 1 deletion services/ui-src/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2049,6 +2049,13 @@
dependencies:
regenerator-runtime "^0.14.0"

"@babel/runtime@^7.21.0":
version "7.26.0"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
dependencies:
regenerator-runtime "^0.14.0"

"@babel/template@^7.16.7", "@babel/template@^7.3.3":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
Expand Down Expand Up @@ -3609,6 +3616,9 @@
version "3.1.5"
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-3.1.5.tgz#ca7a86a3c6b20fabe59667143f58d9e198616d14"
integrity sha512-DhNPnqTqPoG8aZ5dWkFOgsuY+i0GQ3CI6hMmvCoduNsnU9gUZWZBwGfDQsTTB7NvFPkom1df7jMIJWU90kuXXg==
dependencies:
"@smithy/types" "^3.5.0"
tslib "^2.6.2"

"@smithy/config-resolver@^3.0.5", "@smithy/config-resolver@^3.0.9":
version "3.0.9"
Expand Down Expand Up @@ -5292,11 +5302,18 @@ date-fns-tz@^1.3.8:
resolved "https://registry.yarnpkg.com/date-fns-tz/-/date-fns-tz-1.3.8.tgz#083e3a4e1f19b7857fa0c18deea6c2bc46ded7b9"
integrity sha512-qwNXUFtMHTTU6CFSFjoJ80W8Fzzp24LntbjFFBgL/faqds4e5mo9mftoRLgr3Vi1trISsg4awSpYVsOQCRnapQ==

date-fns@^2.26.0, date-fns@^2.28.0:
date-fns@^2.28.0:
version "2.28.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.28.0.tgz#9570d656f5fc13143e50c975a3b6bbeb46cd08b2"
integrity sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw==

date-fns@^2.30.0:
version "2.30.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
dependencies:
"@babel/runtime" "^7.21.0"

debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
version "4.3.4"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
Expand Down

0 comments on commit fd69cfe

Please sign in to comment.