Skip to content

Commit 76ef755

Browse files
fix(deps): update dependency xregexp to v5.1.2
1 parent e9fd6b0 commit 76ef755

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.26.9":
32+
version "7.26.9"
33+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.26.9.tgz#8b73bae47453aa3dd2839ac52598581a7dd8332f"
34+
integrity sha512-5EVjbTegqN7RSJle6hMWYxO4voo4rI+9krITk+DWR+diJgGrjZjrIBnJhjrHYYQsFgI7j1w1QnrvV7YSKBfYGg==
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.8.0"
@@ -708,10 +708,10 @@ conventional-commits-parser@^5.0.0:
708708
meow "^12.0.1"
709709
split2 "^4.0.0"
710710

711-
core-js-pure@^3.0.0:
712-
version "3.9.1"
713-
resolved "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.9.1.tgz"
714-
integrity sha512-laz3Zx0avrw9a4QEIdmIblnVuJz8W51leY9iLThatCsFawWxC3sE4guASC78JbCin+DkwMpCdp1AVAuzL/GN7A==
711+
core-js-pure@^3.30.2:
712+
version "3.41.0"
713+
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.41.0.tgz#349fecad168d60807a31e83c99d73d786fe80811"
714+
integrity sha512-71Gzp96T9YPk63aUvE5Q5qP+DryB4ZloUZPSOebGM88VNw8VNfvdA7z6kGA8iGOTEzAomsRidp4jXSmUIJsL+Q==
715715

716716
cosmiconfig-typescript-loader@^6.1.0:
717717
version "6.1.0"
@@ -2381,10 +2381,10 @@ punycode@^2.1.0:
23812381
resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz"
23822382
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
23832383

2384-
regenerator-runtime@^0.13.4:
2385-
version "0.13.7"
2386-
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz"
2387-
integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
2384+
regenerator-runtime@^0.14.0:
2385+
version "0.14.1"
2386+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
2387+
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
23882388

23892389
regexp.prototype.flags@^1.4.3:
23902390
version "1.4.3"
@@ -2967,11 +2967,11 @@ wrap-ansi@^9.0.0:
29672967
strip-ansi "^7.1.0"
29682968

29692969
xregexp@^5.0.1:
2970-
version "5.0.1"
2971-
resolved "https://registry.npmjs.org/xregexp/-/xregexp-5.0.1.tgz"
2972-
integrity sha512-flG0ykxHQLOfF886GpnY26WQkj4/RmcxYvoVcSFbg+1lPMdnXEPoTKuLzw1olKnJ+o2Wc1+RCD1oktV4bYzVlQ==
2970+
version "5.1.2"
2971+
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-5.1.2.tgz#ae4979868313d2f4dc4da9ab31ff5c2352fb969e"
2972+
integrity sha512-6hGgEMCGhqCTFEJbqmWrNIPqfpdirdGWkqshu7fFZddmTSfgv5Sn9D2SaKloR79s5VUiUlpwzg3CM3G6D3VIlw==
29732973
dependencies:
2974-
"@babel/runtime-corejs3" "^7.12.1"
2974+
"@babel/runtime-corejs3" "^7.26.9"
29752975

29762976
y18n@^5.0.5:
29772977
version "5.0.5"

0 commit comments

Comments
 (0)