From 416fc2c1d1f3c6b8c3d241fb44dcb43d2fd4a2d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <4868+dependabot[bot]@users.noreply.github.uconn.edu> Date: Mon, 21 Apr 2025 19:16:53 +0000 Subject: [PATCH] Bump @vitejs/plugin-react from 4.4.0 to 4.4.1 Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@4.4.1/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 24fb302..dd7b36d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@eslint/js": "^9.25.0", "@types/react": "19.1.2", "@types/react-dom": "19.1.2", - "@vitejs/plugin-react": "^4.4.0", + "@vitejs/plugin-react": "^4.4.1", "eslint": "^9.25.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", @@ -1331,9 +1331,9 @@ } }, "node_modules/@vitejs/plugin-react": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.4.0.tgz", - "integrity": "sha512-x/EztcTKVj+TDeANY1WjNeYsvZjZdfWRMP/KXi5Yn8BoTzpa13ZltaQqKfvWYbX8CE10GOHHdC5v86jY9x8i/g==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.4.1.tgz", + "integrity": "sha512-IpEm5ZmeXAP/osiBXVVP5KjFMzbWOonMs0NaQQl+xYnUAcq4oHUBsF2+p4MgKWG4YMmFYJU8A6sxRPuowllm6w==", "dev": true, "dependencies": { "@babel/core": "^7.26.10", diff --git a/package.json b/package.json index cba7555..bfa10d6 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@eslint/js": "^9.25.0", "@types/react": "19.1.2", "@types/react-dom": "19.1.2", - "@vitejs/plugin-react": "^4.4.0", + "@vitejs/plugin-react": "^4.4.1", "eslint": "^9.25.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0",