Update dependency vite to v4.5.2 [SECURITY]

This commit is contained in:
renovate[bot] 2024-01-20 07:03:03 +00:00 committed by Daniel Lockyer
parent 8168fdb9be
commit 3575102462
9 changed files with 12 additions and 12 deletions

View File

@ -49,7 +49,7 @@
"storybook": "7.6.9",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"vite": "4.5.1",
"vite": "4.5.2",
"vite-plugin-svgr": "3.3.0"
},
"dependencies": {

View File

@ -89,7 +89,7 @@
"@vitejs/plugin-react": "4.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "4.5.1",
"vite": "4.5.2",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vite-plugin-svgr": "3.3.0",
"vitest": "0.34.3"

View File

@ -59,7 +59,7 @@
"eslint-plugin-react-refresh": "0.4.3",
"eslint-plugin-tailwindcss": "3.13.0",
"stylelint": "15.10.3",
"vite": "4.5.1",
"vite": "4.5.2",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vite-plugin-svgr": "3.3.0",
"vitest": "0.34.3"

View File

@ -80,7 +80,7 @@
},
"devDependencies": {
"@vitejs/plugin-react": "4.2.1",
"vite": "4.5.1",
"vite": "4.5.2",
"vite-plugin-svgr": "3.3.0",
"vitest": "0.34.3"
}

View File

@ -76,7 +76,7 @@
"jsdom": "22.1.0",
"postcss": "8.4.33",
"tailwindcss": "3.3.6",
"vite": "4.5.1",
"vite": "4.5.2",
"vite-plugin-css-injected-by-js": "3.3.0",
"vite-plugin-svgr": "3.3.0",
"vitest": "0.34.3"

View File

@ -94,7 +94,7 @@
"jsdom": "22.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"vite": "4.5.1",
"vite": "4.5.2",
"vite-plugin-css-injected-by-js": "3.3.0",
"vite-plugin-svgr": "3.3.0",
"vitest": "0.34.3"

View File

@ -64,7 +64,7 @@
"storybook": "7.6.9",
"stylelint": "15.10.3",
"tailwindcss": "3.3.6",
"vite": "4.5.1",
"vite": "4.5.2",
"vite-plugin-commonjs": "0.10.1",
"vite-plugin-svgr": "3.3.0",
"vitest": "0.34.3",

View File

@ -86,7 +86,7 @@
"@testing-library/react": "12.1.5",
"@vitejs/plugin-react": "4.2.1",
"nock": "13.3.3",
"vite": "4.5.1",
"vite": "4.5.2",
"vite-plugin-svgr": "3.3.0",
"vitest": "0.34.3"
}

View File

@ -31389,10 +31389,10 @@ vite-plugin-svgr@3.3.0:
"@svgr/core" "^8.1.0"
"@svgr/plugin-jsx" "^8.1.0"
vite@4.5.1, "vite@^3.0.0 || ^4.0.0":
version "4.5.1"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.1.tgz#3370986e1ed5dbabbf35a6c2e1fb1e18555b968a"
integrity sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==
vite@4.5.2, "vite@^3.0.0 || ^4.0.0":
version "4.5.2"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.2.tgz#d6ea8610e099851dad8c7371599969e0f8b97e82"
integrity sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==
dependencies:
esbuild "^0.18.10"
postcss "^8.4.27"