Skip to content

Commit a644556

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 288b87a commit a644556

File tree

2 files changed

+112
-38
lines changed

2 files changed

+112
-38
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,17 @@
6666
"@nuxtjs/eslint-config": "^0.0.1",
6767
"babel-eslint": "^10.0.1",
6868
"codecov": "^3.1.0",
69-
"eslint": "^5.10.0",
69+
"eslint": "^5.11.1",
7070
"eslint-config-standard": "^12.0.0",
7171
"eslint-plugin-import": "^2.14.0",
7272
"eslint-plugin-jest": "^22.1.2",
7373
"eslint-plugin-node": "^8.0.0",
7474
"eslint-plugin-promise": "^4.0.1",
7575
"eslint-plugin-standard": "^4.0.0",
7676
"eslint-plugin-vue": "^5.0.0",
77-
"husky": "^1.2.0",
77+
"husky": "^1.3.1",
7878
"jest": "^23.6.0",
79-
"jsdom": "^13.0.0",
79+
"jsdom": "^13.1.0",
8080
"nuxt-edge": "^2.3.0-25706271.cca799c",
8181
"standard-version": "^4.4.0",
8282
"webpack-defaults": "^3.0.0"

yarn.lock

+109-35
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,11 @@ acorn@^6.0.1, acorn@^6.0.2:
13621362
resolved "https://registry.npmjs.org/acorn/-/acorn-6.0.2.tgz#6a459041c320ab17592c6317abbfdf4bbaa98ca4"
13631363
integrity sha512-GXmKIvbrN3TV7aVqAzVFaMW8F8wzVX7voEBRO3bDA64+EX37YSayggRJP5Xig6HYHBkWKpFg9W5gg6orklubhg==
13641364

1365+
acorn@^6.0.4:
1366+
version "6.0.4"
1367+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.4.tgz#77377e7353b72ec5104550aa2d2097a2fd40b754"
1368+
integrity sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg==
1369+
13651370
ajv-errors@^1.0.0:
13661371
version "1.0.0"
13671372
resolved "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.0.tgz#ecf021fa108fd17dfb5e6b383f2dd233e31ffc59"
@@ -2253,13 +2258,27 @@ cache-loader@^1.2.5:
22532258
neo-async "^2.5.0"
22542259
schema-utils "^0.4.2"
22552260

2261+
caller-callsite@^2.0.0:
2262+
version "2.0.0"
2263+
resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134"
2264+
integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=
2265+
dependencies:
2266+
callsites "^2.0.0"
2267+
22562268
caller-path@^0.1.0:
22572269
version "0.1.0"
22582270
resolved "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz#94085ef63581ecd3daa92444a8fe94e82577751f"
22592271
integrity sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=
22602272
dependencies:
22612273
callsites "^0.2.0"
22622274

2275+
caller-path@^2.0.0:
2276+
version "2.0.0"
2277+
resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4"
2278+
integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=
2279+
dependencies:
2280+
caller-callsite "^2.0.0"
2281+
22632282
callsites@^0.2.0:
22642283
version "0.2.0"
22652284
resolved "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz#afab96262910a7f33c19a5775825c69f34e350ca"
@@ -2431,6 +2450,11 @@ ci-info@^1.5.0, ci-info@^1.6.0:
24312450
resolved "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497"
24322451
integrity sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==
24332452

2453+
ci-info@^2.0.0:
2454+
version "2.0.0"
2455+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
2456+
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
2457+
24342458
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
24352459
version "1.0.4"
24362460
resolved "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
@@ -2975,7 +2999,7 @@ cosmiconfig@^4.0.0:
29752999
parse-json "^4.0.0"
29763000
require-from-string "^2.0.1"
29773001

2978-
cosmiconfig@^5.0.0, cosmiconfig@^5.0.6:
3002+
cosmiconfig@^5.0.0:
29793003
version "5.0.6"
29803004
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.0.6.tgz#dca6cf680a0bd03589aff684700858c81abeeb39"
29813005
integrity sha512-6DWfizHriCrFWURP1/qyhsiFvYdlJzbCzmtFWh744+KyWsJo5+kPzUZZaMRSSItoYc0pxFX7gEO7ZC1/gN/7AQ==
@@ -2984,6 +3008,16 @@ cosmiconfig@^5.0.0, cosmiconfig@^5.0.6:
29843008
js-yaml "^3.9.0"
29853009
parse-json "^4.0.0"
29863010

3011+
cosmiconfig@^5.0.7:
3012+
version "5.0.7"
3013+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.0.7.tgz#39826b292ee0d78eda137dfa3173bd1c21a43b04"
3014+
integrity sha512-PcLqxTKiDmNT6pSpy4N6KtuPwb53W+2tzNvwOZw0WH9N6O0vLIBq0x8aj8Oj75ere4YcGi48bDFCL+3fRJdlNA==
3015+
dependencies:
3016+
import-fresh "^2.0.0"
3017+
is-directory "^0.3.1"
3018+
js-yaml "^3.9.0"
3019+
parse-json "^4.0.0"
3020+
29873021
couleurs@^6.0.0:
29883022
version "6.0.9"
29893023
resolved "https://registry.npmjs.org/couleurs/-/couleurs-6.0.9.tgz#b2b2a3ee37dae51875c9efd243ec7e7894afbc9e"
@@ -3324,7 +3358,7 @@ dashdash@^1.12.0:
33243358
dependencies:
33253359
assert-plus "^1.0.0"
33263360

3327-
data-urls@^1.0.0, data-urls@^1.0.1:
3361+
data-urls@^1.0.0, data-urls@^1.1.0:
33283362
version "1.1.0"
33293363
resolved "https://registry.npmjs.org/data-urls/-/data-urls-1.1.0.tgz#15ee0582baa5e22bb59c77140da8f9c76963bbfe"
33303364
integrity sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==
@@ -3929,10 +3963,10 @@ eslint-visitor-keys@^1.0.0:
39293963
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
39303964
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
39313965

3932-
eslint@^5.10.0:
3933-
version "5.10.0"
3934-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.10.0.tgz#24adcbe92bf5eb1fc2d2f2b1eebe0c5e0713903a"
3935-
integrity sha512-HpqzC+BHULKlnPwWae9MaVZ5AXJKpkxCVXQHrFaRw3hbDj26V/9ArYM4Rr/SQ8pi6qUPLXSSXC4RBJlyq2Z2OQ==
3966+
eslint@^5.11.1:
3967+
version "5.11.1"
3968+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.11.1.tgz#8deda83db9f354bf9d3f53f9677af7e0e13eadda"
3969+
integrity sha512-gOKhM8JwlFOc2acbOrkYR05NW8M6DCMSvfcJiBB5NDxRE1gv8kbvxKaC9u69e6ZGEMWXcswA/7eKR229cEIpvg==
39363970
dependencies:
39373971
"@babel/code-frame" "^7.0.0"
39383972
ajv "^6.5.3"
@@ -5029,16 +5063,16 @@ https-browserify@^1.0.0:
50295063
resolved "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
50305064
integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=
50315065

5032-
husky@^1.2.0:
5033-
version "1.2.0"
5034-
resolved "https://registry.yarnpkg.com/husky/-/husky-1.2.0.tgz#d631dda1e4a9ee8ba69a10b0c51a0e2c66e711e5"
5035-
integrity sha512-/ib3+iycykXC0tYIxsyqierikVa9DA2DrT32UEirqNEFVqOj1bFMTgP3jAz8HM7FgC/C8pc/BTUa9MV2GEkZaA==
5066+
husky@^1.3.1:
5067+
version "1.3.1"
5068+
resolved "https://registry.yarnpkg.com/husky/-/husky-1.3.1.tgz#26823e399300388ca2afff11cfa8a86b0033fae0"
5069+
integrity sha512-86U6sVVVf4b5NYSZ0yvv88dRgBSSXXmHaiq5pP4KDj5JVzdwKgBjEtUPOm8hcoytezFwbU+7gotXNhpHdystlg==
50365070
dependencies:
5037-
cosmiconfig "^5.0.6"
5071+
cosmiconfig "^5.0.7"
50385072
execa "^1.0.0"
50395073
find-up "^3.0.0"
50405074
get-stdin "^6.0.0"
5041-
is-ci "^1.2.1"
5075+
is-ci "^2.0.0"
50425076
pkg-dir "^3.0.0"
50435077
please-upgrade-node "^3.1.1"
50445078
read-pkg "^4.0.1"
@@ -5105,6 +5139,14 @@ import-cwd@^2.0.0:
51055139
dependencies:
51065140
import-from "^2.1.0"
51075141

5142+
import-fresh@^2.0.0:
5143+
version "2.0.0"
5144+
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546"
5145+
integrity sha1-2BNVwVYS04bGH53dOSLUMEgipUY=
5146+
dependencies:
5147+
caller-path "^2.0.0"
5148+
resolve-from "^3.0.0"
5149+
51085150
import-from@^2.1.0:
51095151
version "2.1.0"
51105152
resolved "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1"
@@ -5264,13 +5306,20 @@ is-callable@^1.1.3, is-callable@^1.1.4:
52645306
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
52655307
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
52665308

5267-
is-ci@^1.0.10, is-ci@^1.1.0, is-ci@^1.2.1:
5309+
is-ci@^1.0.10, is-ci@^1.1.0:
52685310
version "1.2.1"
52695311
resolved "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c"
52705312
integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==
52715313
dependencies:
52725314
ci-info "^1.5.0"
52735315

5316+
is-ci@^2.0.0:
5317+
version "2.0.0"
5318+
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
5319+
integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==
5320+
dependencies:
5321+
ci-info "^2.0.0"
5322+
52745323
is-color-stop@^1.0.0:
52755324
version "1.1.0"
52765325
resolved "https://registry.npmjs.org/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345"
@@ -6021,18 +6070,18 @@ jsdom@^11.5.1:
60216070
ws "^5.2.0"
60226071
xml-name-validator "^3.0.0"
60236072

6024-
jsdom@^13.0.0:
6025-
version "13.0.0"
6026-
resolved "https://registry.npmjs.org/jsdom/-/jsdom-13.0.0.tgz#f1df2411b714a4e08d1bdc343c0a0889c688210f"
6027-
integrity sha512-Kmq4ASMNkgpY+YufE322EnIKoiz0UWY2DRkKlU7d5YrIW4xiVRhWFrZV1fr6w/ZNxQ50wGAH5gGRzydgnmkkvw==
6073+
jsdom@^13.1.0:
6074+
version "13.1.0"
6075+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-13.1.0.tgz#fa7356f0cc8111d0f1077cb7800d06f22f1d66c7"
6076+
integrity sha512-C2Kp0qNuopw0smXFaHeayvharqF3kkcNqlcIlSX71+3XrsOFwkEPLt/9f5JksMmaul2JZYIQuY+WTpqHpQQcLg==
60286077
dependencies:
60296078
abab "^2.0.0"
6030-
acorn "^6.0.2"
6079+
acorn "^6.0.4"
60316080
acorn-globals "^4.3.0"
60326081
array-equal "^1.0.0"
60336082
cssom "^0.3.4"
60346083
cssstyle "^1.1.1"
6035-
data-urls "^1.0.1"
6084+
data-urls "^1.1.0"
60366085
domexception "^1.0.1"
60376086
escodegen "^1.11.0"
60386087
html-encoding-sniffer "^1.0.2"
@@ -6041,16 +6090,16 @@ jsdom@^13.0.0:
60416090
pn "^1.1.0"
60426091
request "^2.88.0"
60436092
request-promise-native "^1.0.5"
6044-
saxes "^3.1.3"
6093+
saxes "^3.1.4"
60456094
symbol-tree "^3.2.2"
6046-
tough-cookie "^2.4.3"
6095+
tough-cookie "^2.5.0"
60476096
w3c-hr-time "^1.0.1"
6048-
w3c-xmlserializer "^1.0.0"
6097+
w3c-xmlserializer "^1.0.1"
60496098
webidl-conversions "^4.0.2"
60506099
whatwg-encoding "^1.0.5"
6051-
whatwg-mimetype "^2.2.0"
6100+
whatwg-mimetype "^2.3.0"
60526101
whatwg-url "^7.0.0"
6053-
ws "^6.1.0"
6102+
ws "^6.1.2"
60546103
xml-name-validator "^3.0.0"
60556104

60566105
jsesc@^1.3.0:
@@ -8340,6 +8389,11 @@ psl@^1.1.24:
83408389
resolved "https://registry.npmjs.org/psl/-/psl-1.1.29.tgz#60f580d360170bb722a797cc704411e6da850c67"
83418390
integrity sha512-AeUmQ0oLN02flVHXWh9sSJF7mcdFq0ppid/JkErufc3hGIV/AMa8Fo9VgDo/cT2jFdOWoFvHp90qqBH54W+gjQ==
83428391

8392+
psl@^1.1.28:
8393+
version "1.1.31"
8394+
resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.31.tgz#e9aa86d0101b5b105cbe93ac6b784cd547276184"
8395+
integrity sha512-/6pt4+C+T+wZUieKR620OpzN/LlnNKuWjy1iFLQ/UG35JqHlR/89MP1d96dUfkf6Dne3TuLQzOYEYshJ+Hx8mw==
8396+
83438397
public-encrypt@^4.0.0:
83448398
version "4.0.3"
83458399
resolved "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0"
@@ -8387,7 +8441,7 @@ punycode@^1.2.4, punycode@^1.4.1:
83878441
resolved "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
83888442
integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
83898443

8390-
punycode@^2.1.0:
8444+
punycode@^2.1.0, punycode@^2.1.1:
83918445
version "2.1.1"
83928446
resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
83938447
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
@@ -8972,10 +9026,10 @@ sax@^1.2.4, sax@~1.2.4:
89729026
resolved "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
89739027
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
89749028

8975-
saxes@^3.1.3:
8976-
version "3.1.3"
8977-
resolved "https://registry.npmjs.org/saxes/-/saxes-3.1.3.tgz#334ab3b802a465ccda96fff9bdefbd505546ffa8"
8978-
integrity sha512-Nc5DXc5A+m3rUDtkS+vHlBWKT7mCKjJPyia7f8YMW773hsXVv2wEHQZGE0zs4+5PLwz9U5Sbl/94Cnd9vHV7Bg==
9029+
saxes@^3.1.4:
9030+
version "3.1.4"
9031+
resolved "https://registry.yarnpkg.com/saxes/-/saxes-3.1.4.tgz#4ad5c53eb085ac0570ea1071a07aaf22ad29cebd"
9032+
integrity sha512-GVZmLJnkS4Vl8Pe9o4nc5ALZ615VOVxCmea8Cs0l+8GZw3RQ5XGOSUomIUfuZuk4Todo44v4y+HY1EATkDDiZg==
89799033
dependencies:
89809034
xmlchars "^1.3.1"
89819035

@@ -9801,14 +9855,22 @@ toposort@^1.0.0:
98019855
resolved "https://registry.npmjs.org/toposort/-/toposort-1.0.7.tgz#2e68442d9f64ec720b8cc89e6443ac6caa950029"
98029856
integrity sha1-LmhELZ9k7HILjMieZEOsbKqVACk=
98039857

9804-
tough-cookie@>=2.3.3, tough-cookie@^2.3.4, tough-cookie@^2.4.3, tough-cookie@~2.4.3:
9858+
tough-cookie@>=2.3.3, tough-cookie@^2.3.4, tough-cookie@~2.4.3:
98059859
version "2.4.3"
98069860
resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781"
98079861
integrity sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==
98089862
dependencies:
98099863
psl "^1.1.24"
98109864
punycode "^1.4.1"
98119865

9866+
tough-cookie@^2.5.0:
9867+
version "2.5.0"
9868+
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
9869+
integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
9870+
dependencies:
9871+
psl "^1.1.28"
9872+
punycode "^2.1.1"
9873+
98129874
tr46@^1.0.1:
98139875
version "1.0.1"
98149876
resolved "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09"
@@ -10259,10 +10321,10 @@ w3c-hr-time@^1.0.1:
1025910321
dependencies:
1026010322
browser-process-hrtime "^0.1.2"
1026110323

10262-
w3c-xmlserializer@^1.0.0:
10263-
version "1.0.0"
10264-
resolved "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-1.0.0.tgz#d23e20de595b892056f20a359fc2622908d48695"
10265-
integrity sha512-0et1+9uXYiIRAecx1D5Z1nk60+vimniGdIKl4XjeqkWi6acoHNlXMv1VR5jV+jF4ooeO08oWbYxeAJOcon1oMA==
10324+
w3c-xmlserializer@^1.0.1:
10325+
version "1.0.1"
10326+
resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-1.0.1.tgz#054cdcd359dc5d1f3ec9be4e272c756af4b21d39"
10327+
integrity sha512-XZGI1OH/OLQr/NaJhhPmzhngwcAnZDLytsvXnRmlYeRkmbb0I7sqFFA22erq4WQR0sUu17ZSQOAV9mFwCqKRNg==
1026610328
dependencies:
1026710329
domexception "^1.0.1"
1026810330
webidl-conversions "^4.0.2"
@@ -10445,6 +10507,11 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0:
1044510507
resolved "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.2.0.tgz#a3d58ef10b76009b042d03e25591ece89b88d171"
1044610508
integrity sha512-5YSO1nMd5D1hY3WzAQV3PzZL83W3YeyR1yW9PcH26Weh1t+Vzh9B6XkDh7aXm83HBZ4nSMvkjvN2H2ySWIvBgw==
1044710509

10510+
whatwg-mimetype@^2.3.0:
10511+
version "2.3.0"
10512+
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
10513+
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
10514+
1044810515
whatwg-url@^6.4.1:
1044910516
version "6.5.0"
1045010517
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"
@@ -10551,13 +10618,20 @@ ws@^5.2.0:
1055110618
dependencies:
1055210619
async-limiter "~1.0.0"
1055310620

10554-
ws@^6.0.0, ws@^6.1.0:
10621+
ws@^6.0.0:
1055510622
version "6.1.0"
1055610623
resolved "https://registry.npmjs.org/ws/-/ws-6.1.0.tgz#119a9dbf92c54e190ec18d10e871d55c95cf9373"
1055710624
integrity sha512-H3dGVdGvW2H8bnYpIDc3u3LH8Wue3Qh+Zto6aXXFzvESkTVT6rAfKR6tR/+coaUvxs8yHtmNV0uioBF62ZGSTg==
1055810625
dependencies:
1055910626
async-limiter "~1.0.0"
1056010627

10628+
ws@^6.1.2:
10629+
version "6.1.2"
10630+
resolved "https://registry.yarnpkg.com/ws/-/ws-6.1.2.tgz#3cc7462e98792f0ac679424148903ded3b9c3ad8"
10631+
integrity sha512-rfUqzvz0WxmSXtJpPMX2EeASXabOrSMk1ruMOV3JBTBjo4ac2lDjGGsbQSyxj8Odhw5fBib8ZKEjDNvgouNKYw==
10632+
dependencies:
10633+
async-limiter "~1.0.0"
10634+
1056110635
xml-name-validator@^3.0.0:
1056210636
version "3.0.0"
1056310637
resolved "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"

0 commit comments

Comments
 (0)