Skip to content

Commit fd82dd1

Browse files
authored
Merge pull request #132 from wolfpackthatcodes/dependabot/npm_and_yarn/code/vite-5.1.1
build(deps-dev): bump vite from 5.0.12 to 5.1.1 in /code
2 parents 39a8c38 + 143ef52 commit fd82dd1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"eslint-plugin-prettier": "^5.1.3",
6565
"prettier": "^3.2.5",
6666
"typescript": "^5.3.3",
67-
"vite": "^5.0.12",
67+
"vite": "^5.1.1",
6868
"vite-plugin-dts": "^3.7.2",
6969
"vitest": "^1.2.2"
7070
},

code/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2375,10 +2375,10 @@ pkg-types@^1.0.3:
23752375
mlly "^1.2.0"
23762376
pathe "^1.1.0"
23772377

2378-
postcss@^8.4.32:
2379-
version "8.4.32"
2380-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.32.tgz#1dac6ac51ab19adb21b8b34fd2d93a86440ef6c9"
2381-
integrity sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==
2378+
postcss@^8.4.35:
2379+
version "8.4.35"
2380+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.35.tgz#60997775689ce09011edf083a549cea44aabe2f7"
2381+
integrity sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==
23822382
dependencies:
23832383
nanoid "^3.3.7"
23842384
picocolors "^1.0.0"
@@ -2918,13 +2918,13 @@ vite-plugin-dts@^3.7.2:
29182918
kolorist "^1.8.0"
29192919
vue-tsc "^1.8.26"
29202920

2921-
vite@^5.0.0, vite@^5.0.12:
2922-
version "5.0.12"
2923-
resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.12.tgz#8a2ffd4da36c132aec4adafe05d7adde38333c47"
2924-
integrity sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==
2921+
vite@^5.0.0, vite@^5.1.1:
2922+
version "5.1.1"
2923+
resolved "https://registry.yarnpkg.com/vite/-/vite-5.1.1.tgz#294e39b199d669981efc7e0261b14f78ec80819e"
2924+
integrity sha512-wclpAgY3F1tR7t9LL5CcHC41YPkQIpKUGeIuT8MdNwNZr6OqOTLs7JX5vIHAtzqLWXts0T+GDrh9pN2arneKqg==
29252925
dependencies:
29262926
esbuild "^0.19.3"
2927-
postcss "^8.4.32"
2927+
postcss "^8.4.35"
29282928
rollup "^4.2.0"
29292929
optionalDependencies:
29302930
fsevents "~2.3.3"

0 commit comments

Comments
 (0)