Skip to content

Commit 310bbc7

Browse files
fix(deps): update dependency xregexp to v5.1.1
1 parent 14803f6 commit 310bbc7

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

yarn.lock

+18-18
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
chalk "^2.0.0"
2424
js-tokens "^4.0.0"
2525

26-
"@babel/runtime-corejs3@^7.12.1":
27-
version "7.13.10"
28-
resolved "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.13.10.tgz"
29-
integrity sha512-x/XYVQ1h684pp1mJwOV4CyvqZXqbc8CMsMGUnAbuc82ZCdv1U63w5RSUzgDSXQHG5Rps/kiksH6g2D5BuaKyXg==
26+
"@babel/runtime-corejs3@^7.16.5":
27+
version "7.21.0"
28+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.21.0.tgz#6e4939d9d9789ff63e2dc58e88f13a3913a24eba"
29+
integrity sha512-TDD4UJzos3JJtM+tHX+w2Uc+KWj7GV+VKKFdMVd2Rx8sdA19hcc3P3AHFYd5LVOw+pYuSd5lICC3gm52B6Rwxw==
3030
dependencies:
31-
core-js-pure "^3.0.0"
32-
regenerator-runtime "^0.13.4"
31+
core-js-pure "^3.25.1"
32+
regenerator-runtime "^0.13.11"
3333

3434
"@commitlint/[email protected]":
3535
version "17.4.4"
@@ -698,10 +698,10 @@ conventional-commits-parser@^3.2.2:
698698
split2 "^3.0.0"
699699
through2 "^4.0.0"
700700

701-
core-js-pure@^3.0.0:
702-
version "3.9.1"
703-
resolved "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.9.1.tgz"
704-
integrity sha512-laz3Zx0avrw9a4QEIdmIblnVuJz8W51leY9iLThatCsFawWxC3sE4guASC78JbCin+DkwMpCdp1AVAuzL/GN7A==
701+
core-js-pure@^3.25.1:
702+
version "3.29.1"
703+
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.29.1.tgz#1be6ca2b8772f6b4df7fc4621743286e676c6162"
704+
integrity sha512-4En6zYVi0i0XlXHVz/bi6l1XDjCqkKRq765NXuX+SnaIatlE96Odt5lMLjdxUiNI1v9OXI5DSLWYPlmTfkTktg==
705705

706706
core-util-is@~1.0.0:
707707
version "1.0.2"
@@ -2499,10 +2499,10 @@ redent@^3.0.0:
24992499
indent-string "^4.0.0"
25002500
strip-indent "^3.0.0"
25012501

2502-
regenerator-runtime@^0.13.4:
2503-
version "0.13.7"
2504-
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz"
2505-
integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
2502+
regenerator-runtime@^0.13.11:
2503+
version "0.13.11"
2504+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
2505+
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
25062506

25072507
regexp.prototype.flags@^1.4.3:
25082508
version "1.4.3"
@@ -3123,11 +3123,11 @@ wrappy@1:
31233123
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
31243124

31253125
xregexp@^5.0.1:
3126-
version "5.0.1"
3127-
resolved "https://registry.npmjs.org/xregexp/-/xregexp-5.0.1.tgz"
3128-
integrity sha512-flG0ykxHQLOfF886GpnY26WQkj4/RmcxYvoVcSFbg+1lPMdnXEPoTKuLzw1olKnJ+o2Wc1+RCD1oktV4bYzVlQ==
3126+
version "5.1.1"
3127+
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-5.1.1.tgz#6d3fe18819e3143aaf52f9284d34f49a59583ebb"
3128+
integrity sha512-fKXeVorD+CzWvFs7VBuKTYIW63YD1e1osxwQ8caZ6o1jg6pDAbABDG54LCIq0j5cy7PjRvGIq6sef9DYPXpncg==
31293129
dependencies:
3130-
"@babel/runtime-corejs3" "^7.12.1"
3130+
"@babel/runtime-corejs3" "^7.16.5"
31313131

31323132
xtend@~4.0.1:
31333133
version "4.0.2"

0 commit comments

Comments
 (0)