chore(deps): bump date-fns from 2.29.3 to 2.30.0 in /ui

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.29.3 to 2.30.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/v2.30.0/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.29.3...v2.30.0)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-05-01 07:07:50 +00:00
committed by Łukasz Mierzwa
parent 3e1a3eaaba
commit dbc889af56
2 changed files with 8 additions and 5 deletions

11
ui/package-lock.json generated
View File

@@ -21,7 +21,7 @@
"bricks.js": "1.8.0",
"copy-to-clipboard": "3.3.3",
"csshake": "1.7.0",
"date-fns": "2.29.3",
"date-fns": "2.30.0",
"downshift": "7.6.0",
"favico.js": "0.3.10",
"fontfaceobserver": "2.3.0",
@@ -17159,9 +17159,12 @@
}
},
"node_modules/date-fns": {
"version": "2.29.3",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz",
"integrity": "sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==",
"version": "2.30.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz",
"integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
"dependencies": {
"@babel/runtime": "^7.21.0"
},
"engines": {
"node": ">=0.11"
},

View File

@@ -20,7 +20,7 @@
"bricks.js": "1.8.0",
"copy-to-clipboard": "3.3.3",
"csshake": "1.7.0",
"date-fns": "2.29.3",
"date-fns": "2.30.0",
"downshift": "7.6.0",
"favico.js": "0.3.10",
"fontfaceobserver": "2.3.0",