Skip to content

Commit 443ea7d

Browse files
authored
Merge branch 'main' into release/2.3.2
2 parents 417cdb8 + ca8f177 commit 443ea7d

File tree

2 files changed

+34
-26
lines changed

2 files changed

+34
-26
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
89
## [2.3.2] 2022-04-14
910

1011
## Fixed

yarn.lock

Lines changed: 33 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,10 @@
588588
lodash "^4.17.19"
589589
to-fast-properties "^2.0.0"
590590

591+
592+
version "1.5.0"
593+
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
594+
591595
"@rollup/plugin-babel@^5.2.0":
592596
version "5.2.0"
593597
resolved "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.2.0.tgz"
@@ -709,10 +713,10 @@ agent-base@^4.3.0:
709713
es6-promisify "^5.0.0"
710714

711715
ajv@^6.9.1:
712-
version "6.10.0"
713-
resolved "https://registry.npmjs.org/ajv/-/ajv-6.10.0.tgz"
716+
version "6.12.6"
717+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
714718
dependencies:
715-
fast-deep-equal "^2.0.1"
719+
fast-deep-equal "^3.1.1"
716720
fast-json-stable-stringify "^2.0.0"
717721
json-schema-traverse "^0.4.1"
718722
uri-js "^4.2.2"
@@ -1104,10 +1108,6 @@ colorette@^1.2.2:
11041108
version "1.2.2"
11051109
resolved "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz"
11061110

1107-
1108-
version "1.4.0"
1109-
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
1110-
11111111
commander@^2.20.0:
11121112
version "2.20.3"
11131113
resolved "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz"
@@ -1697,17 +1697,17 @@ extglob@^2.0.4:
16971697
snapdragon "^0.8.1"
16981698
to-regex "^3.0.1"
16991699

1700-
fast-deep-equal@^2.0.1:
1701-
version "2.0.1"
1702-
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz"
1700+
fast-deep-equal@^3.1.1:
1701+
version "3.1.3"
1702+
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
17031703

17041704
fast-diff@^1.1.2:
17051705
version "1.2.0"
17061706
resolved "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz"
17071707

17081708
fast-json-stable-stringify@^2.0.0:
1709-
version "2.0.0"
1710-
resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz"
1709+
version "2.1.0"
1710+
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
17111711

17121712
fast-levenshtein@~2.0.4:
17131713
version "2.0.6"
@@ -1800,8 +1800,8 @@ flatted@^3.2.4:
18001800
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3"
18011801

18021802
follow-redirects@^1.0.0:
1803-
version "1.13.1"
1804-
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz"
1803+
version "1.14.9"
1804+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
18051805

18061806
for-in@^1.0.2:
18071807
version "1.0.2"
@@ -2289,7 +2289,7 @@ jsesc@~0.5.0:
22892289

22902290
json-schema-traverse@^0.4.1:
22912291
version "0.4.1"
2292-
resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz"
2292+
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
22932293

22942294
json-stable-stringify-without-jsonify@^1.0.1:
22952295
version "1.0.1"
@@ -2382,14 +2382,14 @@ karma-rollup-preprocessor@^7.0.5:
23822382
chokidar "^3.3.1"
23832383
debounce "^1.2.0"
23842384

2385-
karma@^6.3.14:
2386-
version "6.3.14"
2387-
resolved "https://registry.yarnpkg.com/karma/-/karma-6.3.14.tgz#1ed57a489249b9260bc604325ae333766d4cddc9"
2385+
karma@^6.3.17:
2386+
version "6.3.17"
2387+
resolved "https://registry.yarnpkg.com/karma/-/karma-6.3.17.tgz#5d963fb52463b73e1b5892ecb54c8f21bb04ba1d"
23882388
dependencies:
2389+
"@colors/colors" "1.5.0"
23892390
body-parser "^1.19.0"
23902391
braces "^3.0.2"
23912392
chokidar "^3.5.1"
2392-
colors "1.4.0"
23932393
connect "^3.7.0"
23942394
di "^0.0.1"
23952395
dom-serialize "^2.2.1"
@@ -2401,6 +2401,7 @@ karma@^6.3.14:
24012401
log4js "^6.4.1"
24022402
mime "^2.5.2"
24032403
minimatch "^3.0.4"
2404+
mkdirp "^0.5.5"
24042405
qjobs "^1.2.0"
24052406
range-parser "^1.2.1"
24062407
rimraf "^3.0.2"
@@ -2599,9 +2600,9 @@ minimist@^1.2.0:
25992600
version "1.2.0"
26002601
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz"
26012602

2602-
minimist@^1.2.3:
2603+
minimist@^1.2.3, minimist@^1.2.5:
26032604
version "1.2.5"
2604-
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz"
2605+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
26052606

26062607
mixin-deep@^1.2.0:
26072608
version "1.3.1"
@@ -2616,6 +2617,12 @@ mkdirp@^0.5.1:
26162617
dependencies:
26172618
minimist "0.0.8"
26182619

2620+
mkdirp@^0.5.5:
2621+
version "0.5.5"
2622+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
2623+
dependencies:
2624+
minimist "^1.2.5"
2625+
26192626
mocha@^8.2.1:
26202627
version "8.2.1"
26212628
resolved "https://registry.npmjs.org/mocha/-/mocha-8.2.1.tgz"
@@ -2920,8 +2927,8 @@ path-type@^2.0.0:
29202927
pify "^2.0.0"
29212928

29222929
pathval@^1.1.0:
2923-
version "1.1.0"
2924-
resolved "https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz"
2930+
version "1.1.1"
2931+
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"
29252932

29262933
29272934
version "0.0.11"
@@ -2987,7 +2994,7 @@ ps-tree@=1.1.1:
29872994

29882995
punycode@^2.1.0:
29892996
version "2.1.1"
2990-
resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz"
2997+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
29912998

29922999
q@~1.5.0:
29933000
version "1.5.1"
@@ -3761,8 +3768,8 @@ unset-value@^1.0.0:
37613768
isobject "^3.0.0"
37623769

37633770
uri-js@^4.2.2:
3764-
version "4.2.2"
3765-
resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz"
3771+
version "4.4.1"
3772+
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
37663773
dependencies:
37673774
punycode "^2.1.0"
37683775

0 commit comments

Comments
 (0)