Bump vite from 3.1.3 to 3.1.4 (#389)

This commit is contained in:
dependabot[bot] 2022-10-01 18:53:14 +00:00 committed by GitHub
parent 30448e95cc
commit ce29288e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -54,7 +54,7 @@
"postcss": "^8.4.16", "postcss": "^8.4.16",
"source-map-explorer": "^2.5.3", "source-map-explorer": "^2.5.3",
"tailwindcss": "^3.1.8", "tailwindcss": "^3.1.8",
"vite": "^3.1.3", "vite": "^3.1.4",
"vite-plugin-compression": "^0.5.1" "vite-plugin-compression": "^0.5.1"
} }
}, },
@ -4471,9 +4471,9 @@
"dev": true "dev": true
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "3.1.3", "version": "3.1.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.3.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-3.1.4.tgz",
"integrity": "sha512-/3XWiktaopByM5bd8dqvHxRt5EEgRikevnnrpND0gRfNkrMrPaGGexhtLCzv15RcCMtV2CLw+BPas8YFeSG0KA==", "integrity": "sha512-JoQI08aBjY9lycL7jcEq4p9o1xUjq5aRvdH4KWaXtkSx7e7RpAh9D3IjzDWRD4Fg44LS3oDAIOG/Kq1L+82psA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"esbuild": "^0.15.6", "esbuild": "^0.15.6",
@ -7458,9 +7458,9 @@
"dev": true "dev": true
}, },
"vite": { "vite": {
"version": "3.1.3", "version": "3.1.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.3.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-3.1.4.tgz",
"integrity": "sha512-/3XWiktaopByM5bd8dqvHxRt5EEgRikevnnrpND0gRfNkrMrPaGGexhtLCzv15RcCMtV2CLw+BPas8YFeSG0KA==", "integrity": "sha512-JoQI08aBjY9lycL7jcEq4p9o1xUjq5aRvdH4KWaXtkSx7e7RpAh9D3IjzDWRD4Fg44LS3oDAIOG/Kq1L+82psA==",
"dev": true, "dev": true,
"requires": { "requires": {
"esbuild": "^0.15.6", "esbuild": "^0.15.6",

View File

@ -79,7 +79,7 @@
"postcss": "^8.4.16", "postcss": "^8.4.16",
"source-map-explorer": "^2.5.3", "source-map-explorer": "^2.5.3",
"tailwindcss": "^3.1.8", "tailwindcss": "^3.1.8",
"vite": "^3.1.3", "vite": "^3.1.4",
"vite-plugin-compression": "^0.5.1" "vite-plugin-compression": "^0.5.1"
} }
} }