dependabot[bot] dependabot[bot] nsarrazin HF Staff commited on
Commit
dbe80a0
·
unverified ·
1 Parent(s): 6ceddf2

build(deps-dev): bump vite from 5.4.3 to 5.4.11 (#1560)

Browse files

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.3 to 5.4.11.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.11/packages/vite)

---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nathan Sarrazin <[email protected]>

Files changed (2) hide show
  1. package-lock.json +4 -4
  2. package.json +1 -1
package-lock.json CHANGED
@@ -95,7 +95,7 @@
95
  "tslib": "^2.4.1",
96
  "typescript": "^5.0.0",
97
  "unplugin-icons": "^0.16.1",
98
- "vite": "^5.3.5",
99
  "vite-node": "^1.3.1",
100
  "vitest": "^2.1.4"
101
  },
@@ -12733,9 +12733,9 @@
12733
  }
12734
  },
12735
  "node_modules/vite": {
12736
- "version": "5.4.3",
12737
- "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.3.tgz",
12738
- "integrity": "sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==",
12739
  "dev": true,
12740
  "dependencies": {
12741
  "esbuild": "^0.21.3",
 
95
  "tslib": "^2.4.1",
96
  "typescript": "^5.0.0",
97
  "unplugin-icons": "^0.16.1",
98
+ "vite": "^5.4.11",
99
  "vite-node": "^1.3.1",
100
  "vitest": "^2.1.4"
101
  },
 
12733
  }
12734
  },
12735
  "node_modules/vite": {
12736
+ "version": "5.4.11",
12737
+ "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.11.tgz",
12738
+ "integrity": "sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==",
12739
  "dev": true,
12740
  "dependencies": {
12741
  "esbuild": "^0.21.3",
package.json CHANGED
@@ -54,7 +54,7 @@
54
  "tslib": "^2.4.1",
55
  "typescript": "^5.0.0",
56
  "unplugin-icons": "^0.16.1",
57
- "vite": "^5.3.5",
58
  "vite-node": "^1.3.1",
59
  "vitest": "^2.1.4"
60
  },
 
54
  "tslib": "^2.4.1",
55
  "typescript": "^5.0.0",
56
  "unplugin-icons": "^0.16.1",
57
+ "vite": "^5.4.11",
58
  "vite-node": "^1.3.1",
59
  "vitest": "^2.1.4"
60
  },