Navigation Menu

Skip to content

Commit

Permalink
fix(security): Upgrade dependencies to fix existing security issues (#…
Browse files Browse the repository at this point in the history
…256)

Closes #241
  • Loading branch information
mdreizin committed May 27, 2020
1 parent 8d1691f commit 8831cad
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 346 deletions.
9 changes: 4 additions & 5 deletions package.json
Expand Up @@ -32,18 +32,17 @@
"generate-robotstxt": "^8.0.3"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/cli": "^7.10.0",
"@babel/plugin-transform-runtime": "^7.10.0",
"@babel/preset-env": "^7.10.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-markdown": "^1.0.2",
"jest": "^26.0.1",
"memfs": "^3.2.0",
"prettier": "^2.0.5",
"semantic-release": "^17.0.8",
"travis-deploy-once": "^5.0.11"
"semantic-release": "^17.0.8"
},
"peerDependencies": {
"gatsby": ">2.0.0"
Expand Down

0 comments on commit 8831cad

Please sign in to comment.