Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 6f99a68

Browse files
committed
chore(package): upgrade tauri
1 parent addbe38 commit 6f99a68

File tree

3 files changed

+94
-52
lines changed

3 files changed

+94
-52
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ module.exports = (api, options) => {
6161

6262
return dev({
6363
build: {
64-
// Has to be a string, value doesn't matter
65-
distDir: '',
64+
// Has to be a valid dir, contents don't matter
65+
distDir: api.resolve('.'),
6666
devPath: server.url
6767
}
6868
})

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tauri-apps/tauri-webpack": "^0.2.0",
1515
"@vue/cli-shared-utils": "^4.1.1",
1616
"execa": "^3.4.0",
17-
"tauri": "^0.4.3"
17+
"tauri": "^0.5.1"
1818
},
1919
"devDependencies": {
2020
"@vue/cli": "^4.1.1",

yarn.lock

Lines changed: 91 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,10 +1528,10 @@
15281528
uglify-js "^2.8.0"
15291529
update-notifier "^0.5.0"
15301530

1531-
"@tauri-apps/tauri-inliner@1.14.0":
1532-
version "1.14.0"
1533-
resolved "https://registry.yarnpkg.com/@tauri-apps/tauri-inliner/-/tauri-inliner-1.14.0.tgz#7f4a3fbf0e7c9a1744650f7426f64352486e905a"
1534-
integrity sha512-XXXfuEIzz0lIXydNrxQtsyr6M5HA0wXRJzGCUImHkMd9xATtCQJaSkA7e38OxHczKINdYWrEuTZmOYkftoN3rA==
1531+
"@tauri-apps/tauri-inliner@1.14.1":
1532+
version "1.14.1"
1533+
resolved "https://registry.yarnpkg.com/@tauri-apps/tauri-inliner/-/tauri-inliner-1.14.1.tgz#7fe4d183188cbeb3edc87d6ac266ac8dbfc25a8c"
1534+
integrity sha512-IXlPbWXpKNz0dz1fplPAetBBzKA8kUaOvrrpyJ0jvxMihI9vKHaKP4GDyF89XCi0edXKv2MM+MWaaPVcmy12Bg==
15351535
dependencies:
15361536
ansi-escapes "^4.3.0"
15371537
ansi-styles "^4.2.1"
@@ -2333,14 +2333,22 @@ accepts@^1.3.5, accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7:
23332333
mime-types "~2.1.24"
23342334
negotiator "0.6.2"
23352335

2336-
acorn-globals@^4.1.0, acorn-globals@^4.3.2, acorn-globals@^4.3.4:
2336+
acorn-globals@^4.1.0, acorn-globals@^4.3.2:
23372337
version "4.3.4"
23382338
resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-4.3.4.tgz#9fa1926addc11c97308c4e66d7add0d40c3272e7"
23392339
integrity sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==
23402340
dependencies:
23412341
acorn "^6.0.1"
23422342
acorn-walk "^6.0.1"
23432343

2344+
acorn-globals@^6.0.0:
2345+
version "6.0.0"
2346+
resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-6.0.0.tgz#46cdd39f0f8ff08a876619b55f5ac8a6dc770b45"
2347+
integrity sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==
2348+
dependencies:
2349+
acorn "^7.1.1"
2350+
acorn-walk "^7.1.1"
2351+
23442352
acorn-walk@^6.0.1:
23452353
version "6.2.0"
23462354
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.2.0.tgz#123cb8f3b84c2171f1f7fb252615b1c78a6b1a8c"
@@ -3114,6 +3122,11 @@ asynckit@^0.4.0:
31143122
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
31153123
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
31163124

3125+
at-least-node@^1.0.0:
3126+
version "1.0.0"
3127+
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
3128+
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
3129+
31173130
atob@^2.1.2:
31183131
version "2.1.2"
31193132
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
@@ -5745,7 +5758,7 @@ escodegen@^1.11.1, escodegen@^1.9.1:
57455758
optionalDependencies:
57465759
source-map "~0.6.1"
57475760

5748-
escodegen@^1.13.0:
5761+
escodegen@^1.14.1:
57495762
version "1.14.1"
57505763
resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.1.tgz#ba01d0c8278b5e95a9a45350142026659027a457"
57515764
integrity sha512-Bmt7NcRySdIfNPfU2ZoXDrrXsG9ZjvDxcAlMfDUgRBjLOWTuIACXPBFJH7Z+cLb40JeQco5toikyc9t9P8E9SQ==
@@ -6482,6 +6495,16 @@ fs-extra@8.1.0, fs-extra@^8.1.0:
64826495
jsonfile "^4.0.0"
64836496
universalify "^0.1.0"
64846497

6498+
fs-extra@9.0.0:
6499+
version "9.0.0"
6500+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.0.tgz#b6afc31036e247b2466dc99c29ae797d5d4580a3"
6501+
integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==
6502+
dependencies:
6503+
at-least-node "^1.0.0"
6504+
graceful-fs "^4.2.0"
6505+
jsonfile "^6.0.1"
6506+
universalify "^1.0.0"
6507+
64856508
fs-extra@^6.0.1:
64866509
version "6.0.1"
64876510
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.1.tgz#8abc128f7946e310135ddc93b98bddb410e7a34b"
@@ -7218,7 +7241,7 @@ html-encoding-sniffer@^1.0.2:
72187241
dependencies:
72197242
whatwg-encoding "^1.0.1"
72207243

7221-
html-encoding-sniffer@^2.0.0:
7244+
html-encoding-sniffer@^2.0.1:
72227245
version "2.0.1"
72237246
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz#42a6dc4fd33f00281176e8b23759ca4e4fa185f3"
72247247
integrity sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==
@@ -8104,12 +8127,7 @@ isbinaryfile@4.0.2:
81048127
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.2.tgz#bfc45642da645681c610cca831022e30af426488"
81058128
integrity sha512-C3FSxJdNrEr2F4z6uFtNzECDM5hXk+46fxaa+cwBe5/XrWSmzdG8DDgyjfX6/NRdBB21q2JXuRAzPCUs+fclnQ==
81068129

8107-
isbinaryfile@4.0.4:
8108-
version "4.0.4"
8109-
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.4.tgz#6803f81a8944201c642b6e17da041e24deb78712"
8110-
integrity sha512-pEutbN134CzcjlLS1myKX/uxNjwU5eBVSprvkpv3+3dqhBHUZLIWJQowC40w5c0Zf19vBY8mrZl88y5J4RAPbQ==
8111-
8112-
isbinaryfile@^4.0.0:
8130+
isbinaryfile@4.0.5, isbinaryfile@^4.0.0:
81138131
version "4.0.5"
81148132
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.5.tgz#7193454fdd7fc0b12855c36c48d4ac7368fa3ec9"
81158133
integrity sha512-Jvz0gpTh1AILHMCBUyqq7xv1ZOQrxTDwyp1/QUq1xFpOBvp4AH5uEobPePJht8KnBGqQIH7We6OR73mXsjG0cA==
@@ -8672,36 +8690,36 @@ jsdom@15.2.1:
86728690
ws "^7.0.0"
86738691
xml-name-validator "^3.0.0"
86748692

8675-
jsdom@16.2.0:
8676-
version "16.2.0"
8677-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.2.0.tgz#fc171c305635046c100708b1c7ea7820ba015164"
8678-
integrity sha512-6VaW3UWyKbm9DFVIAgTfhuwnvqiqlRYNg5Rk6dINTVoZT0eKz+N86vQZr+nqt1ny1lSB1TWZJWSEWQAfu8oTpA==
8693+
jsdom@16.2.2:
8694+
version "16.2.2"
8695+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.2.2.tgz#76f2f7541646beb46a938f5dc476b88705bedf2b"
8696+
integrity sha512-pDFQbcYtKBHxRaP55zGXCJWgFHkDAYbKcsXEK/3Icu9nKYZkutUXfLBwbD+09XDutkYSHcgfQLZ0qvpAAm9mvg==
86798697
dependencies:
86808698
abab "^2.0.3"
8681-
acorn "^7.1.0"
8682-
acorn-globals "^4.3.4"
8699+
acorn "^7.1.1"
8700+
acorn-globals "^6.0.0"
86838701
cssom "^0.4.4"
86848702
cssstyle "^2.2.0"
86858703
data-urls "^2.0.0"
86868704
decimal.js "^10.2.0"
86878705
domexception "^2.0.1"
8688-
escodegen "^1.13.0"
8689-
html-encoding-sniffer "^2.0.0"
8706+
escodegen "^1.14.1"
8707+
html-encoding-sniffer "^2.0.1"
86908708
is-potential-custom-element-name "^1.0.0"
86918709
nwsapi "^2.2.0"
86928710
parse5 "5.1.1"
8693-
request "^2.88.0"
8711+
request "^2.88.2"
86948712
request-promise-native "^1.0.8"
8695-
saxes "^4.0.2"
8713+
saxes "^5.0.0"
86968714
symbol-tree "^3.2.4"
86978715
tough-cookie "^3.0.1"
8698-
w3c-hr-time "^1.0.1"
8716+
w3c-hr-time "^1.0.2"
86998717
w3c-xmlserializer "^2.0.0"
8700-
webidl-conversions "^5.0.0"
8718+
webidl-conversions "^6.0.0"
87018719
whatwg-encoding "^1.0.5"
87028720
whatwg-mimetype "^2.3.0"
87038721
whatwg-url "^8.0.0"
8704-
ws "^7.2.1"
8722+
ws "^7.2.3"
87058723
xml-name-validator "^3.0.0"
87068724

87078725
jsdom@^11.5.1:
@@ -8837,6 +8855,15 @@ jsonfile@^4.0.0:
88378855
optionalDependencies:
88388856
graceful-fs "^4.1.6"
88398857

8858+
jsonfile@^6.0.1:
8859+
version "6.0.1"
8860+
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.1.tgz#98966cba214378c8c84b82e085907b40bf614179"
8861+
integrity sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==
8862+
dependencies:
8863+
universalify "^1.0.0"
8864+
optionalDependencies:
8865+
graceful-fs "^4.1.6"
8866+
88408867
jsprim@^1.2.2:
88418868
version "1.4.1"
88428869
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
@@ -9673,7 +9700,7 @@ minimist@1.2.0, minimist@^1.1.1:
96739700
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
96749701
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
96759702

9676-
minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5:
9703+
minimist@1.2.5, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5:
96779704
version "1.2.5"
96789705
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
96799706
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
@@ -9929,6 +9956,11 @@ node-abi@^2.7.0:
99299956
dependencies:
99309957
semver "^5.4.1"
99319958

9959+
node-addon-api@^2.0.0:
9960+
version "2.0.0"
9961+
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-2.0.0.tgz#f9afb8d777a91525244b01775ea0ddbe1125483b"
9962+
integrity sha512-ASCL5U13as7HhOExbT6OlWJJUV/lLzL2voOSP1UVehpRD8FbSrSDjfScK/KwAvVTI5AS6r4VwbOMlIqtvRidnA==
9963+
99329964
node-dir@^0.1.17:
99339965
version "0.1.17"
99349966
resolved "https://registry.yarnpkg.com/node-dir/-/node-dir-0.1.17.tgz#5f5665d93351335caabef8f1c554516cf5f1e4e5"
@@ -11932,7 +11964,7 @@ request@^2.74.0:
1193211964
tunnel-agent "^0.6.0"
1193311965
uuid "^3.3.2"
1193411966

11935-
request@^2.87.0, request@^2.88.0:
11967+
request@^2.87.0, request@^2.88.0, request@^2.88.2:
1193611968
version "2.88.2"
1193711969
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
1193811970
integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
@@ -12171,10 +12203,10 @@ saxes@^3.1.9:
1217112203
dependencies:
1217212204
xmlchars "^2.1.1"
1217312205

12174-
saxes@^4.0.2:
12175-
version "4.0.2"
12176-
resolved "https://registry.yarnpkg.com/saxes/-/saxes-4.0.2.tgz#76f8e762efc96ec4af5f885d8151c50426103165"
12177-
integrity sha512-EZOTeQ4bgkOaGCDaTKux+LaRNcLNbdbvMH7R3/yjEEULPEmqvkFbFub6DJhJTub2iGMT93CfpZ5LTdKZmAbVeQ==
12206+
saxes@^5.0.0:
12207+
version "5.0.0"
12208+
resolved "https://registry.yarnpkg.com/saxes/-/saxes-5.0.0.tgz#b7d30284d7583a5ca6ad0248b56d8889da53788b"
12209+
integrity sha512-LXTZygxhf8lfwKaTP/8N9CsVdjTlea3teze4lL6u37ivbgGbV0GGMuNtS/I9rnD/HC2/txUM7Df4S2LVl1qhiA==
1217812210
dependencies:
1217912211
xmlchars "^2.2.0"
1218012212

@@ -12402,14 +12434,14 @@ sharp@0.23.4:
1240212434
tar "^5.0.5"
1240312435
tunnel-agent "^0.6.0"
1240412436

12405-
sharp@0.24.1:
12406-
version "0.24.1"
12407-
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.24.1.tgz#f853f9f495dfde05d452179b4f9f31dfc400f4ca"
12408-
integrity sha512-1Lph6o7D6bU8WrcbG/kT7cVzi2UBi2xrrBfS/WUaD+ZcGd4MZ7+LbtFoGwbMVJH95d5aziBGyExYF4Urm2pjOQ==
12437+
sharp@0.25.2:
12438+
version "0.25.2"
12439+
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.25.2.tgz#f9003d73be50e9265e98f79f04fe53d8c66a3967"
12440+
integrity sha512-l1GN0kFNtJr3U9i9pt7a+vo2Ij0xv4tTKDIPx8W6G9WELhPwrMyZZJKAAQNBSI785XB4uZfS5Wpz8C9jWV4AFQ==
1240912441
dependencies:
1241012442
color "^3.1.2"
1241112443
detect-libc "^1.0.3"
12412-
nan "^2.14.0"
12444+
node-addon-api "^2.0.0"
1241312445
npmlog "^4.1.2"
1241412446
prebuild-install "^5.3.3"
1241512447
semver "^7.1.3"
@@ -13208,31 +13240,31 @@ tauri@^0.3.0:
1320813240
webpack-merge "4.2.2"
1320913241
webpack-shell-plugin "0.5.0"
1321013242

13211-
tauri@^0.4.3:
13212-
version "0.4.5"
13213-
resolved "https://registry.yarnpkg.com/tauri/-/tauri-0.4.5.tgz#eb2bd0f760a7d4ea03e302f061c1c137fb79cca2"
13214-
integrity sha512-ZFHEaQoOiB1R0/0S3spsr8UrMZ3ysbytEPHZ729ngGvyJRnST6JfA1H0jAQVDfmIOzPBhA9hizpxR540qjIreA==
13243+
tauri@^0.5.1:
13244+
version "0.5.1"
13245+
resolved "https://registry.yarnpkg.com/tauri/-/tauri-0.5.1.tgz#b40797b056d31964d12f0ff704bde286bf49e34c"
13246+
integrity sha512-gV5BuRtyDH9zuDKNHzzqn3hrgctDq/asdB4vMP2h3CgZvc65F3u/oIDQ7pdxYI6qYHHPG1X3ky2yNUsXMDhhzw==
1321513247
dependencies:
13216-
"@tauri-apps/tauri-inliner" "1.14.0"
13248+
"@tauri-apps/tauri-inliner" "1.14.1"
1321713249
"@tauri-apps/toml" "2.2.4"
1321813250
chalk "3.0.0"
1321913251
chokidar "3.3.1"
1322013252
cross-spawn "7.0.1"
1322113253
fast-glob "3.2.2"
13222-
fs-extra "8.1.0"
13254+
fs-extra "9.0.0"
1322313255
imagemin "7.0.1"
1322413256
imagemin-optipng "7.1.0"
1322513257
imagemin-pngquant "8.0.0"
1322613258
imagemin-zopfli "6.0.0"
1322713259
is-png "2.0.0"
13228-
isbinaryfile "4.0.4"
13229-
jsdom "16.2.0"
13260+
isbinaryfile "4.0.5"
13261+
jsdom "16.2.2"
1323013262
lodash "4.17.15"
13231-
minimist "1.2.0"
13263+
minimist "1.2.5"
1323213264
ms "2.1.2"
1323313265
png2icons "2.0.1"
1323413266
read-chunk "3.2.0"
13235-
sharp "0.24.1"
13267+
sharp "0.25.2"
1323613268
webpack-merge "4.2.2"
1323713269
webpack-shell-plugin "0.5.0"
1323813270

@@ -13783,6 +13815,11 @@ universalify@^0.1.0:
1378313815
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
1378413816
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
1378513817

13818+
universalify@^1.0.0:
13819+
version "1.0.0"
13820+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
13821+
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
13822+
1378613823
unpipe@1.0.0, unpipe@~1.0.0:
1378713824
version "1.0.0"
1378813825
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
@@ -14175,7 +14212,7 @@ vue@^2.6.11:
1417514212
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
1417614213
integrity sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==
1417714214

14178-
w3c-hr-time@^1.0.1:
14215+
w3c-hr-time@^1.0.1, w3c-hr-time@^1.0.2:
1417914216
version "1.0.2"
1418014217
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd"
1418114218
integrity sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==
@@ -14246,6 +14283,11 @@ webidl-conversions@^5.0.0:
1424614283
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
1424714284
integrity sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==
1424814285

14286+
webidl-conversions@^6.0.0:
14287+
version "6.0.0"
14288+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.0.0.tgz#ff41d921371f43e772dba311b146ab6c0ef0ead4"
14289+
integrity sha512-jTZAeJnc6D+yAOjygbJOs33kVQIk5H6fj9SFDOhIKjsf9HiAzL/c+tAJsc8ASWafvhNkH+wJZms47pmajkhatA==
14290+
1424914291
webpack-bundle-analyzer@^3.6.0:
1425014292
version "3.6.1"
1425114293
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.6.1.tgz#bdb637c2304424f2fbff9a950c7be42a839ae73b"
@@ -14626,7 +14668,7 @@ ws@^7.0.0:
1462614668
resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.1.tgz#03ed52423cd744084b2cf42ed197c8b65a936b8e"
1462714669
integrity sha512-sucePNSafamSKoOqoNfBd8V0StlkzJKL2ZAhGQinCfNQ+oacw+Pk7lcdAElecBF2VkLNZRiIb5Oi1Q5lVUVt2A==
1462814670

14629-
ws@^7.2.1:
14671+
ws@^7.2.3:
1463014672
version "7.2.3"
1463114673
resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.3.tgz#a5411e1fb04d5ed0efee76d26d5c46d830c39b46"
1463214674
integrity sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ==

0 commit comments

Comments
 (0)