Skip to content

Commit

Permalink
Update dependency body-parser to ^1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 25, 2020
1 parent 096d13f commit 77fcc37
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@keystonejs/keystone": "*",
"@keystonejs/server-side-graphql-client": "*",
"@keystonejs/session": "*",
"body-parser": "^1.18.2",
"body-parser": "^1.19.0",
"cookie-signature": "^1.1.0",
"globby": "^11.0.0",
"superagent": "^5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@keystonejs/server-side-graphql-client": "^1.1.1",
"@keystonejs/session": "^8.1.0",
"@keystonejs/test-utils": "^8.0.1",
"body-parser": "^1.18.2",
"body-parser": "^1.19.0",
"cookie-signature": "^1.1.0",
"supertest-light": "^1.0.3",
"testcheck": "^1.0.0-rc.2"
Expand Down
2 changes: 1 addition & 1 deletion demo-projects/meetup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@keystonejs/server-side-graphql-client": "^1.1.1",
"@keystonejs/session": "^8.1.0",
"apollo-upload-client": "^14.1.1",
"body-parser": "^1.18.2",
"body-parser": "^1.19.0",
"cross-env": "^7.0.0",
"date-fns": "^2.14.0",
"dotenv": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-graphql-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@keystonejs/logger": "^5.1.2",
"@keystonejs/session": "^8.0.0",
"@keystonejs/utils": "^5.4.1",
"body-parser": "^1.18.2",
"body-parser": "^1.19.0",
"chalk": "^2.4.2",
"falsey": "^1.0.0",
"graphql-tag": "^2.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"body-parser": "^1.18.2",
"body-parser": "^1.19.0",
"cookie": "^0.3.1",
"cookie-signature": "^1.1.0",
"express": "^4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion test-projects/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@keystonejs/list-plugins": "^7.1.0",
"@keystonejs/server-side-graphql-client": "^1.1.0",
"@keystonejs/session": "^8.1.0",
"body-parser": "^1.18.2",
"body-parser": "^1.19.0",
"cross-env": "^7.0.0",
"express": "^4.17.1"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6606,7 +6606,7 @@ bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828"
integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==

[email protected], body-parser@^1.18.2, body-parser@^1.18.3:
[email protected], body-parser@^1.18.3, body-parser@^1.19.0:
version "1.19.0"
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a"
integrity sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==
Expand Down

0 comments on commit 77fcc37

Please sign in to comment.