Skip to content

Commit 0195e2a

Browse files
fix(security): patch babel vulnerabilities (#676)
1 parent e26fb75 commit 0195e2a

File tree

2 files changed

+900
-792
lines changed

2 files changed

+900
-792
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"main": "dist/index.js",
2626
"types": "./types/index.d.ts",
2727
"dependencies": {
28-
"@babel/runtime": "7.10.1",
28+
"@babel/runtime": "7.15.4",
2929
"bluebird": "2.9.25",
3030
"forest-express": "9.2.0",
3131
"http-errors": "1.7.2",
@@ -35,12 +35,12 @@
3535
"semver": "5.6.0"
3636
},
3737
"devDependencies": {
38-
"@babel/cli": "7.10.1",
39-
"@babel/core": "7.10.1",
40-
"@babel/plugin-proposal-optional-chaining": "7.10.1",
41-
"@babel/plugin-transform-runtime": "7.10.1",
42-
"@babel/preset-env": "7.10.1",
43-
"@babel/register": "7.10.1",
38+
"@babel/cli": "7.15.7",
39+
"@babel/core": "7.15.5",
40+
"@babel/plugin-proposal-optional-chaining": "7.14.5",
41+
"@babel/plugin-transform-runtime": "7.15.0",
42+
"@babel/preset-env": "7.15.6",
43+
"@babel/register": "7.15.3",
4444
"@commitlint/cli": "11.0.0",
4545
"@commitlint/config-conventional": "11.0.0",
4646
"@semantic-release/changelog": "5.0.1",

0 commit comments

Comments
 (0)