Skip to content

Commit

Permalink
fix(deps): update dependency koa to ^2.8.1 (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and douglasduteil committed Aug 23, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2214335 commit 495e106
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/code-du-travail-api/package.json
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
"dotenv": "^6.0.0",
"elastic-apm-node": "^2.15.0",
"jest": "^23.6.0",
"koa": "^2.5.1",
"koa": "^2.8.1",
"koa-bodyparser": "^4.2.1",
"koa-mount": "^4.0.0",
"koa-router": "^7.4.0",
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -10021,10 +10021,10 @@ koa-send@^5.0.0:
mz "^2.7.0"
resolve-path "^1.4.0"

koa@^2.5.1:
version "2.5.3"
resolved "https://registry.npmjs.org/koa/-/koa-2.5.3.tgz#0b0c37eee3aac807a0a6ad36bc0b8660f12d83f1"
integrity sha512-U6rgy2kwlfO+3P1phAidDrRZpGfwcpHCxl33wFe+fHXalpzEshHGnMaSU7I/ZeDFpGRQkbQOYsXkXfUjn+AtdQ==
koa@^2.8.1:
version "2.8.1"
resolved "https://registry.yarnpkg.com/koa/-/koa-2.8.1.tgz#98e13b267ab8a1868f015a4b41b5a52e31457ce5"
integrity sha512-iCgjRkntcVud5amnioi+79r7TPVhKPfCY8UzL9GjyU+nIWTE9xsqyrJ6kib3InT9JYRyUu9Y67i5apCjf997TQ==
dependencies:
accepts "^1.3.5"
cache-content-type "^1.0.0"

0 comments on commit 495e106

Please sign in to comment.