Skip to content

Commit

Permalink
fix(deps): update dependency date-fns to ^2.8.0 (#1743)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and lionelB committed Nov 20, 2019
1 parent c1c601f commit 9940a0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/code-du-travail-data/dataset/stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"date-fns": "^2.7.0",
"date-fns": "^2.8.0",
"node-fetch": "^2.6.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/code-du-travail-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@socialgouv/react-fiche-service-public": "^3.6.2",
"@socialgouv/react-ui": "^3.6.2",
"@zeit/next-source-maps": "^0.0.3",
"date-fns": "^2.7.0",
"date-fns": "^2.8.0",
"debounce-promise": "^3.1.2",
"express": "^4.17.1",
"express-sitemap-xml": "^1.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6080,10 +6080,10 @@ data-urls@^1.0.0, data-urls@^1.1.0:
whatwg-mimetype "^2.2.0"
whatwg-url "^7.0.0"

date-fns@^2.2.1, date-fns@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.7.0.tgz#8271d943cc4636a1f27698f1b8d6a9f1ceb74026"
integrity sha512-wxYp2PGoUDN5ZEACc61aOtYFvSsJUylIvCjpjDOqM1UDaKIIuMJ9fAnMYFHV3TQaDpfTVxhwNK/GiCaHKuemTA==
date-fns@^2.2.1, date-fns@^2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.8.0.tgz#628d865367e30e45747ed1e8b0c1572090b04f55"
integrity sha512-nbZMIMsoD7QiIKipZ5+XRTCtHZad1ch8OEkLaJxjGL6ThAK2IWAdjmAUAS7Fdz5fCaVWtqc+c8pAsN/MX8eaew==

date-now@^0.1.4:
version "0.1.4"
Expand Down

0 comments on commit 9940a0d

Please sign in to comment.