Skip to content

Commit 43c5d28

Browse files
snyk-botkrystophv
authored andcommitted
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - @babel/cli from 7.1.0 to 7.10.4. See this package in npm: - @babel/core from 7.1.0 to 7.10.4. See this package in npm: - @babel/plugin-proposal-class-properties from 7.1.0 to 7.10.4. See this package in npm: - @babel/polyfill from 7.0.0 to 7.10.4. See this package in npm: - @babel/preset-env from 7.1.0 to 7.10.4. See this package in npm: - @babel/preset-react from 7.0.0 to 7.10.4. See this package in npm: - @babel/runtime from 7.0.0 to 7.10.4. See this package in npm: See this project in Snyk: https://app.snyk.io/org/tidepool/project/20c00306-8e92-463c-855a-94190c33943d?utm_source=github&utm_medium=upgrade-pr
1 parent 2c31303 commit 43c5d28

File tree

2 files changed

+957
-358
lines changed

2 files changed

+957
-358
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@
8080
"voilab-pdf-table": "0.4.0"
8181
},
8282
"devDependencies": {
83-
"@babel/cli": "7.1.0",
84-
"@babel/core": "7.1.0",
85-
"@babel/plugin-proposal-class-properties": "7.1.0",
86-
"@babel/polyfill": "7.0.0",
87-
"@babel/preset-env": "7.1.0",
88-
"@babel/preset-react": "7.0.0",
89-
"@babel/runtime": "7.0.0",
83+
"@babel/cli": "7.10.4",
84+
"@babel/core": "7.10.4",
85+
"@babel/plugin-proposal-class-properties": "7.10.4",
86+
"@babel/polyfill": "7.10.4",
87+
"@babel/preset-env": "7.10.4",
88+
"@babel/preset-react": "7.10.4",
89+
"@babel/runtime": "7.10.4",
9090
"@storybook/addon-knobs": "5.0.10",
9191
"@storybook/addon-notes": "5.0.10",
9292
"@storybook/addon-viewport": "5.0.10",

0 commit comments

Comments
 (0)