Browse Source

Merge pull request #530 from dtm-labs/dependabot/npm_and_yarn/admin/vite-3.2.11

Bump vite from 3.2.8 to 3.2.11 in /admin
pull/533/head
yedf2 1 year ago
committed by GitHub
parent
commit
0dc550c4a0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 14
      admin/package-lock.json
  2. 2
      admin/package.json
  3. 8
      admin/yarn.lock

14
admin/package-lock.json

@ -36,7 +36,7 @@
"tailwindcss": "^3.0.24", "tailwindcss": "^3.0.24",
"typescript": "^4.5.4", "typescript": "^4.5.4",
"unplugin-vue-components": "^0.25.1", "unplugin-vue-components": "^0.25.1",
"vite": "^3.2.8", "vite": "^3.2.11",
"vite-plugin-ejs": "^1.6.4", "vite-plugin-ejs": "^1.6.4",
"vite-plugin-svg-icons": "^2.0.1", "vite-plugin-svg-icons": "^2.0.1",
"vue-router": "^4.0.13", "vue-router": "^4.0.13",
@ -6871,9 +6871,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "3.2.8", "version": "3.2.11",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.8.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.11.tgz",
"integrity": "sha512-EtQU16PLIJpAZol2cTLttNP1mX6L0SyI0pgQB1VOoWeQnMSvtiwovV3D6NcjN8CZQWWyESD2v5NGnpz5RvgOZA==", "integrity": "sha512-K/jGKL/PgbIgKCiJo5QbASQhFiV02X9Jh+Qq0AKCRCRKZtOTVi4t6wh75FDpGf2N9rYOnzH87OEFQNaFy6pdxQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"esbuild": "^0.15.9", "esbuild": "^0.15.9",
@ -12263,9 +12263,9 @@
"dev": true "dev": true
}, },
"vite": { "vite": {
"version": "3.2.8", "version": "3.2.11",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.8.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.11.tgz",
"integrity": "sha512-EtQU16PLIJpAZol2cTLttNP1mX6L0SyI0pgQB1VOoWeQnMSvtiwovV3D6NcjN8CZQWWyESD2v5NGnpz5RvgOZA==", "integrity": "sha512-K/jGKL/PgbIgKCiJo5QbASQhFiV02X9Jh+Qq0AKCRCRKZtOTVi4t6wh75FDpGf2N9rYOnzH87OEFQNaFy6pdxQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"esbuild": "^0.15.9", "esbuild": "^0.15.9",

2
admin/package.json

@ -38,7 +38,7 @@
"tailwindcss": "^3.0.24", "tailwindcss": "^3.0.24",
"typescript": "^4.5.4", "typescript": "^4.5.4",
"unplugin-vue-components": "^0.25.1", "unplugin-vue-components": "^0.25.1",
"vite": "^3.2.8", "vite": "^3.2.11",
"vite-plugin-ejs": "^1.6.4", "vite-plugin-ejs": "^1.6.4",
"vite-plugin-svg-icons": "^2.0.1", "vite-plugin-svg-icons": "^2.0.1",
"vue-router": "^4.0.13", "vue-router": "^4.0.13",

8
admin/yarn.lock

@ -3458,10 +3458,10 @@ vite-plugin-svg-icons@^2.0.1:
svg-baker "1.7.0" svg-baker "1.7.0"
svgo "^2.8.0" svgo "^2.8.0"
vite@^3.2.8: vite@^3.2.11:
version "3.2.8" version "3.2.11"
resolved "https://registry.yarnpkg.com/vite/-/vite-3.2.8.tgz#0697e13addf99ed44b838b8462a3a922fdd9d37b" resolved "https://registry.yarnpkg.com/vite/-/vite-3.2.11.tgz#8d1c8e05ef2f24b04c8693f56d3e01fe8835e6d7"
integrity sha512-EtQU16PLIJpAZol2cTLttNP1mX6L0SyI0pgQB1VOoWeQnMSvtiwovV3D6NcjN8CZQWWyESD2v5NGnpz5RvgOZA== integrity sha512-K/jGKL/PgbIgKCiJo5QbASQhFiV02X9Jh+Qq0AKCRCRKZtOTVi4t6wh75FDpGf2N9rYOnzH87OEFQNaFy6pdxQ==
dependencies: dependencies:
esbuild "^0.15.9" esbuild "^0.15.9"
postcss "^8.4.18" postcss "^8.4.18"

Loading…
Cancel
Save