From daed057d83a1501dc6ea30223b72c549f3b9352b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 09:50:35 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @babel/core from 7.24.0 to 7.25.2. See this package in npm: https://www.npmjs.com/package/@babel/core - @babel/plugin-transform-runtime from 7.24.0 to 7.25.4. See this package in npm: https://www.npmjs.com/package/@babel/plugin-transform-runtime - @babel/preset-env from 7.24.0 to 7.25.4. See this package in npm: https://www.npmjs.com/package/@babel/preset-env - @babel/preset-react from 7.23.3 to 7.24.7. See this package in npm: https://www.npmjs.com/package/@babel/preset-react - css-loader from 6.10.0 to 6.11.0. See this package in npm: https://www.npmjs.com/package/css-loader - eslint-plugin-react-hooks from 4.6.0 to 4.6.2. See this package in npm: https://www.npmjs.com/package/eslint-plugin-react-hooks - sass from 1.72.0 to 1.77.8. See this package in npm: https://www.npmjs.com/package/sass - webpack-dev-server from 5.0.3 to 5.0.4. See this package in npm: https://www.npmjs.com/package/webpack-dev-server See this project in Snyk: https://app.snyk.io/org/loonz206/project/e82dae86-fb5a-4723-802c-cca6ee0bb838?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 962c7d9..7a8d2a0 100644 --- a/package.json +++ b/package.json @@ -43,8 +43,8 @@ "devDependencies": { "@babel/core": "^7.25.2", "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-transform-runtime": "^7.24.7", - "@babel/preset-env": "^7.25.3", + "@babel/plugin-transform-runtime": "^7.25.4", + "@babel/preset-env": "^7.25.4", "@babel/preset-react": "^7.24.7", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^12.1.4",