From 3f62ad1fe2ac2f600845cf608dea0757297d109f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Jun 2024 17:38:50 -0400 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @babel/plugin-syntax-flow from 7.24.1 to 7.24.6. See this package in npm: https://www.npmjs.com/package/@babel/plugin-syntax-flow - @babel/plugin-transform-react-jsx from 7.23.4 to 7.24.6. See this package in npm: https://www.npmjs.com/package/@babel/plugin-transform-react-jsx See this project in Snyk: https://app.snyk.io/org/sandbox-2ba/project/9043c51f-3f0d-45c6-8455-b658274f2872?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/web/package.json b/examples/web/package.json index bd79c1451a..97095643ee 100644 --- a/examples/web/package.json +++ b/examples/web/package.json @@ -4,8 +4,8 @@ "private": true, "dependencies": { "@apollo/client": "^3.10.4", - "@babel/plugin-syntax-flow": "^7.24.1", - "@babel/plugin-transform-react-jsx": "7.23.4", + "@babel/plugin-syntax-flow": "^7.24.6", + "@babel/plugin-transform-react-jsx": "7.24.6", "@testing-library/jest-dom": "^6.4.5", "@testing-library/user-event": "^14.5.2", "@testing-library/dom": "^9.3.4",