Skip to content

Commit

Permalink
Merge branch 'master' into fix/enable-session-middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
petersg83 committed Jan 25, 2022
2 parents b48cf11 + 644624d commit 56407e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/core/strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"koa-session": "6.2.0",
"koa-static": "5.0.0",
"lodash": "4.17.21",
"node-fetch": "2.6.5",
"node-fetch": "2.6.7",
"node-machine-id": "1.1.12",
"node-schedule": "2.0.0",
"open": "8.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"apollo-server-core": "3.1.2",
"apollo-server-koa": "3.1.2",
"glob": "^7.1.7",
"graphql": "15.5.1",
"graphql": "^15.5.1",
"graphql-depth-limit": "^1.1.0",
"graphql-iso-date": "^3.6.1",
"graphql-playground-middleware-koa": "^1.6.21",
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16075,14 +16075,7 @@ node-dir@^0.1.10:
dependencies:
minimatch "^3.0.2"

node-fetch@2.6.5:
version "2.6.5"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.5.tgz#42735537d7f080a7e5f78b6c549b7146be1742fd"
integrity sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==
dependencies:
whatwg-url "^5.0.0"

node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.6.1, node-fetch@^2.6.7:
node-fetch@2.6.7, node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.6.1, node-fetch@^2.6.7:
version "2.6.7"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
Expand Down

0 comments on commit 56407e8

Please sign in to comment.