From 32c997b1fecc53eec98c9804719f5f77201c9b6a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Feb 2021 21:38:50 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @babel/core from 7.9.0 to 7.12.10. See this package in npm: https://www.npmjs.com/package/@babel/core - @babel/plugin-proposal-class-properties from 7.8.3 to 7.12.1. 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.12.12. 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.12.1. 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.12.7. 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.12.7. 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.12.10. 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.12.1. 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.12.10. See this package in npm: https://www.npmjs.com/package/@babel/plugin-transform-runtime - @babel/preset-env from 7.9.0 to 7.12.11. See this package in npm: https://www.npmjs.com/package/@babel/preset-env - @babel/preset-react from 7.9.1 to 7.12.10. See this package in npm: https://www.npmjs.com/package/@babel/preset-react - @babel/preset-typescript from 7.9.0 to 7.12.7. See this package in npm: https://www.npmjs.com/package/@babel/preset-typescript - @babel/runtime from 7.9.0 to 7.12.5. See this package in npm: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/branded-entertainment-network/project/723ccd6a-1387-47c6-905e-e55a41ce5332?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 29d1f8822a8..ccdd0c9196d 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.12.10", + "@babel/plugin-proposal-class-properties": "7.12.1", + "@babel/plugin-proposal-decorators": "7.12.12", + "@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1", + "@babel/plugin-proposal-numeric-separator": "7.12.7", + "@babel/plugin-proposal-optional-chaining": "7.12.7", + "@babel/plugin-transform-flow-strip-types": "7.12.10", + "@babel/plugin-transform-react-display-name": "7.12.1", + "@babel/plugin-transform-runtime": "7.12.10", + "@babel/preset-env": "7.12.11", + "@babel/preset-react": "7.12.10", + "@babel/preset-typescript": "7.12.7", + "@babel/runtime": "7.12.5", "babel-plugin-macros": "2.8.0", "babel-plugin-transform-react-remove-prop-types": "0.4.24" }