Skip to content

Commit 1074085

Browse files
fix(deps): update dependency xregexp to v5.1.1
1 parent e1af043 commit 1074085

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
@@ -28,13 +28,13 @@
2828
chalk "^2.0.0"
2929
js-tokens "^4.0.0"
3030

31-
"@babel/runtime-corejs3@^7.12.1":
32-
version "7.13.10"
33-
resolved "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.13.10.tgz"
34-
integrity sha512-x/XYVQ1h684pp1mJwOV4CyvqZXqbc8CMsMGUnAbuc82ZCdv1U63w5RSUzgDSXQHG5Rps/kiksH6g2D5BuaKyXg==
31+
"@babel/runtime-corejs3@^7.16.5":
32+
version "7.26.0"
33+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.26.0.tgz#5af6bed16073eb4a0191233d61e158a5c768c430"
34+
integrity sha512-YXHu5lN8kJCb1LOb9PgV6pvak43X2h4HvRApcN5SdWeaItQOzfn1hgP6jasD6KWQyJDBxrVmA9o9OivlnNJK/w==
3535
dependencies:
36-
core-js-pure "^3.0.0"
37-
regenerator-runtime "^0.13.4"
36+
core-js-pure "^3.30.2"
37+
regenerator-runtime "^0.14.0"
3838

3939
"@commitlint/[email protected]":
4040
version "19.6.0"
@@ -695,10 +695,10 @@ conventional-commits-parser@^5.0.0:
695695
meow "^12.0.1"
696696
split2 "^4.0.0"
697697

698-
core-js-pure@^3.0.0:
699-
version "3.9.1"
700-
resolved "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.9.1.tgz"
701-
integrity sha512-laz3Zx0avrw9a4QEIdmIblnVuJz8W51leY9iLThatCsFawWxC3sE4guASC78JbCin+DkwMpCdp1AVAuzL/GN7A==
698+
core-js-pure@^3.30.2:
699+
version "3.39.0"
700+
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.39.0.tgz#aa0d54d70a15bdc13e7c853db87c10abc30d68f3"
701+
integrity sha512-7fEcWwKI4rJinnK+wLTezeg2smbFFdSBP6E2kQZNbnzM2s1rpKQ6aaRteZSSg7FLU3P0HGGVo/gbpfanU36urg==
702702

703703
cosmiconfig-typescript-loader@^5.0.0:
704704
version "5.0.0"
@@ -2367,10 +2367,10 @@ punycode@^2.1.0:
23672367
resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz"
23682368
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
23692369

2370-
regenerator-runtime@^0.13.4:
2371-
version "0.13.7"
2372-
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz"
2373-
integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
2370+
regenerator-runtime@^0.14.0:
2371+
version "0.14.1"
2372+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
2373+
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
23742374

23752375
regexp.prototype.flags@^1.4.3:
23762376
version "1.4.3"
@@ -2953,11 +2953,11 @@ wrap-ansi@^9.0.0:
29532953
strip-ansi "^7.1.0"
29542954

29552955
xregexp@^5.0.1:
2956-
version "5.0.1"
2957-
resolved "https://registry.npmjs.org/xregexp/-/xregexp-5.0.1.tgz"
2958-
integrity sha512-flG0ykxHQLOfF886GpnY26WQkj4/RmcxYvoVcSFbg+1lPMdnXEPoTKuLzw1olKnJ+o2Wc1+RCD1oktV4bYzVlQ==
2956+
version "5.1.1"
2957+
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-5.1.1.tgz#6d3fe18819e3143aaf52f9284d34f49a59583ebb"
2958+
integrity sha512-fKXeVorD+CzWvFs7VBuKTYIW63YD1e1osxwQ8caZ6o1jg6pDAbABDG54LCIq0j5cy7PjRvGIq6sef9DYPXpncg==
29592959
dependencies:
2960-
"@babel/runtime-corejs3" "^7.12.1"
2960+
"@babel/runtime-corejs3" "^7.16.5"
29612961

29622962
y18n@^5.0.5:
29632963
version "5.0.5"

0 commit comments

Comments
 (0)