Feature/upgrade date fns to version 2.29.3 (#1487)

* Upgrade date-fns to version 2.29.3

* Update changelog
pull/1488/head^2
Thomas Kaul 2 years ago committed by GitHub
parent b5b7af7741
commit 7ff61ae839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Supported a note for asset profiles
### Changed
- Upgraded `date-fns` from version `2.28.0` to `2.29.3`
### Fixed
- Fixed the filter by asset sub class for the asset profiles in the admin control

@ -104,7 +104,7 @@
"color": "4.0.1",
"countries-list": "2.6.1",
"countup.js": "2.0.7",
"date-fns": "2.28.0",
"date-fns": "2.29.3",
"envalid": "7.3.1",
"google-spreadsheet": "3.2.0",
"http-status-codes": "2.2.0",

@ -8943,10 +8943,10 @@ data-urls@^3.0.1:
whatwg-mimetype "^3.0.0"
whatwg-url "^11.0.0"
date-fns@2.28.0:
version "2.28.0"
resolved "https://registry.npmjs.org/date-fns/-/date-fns-2.28.0.tgz"
integrity sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw==
date-fns@2.29.3:
version "2.29.3"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.3.tgz#27402d2fc67eb442b511b70bbdf98e6411cd68a8"
integrity sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==
date-fns@^1.27.2:
version "1.30.1"

Loading…
Cancel
Save