Skip to content

Commit 6812ad4

Browse files
test (#119)
* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps): bump ejs from 3.0.2 to 3.1.8 Bumps [ejs](https://github.com/mde/ejs) from 3.0.2 to 3.1.8. - [Release notes](https://github.com/mde/ejs/releases) - [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md) - [Commits](mde/ejs@v3.0.2...v3.1.8) --- updated-dependencies: - dependency-name: ejs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b365b3 commit 6812ad4

File tree

1 file changed

+70
-17
lines changed

1 file changed

+70
-17
lines changed

yarn.lock

Lines changed: 70 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -624,14 +624,21 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
624624
dependencies:
625625
color-convert "^1.9.0"
626626

627-
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
627+
ansi-styles@^4.0.0:
628628
version "4.2.1"
629629
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359"
630630
integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==
631631
dependencies:
632632
"@types/color-name" "^1.1.1"
633633
color-convert "^2.0.1"
634634

635+
ansi-styles@^4.1.0:
636+
version "4.3.0"
637+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
638+
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
639+
dependencies:
640+
color-convert "^2.0.1"
641+
635642
anymatch@^2.0.0:
636643
version "2.0.0"
637644
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
@@ -805,6 +812,11 @@ async@^2.6.2:
805812
dependencies:
806813
lodash "^4.17.14"
807814

815+
async@^3.2.3:
816+
version "3.2.4"
817+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
818+
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
819+
808820
atob@^2.1.2:
809821
version "2.1.2"
810822
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
@@ -842,9 +854,9 @@ babel-plugin-syntax-jsx@^6.18.0:
842854
integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=
843855

844856
balanced-match@^1.0.0:
845-
version "1.0.0"
846-
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
847-
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
857+
version "1.0.2"
858+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
859+
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
848860

849861
base64-js@^1.0.2:
850862
version "1.3.1"
@@ -1003,6 +1015,13 @@ brace-expansion@^1.1.7:
10031015
balanced-match "^1.0.0"
10041016
concat-map "0.0.1"
10051017

1018+
brace-expansion@^2.0.1:
1019+
version "2.0.1"
1020+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
1021+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
1022+
dependencies:
1023+
balanced-match "^1.0.0"
1024+
10061025
braces@^2.3.1, braces@^2.3.2:
10071026
version "2.3.2"
10081027
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -1295,6 +1314,14 @@ chalk@^3.0.0:
12951314
ansi-styles "^4.1.0"
12961315
supports-color "^7.1.0"
12971316

1317+
chalk@^4.0.2:
1318+
version "4.1.2"
1319+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
1320+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
1321+
dependencies:
1322+
ansi-styles "^4.1.0"
1323+
supports-color "^7.1.0"
1324+
12981325
chardet@^0.7.0:
12991326
version "0.7.0"
13001327
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
@@ -1502,7 +1529,7 @@ compression@^1.7.4:
15021529
15031530
version "0.0.1"
15041531
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
1505-
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
1532+
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
15061533

15071534
concat-stream@^1.5.0, concat-stream@^1.6.2:
15081535
version "1.6.2"
@@ -1774,9 +1801,9 @@ decamelize@^1.2.0:
17741801
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
17751802

17761803
decode-uri-component@^0.2.0:
1777-
version "0.2.0"
1778-
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
1779-
integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=
1804+
version "0.2.2"
1805+
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9"
1806+
integrity sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==
17801807

17811808
decompress-response@^3.3.0:
17821809
version "3.3.0"
@@ -2069,9 +2096,11 @@ [email protected]:
20692096
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
20702097

20712098
ejs@^3.0.1:
2072-
version "3.0.2"
2073-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.0.2.tgz#745b01cdcfe38c1c6a2da3bbb2d9957060a31226"
2074-
integrity sha512-IncmUpn1yN84hy2shb0POJ80FWrfGNY0cxO9f4v+/sG7qcBvAtVWUA1IdzY/8EYUmOVhoKJVdJjNd3AZcnxOjA==
2099+
version "3.1.8"
2100+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.8.tgz#758d32910c78047585c7ef1f92f9ee041c1c190b"
2101+
integrity sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==
2102+
dependencies:
2103+
jake "^10.8.5"
20752104

20762105
20772106
version "22.4.1"
@@ -2657,6 +2686,13 @@ [email protected]:
26572686
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
26582687
integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
26592688

2689+
filelist@^1.0.1:
2690+
version "1.0.4"
2691+
resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz#f78978a1e944775ff9e62e744424f215e58352b5"
2692+
integrity sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==
2693+
dependencies:
2694+
minimatch "^5.0.1"
2695+
26602696
fill-range@^4.0.0:
26612697
version "4.0.0"
26622698
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
@@ -3779,6 +3815,16 @@ isobject@^3.0.0, isobject@^3.0.1:
37793815
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
37803816
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
37813817

3818+
jake@^10.8.5:
3819+
version "10.8.5"
3820+
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.5.tgz#f2183d2c59382cb274226034543b9c03b8164c46"
3821+
integrity sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==
3822+
dependencies:
3823+
async "^3.2.3"
3824+
chalk "^4.0.2"
3825+
filelist "^1.0.1"
3826+
minimatch "^3.0.4"
3827+
37823828
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
37833829
version "4.0.0"
37843830
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -4259,12 +4305,19 @@ minimalistic-crypto-utils@^1.0.1:
42594305
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
42604306

42614307
minimatch@^3.0.4:
4262-
version "3.0.4"
4263-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
4264-
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
4308+
version "3.1.2"
4309+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
4310+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
42654311
dependencies:
42664312
brace-expansion "^1.1.7"
42674313

4314+
minimatch@^5.0.1:
4315+
version "5.1.1"
4316+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.1.tgz#6c9dffcf9927ff2a31e74b5af11adf8b9604b022"
4317+
integrity sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==
4318+
dependencies:
4319+
brace-expansion "^2.0.1"
4320+
42684321
minimist@^1.2.0, minimist@^1.2.5:
42694322
version "1.2.5"
42704323
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
@@ -6249,9 +6302,9 @@ supports-color@^5.3.0, supports-color@^5.5.0:
62496302
has-flag "^3.0.0"
62506303

62516304
supports-color@^7.1.0:
6252-
version "7.1.0"
6253-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1"
6254-
integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==
6305+
version "7.2.0"
6306+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
6307+
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
62556308
dependencies:
62566309
has-flag "^4.0.0"
62576310

0 commit comments

Comments
 (0)