From d22128254d6a98b8097fe3b5768607cdee096687 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Sep 2020 05:24:56 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @babel/core from 7.9.0 to 7.11.6. See this package in npm: https://www.npmjs.com/package/@babel/core - @babel/plugin-proposal-class-properties from 7.8.3 to 7.10.4. See this package in npm: https://www.npmjs.com/package/@babel/plugin-proposal-class-properties - @babel/plugin-proposal-decorators from 7.8.3 to 7.10.5. See this package in npm: https://www.npmjs.com/package/@babel/plugin-proposal-decorators - @babel/plugin-proposal-nullish-coalescing-operator from 7.8.3 to 7.10.4. See this package in npm: https://www.npmjs.com/package/@babel/plugin-proposal-nullish-coalescing-operator - @babel/plugin-proposal-numeric-separator from 7.8.3 to 7.10.4. See this package in npm: https://www.npmjs.com/package/@babel/plugin-proposal-numeric-separator - @babel/plugin-proposal-optional-chaining from 7.9.0 to 7.11.0. See this package in npm: https://www.npmjs.com/package/@babel/plugin-proposal-optional-chaining - @babel/plugin-transform-flow-strip-types from 7.9.0 to 7.10.4. See this package in npm: https://www.npmjs.com/package/@babel/plugin-transform-flow-strip-types - @babel/plugin-transform-react-display-name from 7.8.3 to 7.10.4. See this package in npm: https://www.npmjs.com/package/@babel/plugin-transform-react-display-name - @babel/plugin-transform-runtime from 7.9.0 to 7.11.5. See this package in npm: https://www.npmjs.com/package/@babel/plugin-transform-runtime - @babel/preset-env from 7.9.0 to 7.11.5. See this package in npm: https://www.npmjs.com/package/@babel/preset-env - @babel/preset-react from 7.9.1 to 7.10.4. See this package in npm: https://www.npmjs.com/package/@babel/preset-react - @babel/preset-typescript from 7.9.0 to 7.10.4. See this package in npm: https://www.npmjs.com/package/@babel/preset-typescript - @babel/runtime from 7.9.0 to 7.11.2. See this package in npm: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/league-inc/project/e41f564b-c3cd-4a67-9b2d-5650994fd17e?utm_source=github&utm_medium=upgrade-pr --- packages/babel-preset-react-app/package.json | 26 ++++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/babel-preset-react-app/package.json b/packages/babel-preset-react-app/package.json index 29d1f8822a..4bc914ef5b 100644 --- a/packages/babel-preset-react-app/package.json +++ b/packages/babel-preset-react-app/package.json @@ -21,19 +21,19 @@ "test.js" ], "dependencies": { - "@babel/core": "7.9.0", - "@babel/plugin-proposal-class-properties": "7.8.3", - "@babel/plugin-proposal-decorators": "7.8.3", - "@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3", - "@babel/plugin-proposal-numeric-separator": "7.8.3", - "@babel/plugin-proposal-optional-chaining": "7.9.0", - "@babel/plugin-transform-flow-strip-types": "7.9.0", - "@babel/plugin-transform-react-display-name": "7.8.3", - "@babel/plugin-transform-runtime": "7.9.0", - "@babel/preset-env": "7.9.0", - "@babel/preset-react": "7.9.1", - "@babel/preset-typescript": "7.9.0", - "@babel/runtime": "7.9.0", + "@babel/core": "7.11.6", + "@babel/plugin-proposal-class-properties": "7.10.4", + "@babel/plugin-proposal-decorators": "7.10.5", + "@babel/plugin-proposal-nullish-coalescing-operator": "7.10.4", + "@babel/plugin-proposal-numeric-separator": "7.10.4", + "@babel/plugin-proposal-optional-chaining": "7.11.0", + "@babel/plugin-transform-flow-strip-types": "7.10.4", + "@babel/plugin-transform-react-display-name": "7.10.4", + "@babel/plugin-transform-runtime": "7.11.5", + "@babel/preset-env": "7.11.5", + "@babel/preset-react": "7.10.4", + "@babel/preset-typescript": "7.10.4", + "@babel/runtime": "7.11.2", "babel-plugin-macros": "2.8.0", "babel-plugin-transform-react-remove-prop-types": "0.4.24" }