Skip to content

Commit 854e005

Browse files
Update dependency vite to v5.2.7
1 parent bd266aa commit 854e005

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"ts-node": "10.9.2",
121121
"tslib": "2.6.2",
122122
"typescript": "5.4.3",
123-
"vite": "5.2.6",
123+
"vite": "5.2.7",
124124
"vite-plugin-prerender": "1.0.8",
125125
"vite-plugin-pwa": "0.19.7",
126126
"workbox-build": "7.0.0",

yarn.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7551,15 +7551,6 @@ postcss@^8.1.4, postcss@^8.4.16, postcss@^8.4.21:
75517551
picocolors "^1.0.0"
75527552
source-map-js "^1.0.2"
75537553

7554-
postcss@^8.4.36:
7555-
version "8.4.37"
7556-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.37.tgz#4505f992cd0c20e03d25f13b31901640b2db731a"
7557-
integrity sha512-7iB/v/r7Woof0glKLH8b1SPHrsX7uhdO+Geb41QpF/+mWZHU3uxxSlN+UXGVit1PawOYDToO+AbZzhBzWRDwbQ==
7558-
dependencies:
7559-
nanoid "^3.3.7"
7560-
picocolors "^1.0.0"
7561-
source-map-js "^1.2.0"
7562-
75637554
prelude-ls@^1.2.1:
75647555
version "1.2.1"
75657556
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
@@ -9598,13 +9589,13 @@ [email protected]:
95989589
workbox-build "^7.0.0"
95999590
workbox-window "^7.0.0"
96009591

9601-
9602-
version "5.2.6"
9603-
resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.6.tgz#fc2ce309e0b4871e938cb0aca3b96c422c01f222"
9604-
integrity sha512-FPtnxFlSIKYjZ2eosBQamz4CbyrTizbZ3hnGJlh/wMtCrlp1Hah6AzBLjGI5I2urTfNnpovpHdrL6YRuBOPnCA==
9592+
9593+
version "5.2.7"
9594+
resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.7.tgz#e1b8a985eb54fcb9467d7f7f009d87485016df6e"
9595+
integrity sha512-k14PWOKLI6pMaSzAuGtT+Cf0YmIx12z9YGon39onaJNy8DLBfBJrzg9FQEmkAM5lpHBZs9wksWAsyF/HkpEwJA==
96059596
dependencies:
96069597
esbuild "^0.20.1"
9607-
postcss "^8.4.36"
9598+
postcss "^8.4.38"
96089599
rollup "^4.13.0"
96099600
optionalDependencies:
96109601
fsevents "~2.3.3"

0 commit comments

Comments
 (0)