Skip to content

Commit 8234ce8

Browse files
authored
Merge pull request #192 from marmelab/dependabot/npm_and_yarn/vite-6.1.2
Bump vite from 6.1.0 to 6.1.2
2 parents ddad14e + 38df650 commit 8234ce8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"lint-staged": "^15.4.3",
5454
"supertest": "^7.0.0",
5555
"typescript": "^5.7.3",
56-
"vite": "^6.1.0",
56+
"vite": "^6.1.2",
5757
"vitest": "^3.0.5"
5858
},
5959
"dependencies": {

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1431,10 +1431,10 @@ pidtree@^0.6.0:
14311431
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
14321432
integrity sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==
14331433

1434-
postcss@^8.5.1:
1435-
version "8.5.2"
1436-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.2.tgz#e7b99cb9d2ec3e8dd424002e7c16517cb2b846bd"
1437-
integrity sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==
1434+
postcss@^8.5.2:
1435+
version "8.5.3"
1436+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb"
1437+
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
14381438
dependencies:
14391439
nanoid "^3.3.8"
14401440
picocolors "^1.1.1"
@@ -1829,13 +1829,13 @@ [email protected]:
18291829
pathe "^2.0.2"
18301830
vite "^5.0.0 || ^6.0.0"
18311831

1832-
"vite@^5.0.0 || ^6.0.0", vite@^6.1.0:
1833-
version "6.1.0"
1834-
resolved "https://registry.yarnpkg.com/vite/-/vite-6.1.0.tgz#00a4e99a23751af98a2e4701c65ba89ce23858a6"
1835-
integrity sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==
1832+
"vite@^5.0.0 || ^6.0.0", vite@^6.1.2:
1833+
version "6.1.2"
1834+
resolved "https://registry.yarnpkg.com/vite/-/vite-6.1.2.tgz#2c046f1de13ca7a63de5ae42237ccdcde97dbf55"
1835+
integrity sha512-EiXfDyO/uNKhYOSlZ6+9qBz4H46A8Lr07pyjmb88KTbJ+xkXvnqtxvgtg2VxPU6Kfj8Ep0un9JLqdrCWLqIanw==
18361836
dependencies:
18371837
esbuild "^0.24.2"
1838-
postcss "^8.5.1"
1838+
postcss "^8.5.2"
18391839
rollup "^4.30.1"
18401840
optionalDependencies:
18411841
fsevents "~2.3.3"

0 commit comments

Comments
 (0)