Skip to content

Commit 3f2e2d3

Browse files
angular-robotclydin
authored andcommitted
build: update all non-major dependencies
1 parent 8e34426 commit 3f2e2d3

File tree

4 files changed

+106
-94
lines changed

4 files changed

+106
-94
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"@types/yargs-parser": "^21.0.0",
120120
"@types/yarnpkg__lockfile": "^1.1.5",
121121
"@typescript-eslint/eslint-plugin": "5.61.0",
122-
"@typescript-eslint/parser": "6.7.3",
122+
"@typescript-eslint/parser": "6.7.4",
123123
"@vitejs/plugin-basic-ssl": "1.0.1",
124124
"@yarnpkg/lockfile": "1.1.0",
125125
"ajv": "8.12.0",
@@ -137,8 +137,8 @@
137137
"critters": "0.0.20",
138138
"css-loader": "6.8.1",
139139
"debug": "^4.1.1",
140-
"esbuild": "0.19.3",
141-
"esbuild-wasm": "0.19.3",
140+
"esbuild": "0.19.4",
141+
"esbuild-wasm": "0.19.4",
142142
"eslint": "8.50.0",
143143
"eslint-config-prettier": "9.0.0",
144144
"eslint-plugin-header": "3.1.1",
@@ -167,7 +167,7 @@
167167
"license-checker": "^25.0.0",
168168
"license-webpack-plugin": "4.0.2",
169169
"loader-utils": "3.2.1",
170-
"magic-string": "0.30.3",
170+
"magic-string": "0.30.4",
171171
"mini-css-extract-plugin": "2.7.6",
172172
"mrmime": "1.0.1",
173173
"ng-packagr": "17.0.0-next.2",
@@ -182,12 +182,12 @@
182182
"picomatch": "2.3.1",
183183
"piscina": "4.1.0",
184184
"popper.js": "^1.14.1",
185-
"postcss": "8.4.30",
185+
"postcss": "8.4.31",
186186
"postcss-loader": "7.3.3",
187187
"prettier": "^3.0.0",
188188
"protractor": "~7.0.0",
189189
"puppeteer": "18.2.1",
190-
"quicktype-core": "23.0.75",
190+
"quicktype-core": "23.0.76",
191191
"resolve-url-loader": "5.0.0",
192192
"rollup": "~3.29.0",
193193
"rollup-plugin-sourcemaps": "^0.6.0",
@@ -203,15 +203,15 @@
203203
"spdx-satisfies": "^5.0.0",
204204
"symbol-observable": "4.0.0",
205205
"tar": "^6.1.6",
206-
"terser": "5.20.0",
206+
"terser": "5.21.0",
207207
"text-table": "0.2.0",
208208
"tree-kill": "1.2.2",
209209
"ts-node": "^10.9.1",
210210
"tslib": "2.6.2",
211211
"typescript": "5.2.2",
212212
"verdaccio": "5.26.3",
213213
"verdaccio-auth-memory": "^10.0.0",
214-
"vite": "4.4.9",
214+
"vite": "4.4.10",
215215
"webpack": "5.88.2",
216216
"webpack-dev-middleware": "6.1.1",
217217
"webpack-dev-server": "4.15.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"copy-webpack-plugin": "11.0.0",
3333
"critters": "0.0.20",
3434
"css-loader": "6.8.1",
35-
"esbuild-wasm": "0.19.3",
35+
"esbuild-wasm": "0.19.4",
3636
"fast-glob": "3.3.1",
3737
"https-proxy-agent": "7.0.2",
3838
"http-proxy-middleware": "2.0.6",
@@ -43,7 +43,7 @@
4343
"less-loader": "11.1.0",
4444
"license-webpack-plugin": "4.0.2",
4545
"loader-utils": "3.2.1",
46-
"magic-string": "0.30.3",
46+
"magic-string": "0.30.4",
4747
"mini-css-extract-plugin": "2.7.6",
4848
"mrmime": "1.0.1",
4949
"open": "8.4.2",
@@ -60,19 +60,19 @@
6060
"semver": "7.5.4",
6161
"source-map-loader": "4.0.1",
6262
"source-map-support": "0.5.21",
63-
"terser": "5.20.0",
63+
"terser": "5.21.0",
6464
"text-table": "0.2.0",
6565
"tree-kill": "1.2.2",
6666
"tslib": "2.6.2",
67-
"vite": "4.4.9",
67+
"vite": "4.4.10",
6868
"webpack": "5.88.2",
6969
"webpack-dev-middleware": "6.1.1",
7070
"webpack-dev-server": "4.15.1",
7171
"webpack-merge": "5.9.0",
7272
"webpack-subresource-integrity": "5.1.0"
7373
},
7474
"optionalDependencies": {
75-
"esbuild": "0.19.3"
75+
"esbuild": "0.19.4"
7676
},
7777
"peerDependencies": {
7878
"@angular/compiler-cli": "^17.0.0 || ^17.0.0-next.0",

packages/angular_devkit/schematics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1717
"jsonc-parser": "3.2.0",
18-
"magic-string": "0.30.3",
18+
"magic-string": "0.30.4",
1919
"ora": "5.4.1",
2020
"rxjs": "7.8.1"
2121
}

yarn.lock

Lines changed: 92 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -3858,15 +3858,15 @@
38583858
semver "^7.3.7"
38593859
tsutils "^3.21.0"
38603860

3861-
"@typescript-eslint/[email protected].3":
3862-
version "6.7.3"
3863-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.3.tgz#aaf40092a32877439e5957e18f2d6a91c82cc2fd"
3864-
integrity sha512-TlutE+iep2o7R8Lf+yoer3zU6/0EAUc8QIBB3GYBc1KGz4c4TRm83xwXUZVPlZ6YCLss4r77jbu6j3sendJoiQ==
3865-
dependencies:
3866-
"@typescript-eslint/scope-manager" "6.7.3"
3867-
"@typescript-eslint/types" "6.7.3"
3868-
"@typescript-eslint/typescript-estree" "6.7.3"
3869-
"@typescript-eslint/visitor-keys" "6.7.3"
3861+
"@typescript-eslint/[email protected].4":
3862+
version "6.7.4"
3863+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.4.tgz#23d1dd4fe5d295c7fa2ab651f5406cd9ad0bd435"
3864+
integrity sha512-I5zVZFY+cw4IMZUeNCU7Sh2PO5O57F7Lr0uyhgCJmhN/BuTlnc55KxPonR4+EM3GBdfiCyGZye6DgMjtubQkmA==
3865+
dependencies:
3866+
"@typescript-eslint/scope-manager" "6.7.4"
3867+
"@typescript-eslint/types" "6.7.4"
3868+
"@typescript-eslint/typescript-estree" "6.7.4"
3869+
"@typescript-eslint/visitor-keys" "6.7.4"
38703870
debug "^4.3.4"
38713871

38723872
"@typescript-eslint/[email protected]":
@@ -3877,13 +3877,13 @@
38773877
"@typescript-eslint/types" "5.61.0"
38783878
"@typescript-eslint/visitor-keys" "5.61.0"
38793879

3880-
"@typescript-eslint/[email protected].3":
3881-
version "6.7.3"
3882-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.3.tgz#07e5709c9bdae3eaf216947433ef97b3b8b7d755"
3883-
integrity sha512-wOlo0QnEou9cHO2TdkJmzF7DFGvAKEnB82PuPNHpT8ZKKaZu6Bm63ugOTn9fXNJtvuDPanBc78lGUGGytJoVzQ==
3880+
"@typescript-eslint/[email protected].4":
3881+
version "6.7.4"
3882+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.4.tgz#a484a17aa219e96044db40813429eb7214d7b386"
3883+
integrity sha512-SdGqSLUPTXAXi7c3Ob7peAGVnmMoGzZ361VswK2Mqf8UOYcODiYvs8rs5ILqEdfvX1lE7wEZbLyELCW+Yrql1A==
38843884
dependencies:
3885-
"@typescript-eslint/types" "6.7.3"
3886-
"@typescript-eslint/visitor-keys" "6.7.3"
3885+
"@typescript-eslint/types" "6.7.4"
3886+
"@typescript-eslint/visitor-keys" "6.7.4"
38873887

38883888
"@typescript-eslint/[email protected]":
38893889
version "5.61.0"
@@ -3900,10 +3900,10 @@
39003900
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.61.0.tgz#e99ff11b5792d791554abab0f0370936d8ca50c0"
39013901
integrity sha512-ldyueo58KjngXpzloHUog/h9REmHl59G1b3a5Sng1GfBo14BkS3ZbMEb3693gnP1k//97lh7bKsp6/V/0v1veQ==
39023902

3903-
"@typescript-eslint/[email protected].3":
3904-
version "6.7.3"
3905-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.3.tgz#0402b5628a63f24f2dc9d4a678e9a92cc50ea3e9"
3906-
integrity sha512-4g+de6roB2NFcfkZb439tigpAMnvEIg3rIjWQ+EM7IBaYt/CdJt6em9BJ4h4UpdgaBWdmx2iWsafHTrqmgIPNw==
3903+
"@typescript-eslint/[email protected].4":
3904+
version "6.7.4"
3905+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.4.tgz#5d358484d2be986980c039de68e9f1eb62ea7897"
3906+
integrity sha512-o9XWK2FLW6eSS/0r/tgjAGsYasLAnOWg7hvZ/dGYSSNjCh+49k5ocPN8OmG5aZcSJ8pclSOyVKP2x03Sj+RrCA==
39073907

39083908
"@typescript-eslint/[email protected]":
39093909
version "5.61.0"
@@ -3918,13 +3918,13 @@
39183918
semver "^7.3.7"
39193919
tsutils "^3.21.0"
39203920

3921-
"@typescript-eslint/[email protected].3":
3922-
version "6.7.3"
3923-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.3.tgz#ec5bb7ab4d3566818abaf0e4a8fa1958561b7279"
3924-
integrity sha512-YLQ3tJoS4VxLFYHTw21oe1/vIZPRqAO91z6Uv0Ss2BKm/Ag7/RVQBcXTGcXhgJMdA4U+HrKuY5gWlJlvoaKZ5g==
3921+
"@typescript-eslint/[email protected].4":
3922+
version "6.7.4"
3923+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.4.tgz#f2baece09f7bb1df9296e32638b2e1130014ef1a"
3924+
integrity sha512-ty8b5qHKatlNYd9vmpHooQz3Vki3gG+3PchmtsA4TgrZBKWHNjWfkQid7K7xQogBqqc7/BhGazxMD5vr6Ha+iQ==
39253925
dependencies:
3926-
"@typescript-eslint/types" "6.7.3"
3927-
"@typescript-eslint/visitor-keys" "6.7.3"
3926+
"@typescript-eslint/types" "6.7.4"
3927+
"@typescript-eslint/visitor-keys" "6.7.4"
39283928
debug "^4.3.4"
39293929
globby "^11.1.0"
39303930
is-glob "^4.0.3"
@@ -3953,12 +3953,12 @@
39533953
"@typescript-eslint/types" "5.61.0"
39543954
eslint-visitor-keys "^3.3.0"
39553955

3956-
"@typescript-eslint/[email protected].3":
3957-
version "6.7.3"
3958-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.3.tgz#83809631ca12909bd2083558d2f93f5747deebb2"
3959-
integrity sha512-HEVXkU9IB+nk9o63CeICMHxFWbHWr3E1mpilIQBe9+7L/lH97rleFLVtYsfnWB+JVMaiFnEaxvknvmIzX+CqVg==
3956+
"@typescript-eslint/[email protected].4":
3957+
version "6.7.4"
3958+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.4.tgz#80dfecf820fc67574012375859085f91a4dff043"
3959+
integrity sha512-pOW37DUhlTZbvph50x5zZCkFn3xzwkGtNoJHzIM3svpiSkJzwOYr/kVBaXmf+RAQiUDs1AHEZVNPg6UJCJpwRA==
39603960
dependencies:
3961-
"@typescript-eslint/types" "6.7.3"
3961+
"@typescript-eslint/types" "6.7.4"
39623962
eslint-visitor-keys "^3.4.1"
39633963

39643964
"@verdaccio/[email protected]":
@@ -6195,7 +6195,7 @@ [email protected]:
61956195
resolved "https://registry.yarnpkg.com/esbuild-wasm/-/esbuild-wasm-0.19.3.tgz#9ac844d4b542ad33a81be7cb32ba1d451522cee6"
61966196
integrity sha512-Vx94kkrz9CwaYutautk+RhIvwhcpawSRmKD/zz6n3wQqJgBzaMRVZaF9eAuVseXwOmfJexSGmwwgToQ1uAoOjg==
61976197

6198-
esbuild-wasm@^0.19.0:
6198+
esbuild-wasm@0.19.4, esbuild-wasm@^0.19.0:
61996199
version "0.19.4"
62006200
resolved "https://registry.yarnpkg.com/esbuild-wasm/-/esbuild-wasm-0.19.4.tgz#1b3c2771bdb478d1188aaf93a010d2ad06d120c8"
62016201
integrity sha512-i/9KP80bdGhWBvYjAJd8u3cwMvaAdBeuSwKcAJ2tfsMkS1q4ZqB0wecc3lELJC/pg7rysx21uw1JofkYLuexrg==
@@ -6228,6 +6228,34 @@ [email protected]:
62286228
"@esbuild/win32-ia32" "0.19.3"
62296229
"@esbuild/win32-x64" "0.19.3"
62306230

6231+
[email protected], esbuild@^0.19.0:
6232+
version "0.19.4"
6233+
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.19.4.tgz#cdf5c4c684956d550bc3c6d0c01dac7fef6c75b1"
6234+
integrity sha512-x7jL0tbRRpv4QUyuDMjONtWFciygUxWaUM1kMX2zWxI0X2YWOt7MSA0g4UdeSiHM8fcYVzpQhKYOycZwxTdZkA==
6235+
optionalDependencies:
6236+
"@esbuild/android-arm" "0.19.4"
6237+
"@esbuild/android-arm64" "0.19.4"
6238+
"@esbuild/android-x64" "0.19.4"
6239+
"@esbuild/darwin-arm64" "0.19.4"
6240+
"@esbuild/darwin-x64" "0.19.4"
6241+
"@esbuild/freebsd-arm64" "0.19.4"
6242+
"@esbuild/freebsd-x64" "0.19.4"
6243+
"@esbuild/linux-arm" "0.19.4"
6244+
"@esbuild/linux-arm64" "0.19.4"
6245+
"@esbuild/linux-ia32" "0.19.4"
6246+
"@esbuild/linux-loong64" "0.19.4"
6247+
"@esbuild/linux-mips64el" "0.19.4"
6248+
"@esbuild/linux-ppc64" "0.19.4"
6249+
"@esbuild/linux-riscv64" "0.19.4"
6250+
"@esbuild/linux-s390x" "0.19.4"
6251+
"@esbuild/linux-x64" "0.19.4"
6252+
"@esbuild/netbsd-x64" "0.19.4"
6253+
"@esbuild/openbsd-x64" "0.19.4"
6254+
"@esbuild/sunos-x64" "0.19.4"
6255+
"@esbuild/win32-arm64" "0.19.4"
6256+
"@esbuild/win32-ia32" "0.19.4"
6257+
"@esbuild/win32-x64" "0.19.4"
6258+
62316259
esbuild@^0.18.10:
62326260
version "0.18.20"
62336261
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.18.20.tgz#4709f5a34801b43b799ab7d6d82f7284a9b7a7a6"
@@ -6256,34 +6284,6 @@ esbuild@^0.18.10:
62566284
"@esbuild/win32-ia32" "0.18.20"
62576285
"@esbuild/win32-x64" "0.18.20"
62586286

6259-
esbuild@^0.19.0:
6260-
version "0.19.4"
6261-
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.19.4.tgz#cdf5c4c684956d550bc3c6d0c01dac7fef6c75b1"
6262-
integrity sha512-x7jL0tbRRpv4QUyuDMjONtWFciygUxWaUM1kMX2zWxI0X2YWOt7MSA0g4UdeSiHM8fcYVzpQhKYOycZwxTdZkA==
6263-
optionalDependencies:
6264-
"@esbuild/android-arm" "0.19.4"
6265-
"@esbuild/android-arm64" "0.19.4"
6266-
"@esbuild/android-x64" "0.19.4"
6267-
"@esbuild/darwin-arm64" "0.19.4"
6268-
"@esbuild/darwin-x64" "0.19.4"
6269-
"@esbuild/freebsd-arm64" "0.19.4"
6270-
"@esbuild/freebsd-x64" "0.19.4"
6271-
"@esbuild/linux-arm" "0.19.4"
6272-
"@esbuild/linux-arm64" "0.19.4"
6273-
"@esbuild/linux-ia32" "0.19.4"
6274-
"@esbuild/linux-loong64" "0.19.4"
6275-
"@esbuild/linux-mips64el" "0.19.4"
6276-
"@esbuild/linux-ppc64" "0.19.4"
6277-
"@esbuild/linux-riscv64" "0.19.4"
6278-
"@esbuild/linux-s390x" "0.19.4"
6279-
"@esbuild/linux-x64" "0.19.4"
6280-
"@esbuild/netbsd-x64" "0.19.4"
6281-
"@esbuild/openbsd-x64" "0.19.4"
6282-
"@esbuild/sunos-x64" "0.19.4"
6283-
"@esbuild/win32-arm64" "0.19.4"
6284-
"@esbuild/win32-ia32" "0.19.4"
6285-
"@esbuild/win32-x64" "0.19.4"
6286-
62876287
escalade@^3.1.1:
62886288
version "3.1.1"
62896289
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
@@ -8748,20 +8748,20 @@ [email protected]:
87488748
dependencies:
87498749
"@jridgewell/sourcemap-codec" "^1.4.15"
87508750

8751+
[email protected], magic-string@^0.30.0:
8752+
version "0.30.4"
8753+
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.4.tgz#c2c683265fc18dda49b56fc7318d33ca0332c98c"
8754+
integrity sha512-Q/TKtsC5BPm0kGqgBIF9oXAs/xEf2vRKiIB4wCRQTJOQIByZ1d+NnUOotvJOvNpi5RNIgVOMC3pOuaP1ZTDlVg==
8755+
dependencies:
8756+
"@jridgewell/sourcemap-codec" "^1.4.15"
8757+
87518758
magic-string@^0.27.0:
87528759
version "0.27.0"
87538760
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.27.0.tgz#e4a3413b4bab6d98d2becffd48b4a257effdbbf3"
87548761
integrity sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==
87558762
dependencies:
87568763
"@jridgewell/sourcemap-codec" "^1.4.13"
87578764

8758-
magic-string@^0.30.0:
8759-
version "0.30.4"
8760-
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.4.tgz#c2c683265fc18dda49b56fc7318d33ca0332c98c"
8761-
integrity sha512-Q/TKtsC5BPm0kGqgBIF9oXAs/xEf2vRKiIB4wCRQTJOQIByZ1d+NnUOotvJOvNpi5RNIgVOMC3pOuaP1ZTDlVg==
8762-
dependencies:
8763-
"@jridgewell/sourcemap-codec" "^1.4.15"
8764-
87658765
make-dir@^2.1.0:
87668766
version "2.1.0"
87678767
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
@@ -10220,15 +10220,6 @@ [email protected]:
1022010220
picocolors "^1.0.0"
1022110221
source-map-js "^1.0.2"
1022210222

10223-
10224-
version "8.4.30"
10225-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.30.tgz#0e0648d551a606ef2192a26da4cabafcc09c1aa7"
10226-
integrity sha512-7ZEao1g4kd68l97aWG/etQKPKq07us0ieSZ2TnFDk11i0ZfDW2AwKHYU8qv4MZKqN2fdBfg+7q0ES06UA73C1g==
10227-
dependencies:
10228-
nanoid "^3.3.6"
10229-
picocolors "^1.0.0"
10230-
source-map-js "^1.0.2"
10231-
1023210223
[email protected], postcss@^8.2.14, postcss@^8.4.16, postcss@^8.4.21, postcss@^8.4.23, postcss@^8.4.27:
1023310224
version "8.4.31"
1023410225
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
@@ -10479,10 +10470,10 @@ quick-format-unescaped@^4.0.3:
1047910470
resolved "https://registry.yarnpkg.com/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz#93ef6dd8d3453cbc7970dd614fad4c5954d6b5a7"
1048010471
integrity sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==
1048110472

10482-
10483-
version "23.0.75"
10484-
resolved "https://registry.yarnpkg.com/quicktype-core/-/quicktype-core-23.0.75.tgz#a27d361122f5ea80008744c19486def89edc2375"
10485-
integrity sha512-aVXb5MpCdWCyrWUqw906+dBU7C3wFWwSax1ySu/0wk4QNGnpg1DPJDDUdOXXMNKmLlAeA9+3Cs1kPHWNXxovBQ==
10473+
10474+
version "23.0.76"
10475+
resolved "https://registry.yarnpkg.com/quicktype-core/-/quicktype-core-23.0.76.tgz#f2743d2acc80919c3fd58d084f0d6a97d8ad629f"
10476+
integrity sha512-QinZRNovSTQcFuhRKxeHb22eFmyucbG96EPaQDSbz9qvIPxUhs1BZviNc8HAkHWYFqTSET/xZcEoHpm1DeDbRg==
1048610477
dependencies:
1048710478
"@glideapps/ts-necessities" "2.1.3"
1048810479
"@types/urijs" "^1.19.19"
@@ -11776,7 +11767,17 @@ [email protected]:
1177611767
commander "^2.20.0"
1177711768
source-map-support "~0.5.20"
1177811769

11779-
[email protected], terser@^5.16.8:
11770+
11771+
version "5.21.0"
11772+
resolved "https://registry.yarnpkg.com/terser/-/terser-5.21.0.tgz#d2b27e92b5e56650bc83b6defa00a110f0b124b2"
11773+
integrity sha512-WtnFKrxu9kaoXuiZFSGrcAvvBqAdmKx0SFNmVNYdJamMu9yyN3I/QF0FbH4QcqJQ+y1CJnzxGIKH0cSj+FGYRw==
11774+
dependencies:
11775+
"@jridgewell/source-map" "^0.3.3"
11776+
acorn "^8.8.2"
11777+
commander "^2.20.0"
11778+
source-map-support "~0.5.20"
11779+
11780+
terser@^5.16.8:
1178011781
version "5.20.0"
1178111782
resolved "https://registry.yarnpkg.com/terser/-/terser-5.20.0.tgz#ea42aea62578703e33def47d5c5b93c49772423e"
1178211783
integrity sha512-e56ETryaQDyebBwJIWYB2TT6f2EZ0fL0sW/JRXNMN26zZdKi2u/E/5my5lG6jNxym6qsrVXfFRmOdV42zlAgLQ==
@@ -12375,6 +12376,17 @@ [email protected]:
1237512376
core-util-is "1.0.2"
1237612377
extsprintf "^1.2.0"
1237712378

12379+
12380+
version "4.4.10"
12381+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.10.tgz#3794639cc433f7cb33ad286930bf0378c86261c8"
12382+
integrity sha512-TzIjiqx9BEXF8yzYdF2NTf1kFFbjMjUSV0LFZ3HyHoI3SGSPLnnFUKiIQtL3gl2AjHvMrprOvQ3amzaHgQlAxw==
12383+
dependencies:
12384+
esbuild "^0.18.10"
12385+
postcss "^8.4.27"
12386+
rollup "^3.27.1"
12387+
optionalDependencies:
12388+
fsevents "~2.3.2"
12389+
1237812390
1237912391
version "4.4.9"
1238012392
resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.9.tgz#1402423f1a2f8d66fd8d15e351127c7236d29d3d"

0 commit comments

Comments
 (0)