mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
Bump date-fns from 2.21.2 to 2.21.3 (#165)
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.21.2 to 2.21.3. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4621bd04ac
commit
604db01b48
2 changed files with 4 additions and 4 deletions
6
web/package-lock.json
generated
6
web/package-lock.json
generated
|
@ -1396,9 +1396,9 @@
|
|||
"integrity": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og=="
|
||||
},
|
||||
"date-fns": {
|
||||
"version": "2.21.2",
|
||||
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.21.2.tgz",
|
||||
"integrity": "sha512-FMkG7pIPx64mGIpS2LOb3Wp3O606H/hatoiz7G0oiYWai1izdM4tF1dd7QABv2NogkIDI4wxsfLLFQSuVvDHgA=="
|
||||
"version": "2.21.3",
|
||||
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.21.3.tgz",
|
||||
"integrity": "sha512-HeYdzCaFflc1i4tGbj7JKMjM4cKGYoyxwcIIkHzNgCkX8xXDNJDZXgDDVchIWpN4eQc3lH37WarduXFZJOtxfw=="
|
||||
},
|
||||
"debug": {
|
||||
"version": "4.2.0",
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"antd": "^4.15.4",
|
||||
"chart.js": "^3.2.1",
|
||||
"classnames": "^2.3.1",
|
||||
"date-fns": "^2.21.2",
|
||||
"date-fns": "^2.21.3",
|
||||
"markdown-it": "^12.0.6",
|
||||
"next": "^10.1.3",
|
||||
"prop-types": "^15.7.2",
|
||||
|
|
Loading…
Reference in a new issue