Merge pull request #248 from umbraco/dependabot/npm_and_yarn/vite-3.2.3

Bump vite from 3.2.2 to 3.2.3
This commit is contained in:
Jacob Overgaard
2022-11-15 09:21:47 +01:00
committed by GitHub
2 changed files with 12 additions and 8 deletions

View File

@@ -63,7 +63,7 @@
"prettier": "2.7.1",
"tiny-glob": "^0.2.9",
"typescript": "^4.8.4",
"vite": "^3.2.2",
"vite": "^3.2.3",
"vite-plugin-static-copy": "^0.9.0",
"vite-tsconfig-paths": "^3.5.2",
"web-component-analyzer": "^2.0.0-next.4"
@@ -26655,9 +26655,9 @@
}
},
"node_modules/vite": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.2.tgz",
"integrity": "sha512-pLrhatFFOWO9kS19bQ658CnRYzv0WLbsPih6R+iFeEEhDOuYgYCX2rztUViMz/uy/V8cLCJvLFeiOK7RJEzHcw==",
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.3.tgz",
"integrity": "sha512-h8jl1TZ76eGs3o2dIBSsvXDLb1m/Ec1iej8ZMdz+PsaFUsftZeWe2CZOI3qogEsMNaywc17gu0q6cQDzh/weCQ==",
"dev": true,
"dependencies": {
"esbuild": "^0.15.9",
@@ -26675,6 +26675,7 @@
"fsevents": "~2.3.2"
},
"peerDependencies": {
"@types/node": ">= 14",
"less": "*",
"sass": "*",
"stylus": "*",
@@ -26682,6 +26683,9 @@
"terser": "^5.4.0"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"less": {
"optional": true
},
@@ -48948,9 +48952,9 @@
}
},
"vite": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.2.tgz",
"integrity": "sha512-pLrhatFFOWO9kS19bQ658CnRYzv0WLbsPih6R+iFeEEhDOuYgYCX2rztUViMz/uy/V8cLCJvLFeiOK7RJEzHcw==",
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.3.tgz",
"integrity": "sha512-h8jl1TZ76eGs3o2dIBSsvXDLb1m/Ec1iej8ZMdz+PsaFUsftZeWe2CZOI3qogEsMNaywc17gu0q6cQDzh/weCQ==",
"dev": true,
"requires": {
"esbuild": "^0.15.9",

View File

@@ -95,7 +95,7 @@
"prettier": "2.7.1",
"tiny-glob": "^0.2.9",
"typescript": "^4.8.4",
"vite": "^3.2.2",
"vite": "^3.2.3",
"vite-plugin-static-copy": "^0.9.0",
"vite-tsconfig-paths": "^3.5.2",
"web-component-analyzer": "^2.0.0-next.4"