Skip to content

Commit

Permalink
updated vulnerable dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulramesha committed May 15, 2021
1 parent 8c2a987 commit 76b699e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "http2-express-bridge",
"version": "1.0.6",
"version": "1.0.7",
"description": "wrapper for express app to work with http2 protocol",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -30,11 +30,11 @@
"setprototypeof": "^1.2.0"
},
"devDependencies": {
"@babel/cli": "^7.12.16",
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@types/express": "^4.17.11",
"@types/node": "^14.14.31",
"@types/node": "^14.14.45",
"after": "0.8.2",
"babel-plugin-add-module-exports": "^1.0.4",
"connect-redis": "3.4.2",
Expand All @@ -44,7 +44,7 @@
"ejs": "2.7.2",
"express": "^4.17.1",
"express-session": "1.17.0",
"hbs": "^4.1.1",
"hbs": "^4.1.2",
"marked": "0.7.0",
"method-override": "3.0.0",
"mocha": "^8.3.0",
Expand Down

0 comments on commit 76b699e

Please sign in to comment.