Skip to content

Commit

Permalink
fix(functions/security): clean up dependencies (#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Jul 7, 2021
1 parent 607852f commit 0b7fb9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions functions/security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@
"test": "mocha test/*.test.js"
},
"dependencies": {
"eslint-plugin-node": "^11.1.0",
"mocha": "^9.0.0",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"assert": "^2.0.0",
"mocha": "^9.0.0",
"proxyquire": "^2.1.3",
"sinon": "^11.0.0"
}
Expand Down

0 comments on commit 0b7fb9d

Please sign in to comment.