Skip to content

Commit

Permalink
build(deps-dev): bump the npm_and_yarn group across 1 directories wit…
Browse files Browse the repository at this point in the history
…h 1 update

Bumps the npm_and_yarn group with 1 update in the /. directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.0.12 to 5.1.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.1.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 1cb0742 commit 1ebe8e3
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"typescript": "^5.3.3",
"verdaccio": "^5.29.0",
"verdaccio-htpasswd": "^10.5.5",
"vite": "^5.0.12",
"vite": "^5.1.1",
"vitest": "^1.2.1"
},
"peerDependencies": {
Expand Down
55 changes: 53 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8080,6 +8080,17 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.35":
version: 8.4.35
resolution: "postcss@npm:8.4.35"
dependencies:
nanoid: ^3.3.7
picocolors: ^1.0.0
source-map-js: ^1.0.2
checksum: cf3c3124d3912a507603f6d9a49b3783f741075e9aa73eb592a6dd9194f9edab9d20a8875d16d137d4f779fe7b6fbd1f5727e39bfd1c3003724980ee4995e1da
languageName: node
linkType: hard

"posthtml-parser@npm:^0.10.1":
version: 0.10.2
resolution: "posthtml-parser@npm:0.10.2"
Expand Down Expand Up @@ -10155,7 +10166,7 @@ __metadata:
typescript: ^5.3.3
verdaccio: ^5.29.0
verdaccio-htpasswd: ^10.5.5
vite: ^5.0.12
vite: ^5.1.1
vitest: ^1.2.1
peerDependencies:
verdaccio: ">=5"
Expand Down Expand Up @@ -10268,7 +10279,7 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.0.0, vite@npm:^5.0.12":
"vite@npm:^5.0.0":
version: 5.0.12
resolution: "vite@npm:5.0.12"
dependencies:
Expand Down Expand Up @@ -10308,6 +10319,46 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.1.1":
version: 5.1.1
resolution: "vite@npm:5.1.1"
dependencies:
esbuild: ^0.19.3
fsevents: ~2.3.3
postcss: ^8.4.35
rollup: ^4.2.0
peerDependencies:
"@types/node": ^18.0.0 || >=20.0.0
less: "*"
lightningcss: ^1.21.0
sass: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
less:
optional: true
lightningcss:
optional: true
sass:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
bin:
vite: bin/vite.js
checksum: 6aa7133ed1b455c63a164ba29e6627f4178884e74ec79937bf28492d95a4b9b3a30ce85d3162bb1854217b3adeb1f74bca87d38f394d5696df44f482c4bd3591
languageName: node
linkType: hard

"vitest@npm:^1.2.1":
version: 1.2.1
resolution: "vitest@npm:1.2.1"
Expand Down

0 comments on commit 1ebe8e3

Please sign in to comment.