Skip to content

Commit 9ca005c

Browse files
fix(security): patch babel vulnerabilities (#824)
1 parent ded7e2d commit 9ca005c

File tree

2 files changed

+890
-817
lines changed

2 files changed

+890
-817
lines changed

package.json

Lines changed: 9 additions & 9 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
"core-js": "3.6.5",
3131
"forest-express": "9.2.5",
@@ -35,14 +35,14 @@
3535
"semver": "5.4.1"
3636
},
3737
"devDependencies": {
38-
"@babel/cli": "7.10.1",
39-
"@babel/core": "7.10.1",
40-
"@babel/plugin-proposal-class-properties": "7.13.0",
41-
"@babel/plugin-proposal-optional-chaining": "7.10.1",
42-
"@babel/plugin-transform-arrow-functions": "7.10.4",
43-
"@babel/plugin-transform-runtime": "7.10.1",
44-
"@babel/preset-env": "7.10.1",
45-
"@babel/register": "7.10.1",
38+
"@babel/cli": "7.15.7",
39+
"@babel/core": "7.15.5",
40+
"@babel/plugin-proposal-class-properties": "7.14.5",
41+
"@babel/plugin-proposal-optional-chaining": "7.14.5",
42+
"@babel/plugin-transform-arrow-functions": "7.14.5",
43+
"@babel/plugin-transform-runtime": "7.15.0",
44+
"@babel/preset-env": "7.15.6",
45+
"@babel/register": "7.15.3",
4646
"@commitlint/cli": "11.0.0",
4747
"@commitlint/config-conventional": "11.0.0",
4848
"@semantic-release/changelog": "5.0.1",

0 commit comments

Comments
 (0)