Skip to content

Commit

Permalink
fix: remove apollo-codegen to fix GHSA-p9pc-299p-vxgp
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Sep 7, 2020
1 parent 93c4658 commit 3c9995e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1,044 deletions.
12 changes: 9 additions & 3 deletions package.json
Expand Up @@ -88,8 +88,14 @@
}
},
"resolutions": {
"acorn": "^7.2.0",
"minimist": "^1.2.5",
"kind-of": "^6.0.3"
"@bcoe/v8-coverage": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.0.2.tgz",
"acorn": "^7.4.0",
"jest-environment-jsdom": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.0.2.tgz",
"apollo-codegen": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.0.2.tgz",
"chalk": "^4.1.0",
"jest-jasmine2": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.0.2.tgz",
"kind-of": "^6.0.3",
"lodash": "^4.17.20",
"minimist": "^1.2.5"
}
}

0 comments on commit 3c9995e

Please sign in to comment.