Update dependency @vitejs/plugin-react to ^4.5.2
This commit is contained in:
		
							
								
								
									
										102
									
								
								moneymgr_web/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										102
									
								
								moneymgr_web/package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -33,7 +33,7 @@ | ||||
|         "@eslint/js": "^9.29.0", | ||||
|         "@types/react": "^19.1.8", | ||||
|         "@types/react-dom": "^19.1.6", | ||||
|         "@vitejs/plugin-react": "^4.4.1", | ||||
|         "@vitejs/plugin-react": "^4.5.2", | ||||
|         "eslint": "^9.26.0", | ||||
|         "eslint-plugin-react-dom": "^1.49.0", | ||||
|         "eslint-plugin-react-hooks": "^5.2.0", | ||||
| @@ -84,22 +84,22 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@babel/core": { | ||||
|       "version": "7.27.1", | ||||
|       "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.27.1.tgz", | ||||
|       "integrity": "sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==", | ||||
|       "version": "7.27.4", | ||||
|       "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.27.4.tgz", | ||||
|       "integrity": "sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@ampproject/remapping": "^2.2.0", | ||||
|         "@babel/code-frame": "^7.27.1", | ||||
|         "@babel/generator": "^7.27.1", | ||||
|         "@babel/helper-compilation-targets": "^7.27.1", | ||||
|         "@babel/helper-module-transforms": "^7.27.1", | ||||
|         "@babel/helpers": "^7.27.1", | ||||
|         "@babel/parser": "^7.27.1", | ||||
|         "@babel/template": "^7.27.1", | ||||
|         "@babel/traverse": "^7.27.1", | ||||
|         "@babel/types": "^7.27.1", | ||||
|         "@babel/generator": "^7.27.3", | ||||
|         "@babel/helper-compilation-targets": "^7.27.2", | ||||
|         "@babel/helper-module-transforms": "^7.27.3", | ||||
|         "@babel/helpers": "^7.27.4", | ||||
|         "@babel/parser": "^7.27.4", | ||||
|         "@babel/template": "^7.27.2", | ||||
|         "@babel/traverse": "^7.27.4", | ||||
|         "@babel/types": "^7.27.3", | ||||
|         "convert-source-map": "^2.0.0", | ||||
|         "debug": "^4.1.0", | ||||
|         "gensync": "^1.0.0-beta.2", | ||||
| @@ -122,13 +122,13 @@ | ||||
|       "license": "MIT" | ||||
|     }, | ||||
|     "node_modules/@babel/generator": { | ||||
|       "version": "7.27.1", | ||||
|       "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.27.1.tgz", | ||||
|       "integrity": "sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==", | ||||
|       "version": "7.27.5", | ||||
|       "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.27.5.tgz", | ||||
|       "integrity": "sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==", | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@babel/parser": "^7.27.1", | ||||
|         "@babel/types": "^7.27.1", | ||||
|         "@babel/parser": "^7.27.5", | ||||
|         "@babel/types": "^7.27.3", | ||||
|         "@jridgewell/gen-mapping": "^0.3.5", | ||||
|         "@jridgewell/trace-mapping": "^0.3.25", | ||||
|         "jsesc": "^3.0.2" | ||||
| @@ -168,15 +168,15 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@babel/helper-module-transforms": { | ||||
|       "version": "7.27.1", | ||||
|       "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz", | ||||
|       "integrity": "sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g==", | ||||
|       "version": "7.27.3", | ||||
|       "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz", | ||||
|       "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@babel/helper-module-imports": "^7.27.1", | ||||
|         "@babel/helper-validator-identifier": "^7.27.1", | ||||
|         "@babel/traverse": "^7.27.1" | ||||
|         "@babel/traverse": "^7.27.3" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": ">=6.9.0" | ||||
| @@ -224,26 +224,26 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@babel/helpers": { | ||||
|       "version": "7.27.1", | ||||
|       "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.1.tgz", | ||||
|       "integrity": "sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==", | ||||
|       "version": "7.27.6", | ||||
|       "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.6.tgz", | ||||
|       "integrity": "sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@babel/template": "^7.27.1", | ||||
|         "@babel/types": "^7.27.1" | ||||
|         "@babel/template": "^7.27.2", | ||||
|         "@babel/types": "^7.27.6" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": ">=6.9.0" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@babel/parser": { | ||||
|       "version": "7.27.2", | ||||
|       "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.2.tgz", | ||||
|       "integrity": "sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==", | ||||
|       "version": "7.27.5", | ||||
|       "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.5.tgz", | ||||
|       "integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==", | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@babel/types": "^7.27.1" | ||||
|         "@babel/types": "^7.27.3" | ||||
|       }, | ||||
|       "bin": { | ||||
|         "parser": "bin/babel-parser.js" | ||||
| @@ -308,16 +308,16 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@babel/traverse": { | ||||
|       "version": "7.27.1", | ||||
|       "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.1.tgz", | ||||
|       "integrity": "sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==", | ||||
|       "version": "7.27.4", | ||||
|       "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.4.tgz", | ||||
|       "integrity": "sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==", | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@babel/code-frame": "^7.27.1", | ||||
|         "@babel/generator": "^7.27.1", | ||||
|         "@babel/parser": "^7.27.1", | ||||
|         "@babel/template": "^7.27.1", | ||||
|         "@babel/types": "^7.27.1", | ||||
|         "@babel/generator": "^7.27.3", | ||||
|         "@babel/parser": "^7.27.4", | ||||
|         "@babel/template": "^7.27.2", | ||||
|         "@babel/types": "^7.27.3", | ||||
|         "debug": "^4.3.1", | ||||
|         "globals": "^11.1.0" | ||||
|       }, | ||||
| @@ -335,9 +335,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@babel/types": { | ||||
|       "version": "7.27.1", | ||||
|       "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.1.tgz", | ||||
|       "integrity": "sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==", | ||||
|       "version": "7.27.6", | ||||
|       "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.6.tgz", | ||||
|       "integrity": "sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==", | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@babel/helper-string-parser": "^7.27.1", | ||||
| @@ -1824,6 +1824,13 @@ | ||||
|         "url": "https://opencollective.com/popperjs" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@rolldown/pluginutils": { | ||||
|       "version": "1.0.0-beta.11", | ||||
|       "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.11.tgz", | ||||
|       "integrity": "sha512-L/gAA/hyCSuzTF1ftlzUSI/IKr2POHsv1Dd78GfqkR83KMNuswWD61JxGV2L7nRwBBBSDr6R1gCkdTmoN7W4ag==", | ||||
|       "dev": true, | ||||
|       "license": "MIT" | ||||
|     }, | ||||
|     "node_modules/@rollup/rollup-android-arm-eabi": { | ||||
|       "version": "4.40.2", | ||||
|       "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.40.2.tgz", | ||||
| @@ -2490,15 +2497,16 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@vitejs/plugin-react": { | ||||
|       "version": "4.4.1", | ||||
|       "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.4.1.tgz", | ||||
|       "integrity": "sha512-IpEm5ZmeXAP/osiBXVVP5KjFMzbWOonMs0NaQQl+xYnUAcq4oHUBsF2+p4MgKWG4YMmFYJU8A6sxRPuowllm6w==", | ||||
|       "version": "4.5.2", | ||||
|       "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.5.2.tgz", | ||||
|       "integrity": "sha512-QNVT3/Lxx99nMQWJWF7K4N6apUEuT0KlZA3mx/mVaoGj3smm/8rc8ezz15J1pcbcjDK0V15rpHetVfya08r76Q==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@babel/core": "^7.26.10", | ||||
|         "@babel/plugin-transform-react-jsx-self": "^7.25.9", | ||||
|         "@babel/plugin-transform-react-jsx-source": "^7.25.9", | ||||
|         "@babel/core": "^7.27.4", | ||||
|         "@babel/plugin-transform-react-jsx-self": "^7.27.1", | ||||
|         "@babel/plugin-transform-react-jsx-source": "^7.27.1", | ||||
|         "@rolldown/pluginutils": "1.0.0-beta.11", | ||||
|         "@types/babel__core": "^7.20.5", | ||||
|         "react-refresh": "^0.17.0" | ||||
|       }, | ||||
| @@ -2506,7 +2514,7 @@ | ||||
|         "node": "^14.18.0 || >=16.0.0" | ||||
|       }, | ||||
|       "peerDependencies": { | ||||
|         "vite": "^4.2.0 || ^5.0.0 || ^6.0.0" | ||||
|         "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@zod/core": { | ||||
|   | ||||
| @@ -35,7 +35,7 @@ | ||||
|     "@eslint/js": "^9.29.0", | ||||
|     "@types/react": "^19.1.8", | ||||
|     "@types/react-dom": "^19.1.6", | ||||
|     "@vitejs/plugin-react": "^4.4.1", | ||||
|     "@vitejs/plugin-react": "^4.5.2", | ||||
|     "eslint": "^9.26.0", | ||||
|     "eslint-plugin-react-dom": "^1.49.0", | ||||
|     "eslint-plugin-react-hooks": "^5.2.0", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user