Skip to content

Commit 9b2415b

Browse files
fix(deps): update dependency xregexp to v5.1.1
1 parent 6636465 commit 9b2415b

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.7"
33+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.26.7.tgz#586756721b532572b8592d825ebbb5bc08f08ad4"
34+
integrity sha512-55gRV8vGrCIYZnaQHQrD92Lo/hYE3Sj5tmbuf0hhHR7sj2CWhEhHU89hbq+UVDXvFG1zUVXJhUkEq1eAfqXtFw==
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.1"
@@ -703,10 +703,10 @@ conventional-commits-parser@^5.0.0:
703703
meow "^12.0.1"
704704
split2 "^4.0.0"
705705

706-
core-js-pure@^3.0.0:
707-
version "3.9.1"
708-
resolved "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.9.1.tgz"
709-
integrity sha512-laz3Zx0avrw9a4QEIdmIblnVuJz8W51leY9iLThatCsFawWxC3sE4guASC78JbCin+DkwMpCdp1AVAuzL/GN7A==
706+
core-js-pure@^3.30.2:
707+
version "3.40.0"
708+
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.40.0.tgz#d9a019e9160f9b042eeb6abb92242680089d486e"
709+
integrity sha512-AtDzVIgRrmRKQai62yuSIN5vNiQjcJakJb4fbhVw3ehxx7Lohphvw9SGNWKhLFqSxC4ilD0g/L1huAYFQU3Q6A==
710710

711711
cosmiconfig-typescript-loader@^6.1.0:
712712
version "6.1.0"
@@ -2375,10 +2375,10 @@ punycode@^2.1.0:
23752375
resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz"
23762376
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
23772377

2378-
regenerator-runtime@^0.13.4:
2379-
version "0.13.7"
2380-
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz"
2381-
integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
2378+
regenerator-runtime@^0.14.0:
2379+
version "0.14.1"
2380+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
2381+
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
23822382

23832383
regexp.prototype.flags@^1.4.3:
23842384
version "1.4.3"
@@ -2961,11 +2961,11 @@ wrap-ansi@^9.0.0:
29612961
strip-ansi "^7.1.0"
29622962

29632963
xregexp@^5.0.1:
2964-
version "5.0.1"
2965-
resolved "https://registry.npmjs.org/xregexp/-/xregexp-5.0.1.tgz"
2966-
integrity sha512-flG0ykxHQLOfF886GpnY26WQkj4/RmcxYvoVcSFbg+1lPMdnXEPoTKuLzw1olKnJ+o2Wc1+RCD1oktV4bYzVlQ==
2964+
version "5.1.1"
2965+
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-5.1.1.tgz#6d3fe18819e3143aaf52f9284d34f49a59583ebb"
2966+
integrity sha512-fKXeVorD+CzWvFs7VBuKTYIW63YD1e1osxwQ8caZ6o1jg6pDAbABDG54LCIq0j5cy7PjRvGIq6sef9DYPXpncg==
29672967
dependencies:
2968-
"@babel/runtime-corejs3" "^7.12.1"
2968+
"@babel/runtime-corejs3" "^7.16.5"
29692969

29702970
y18n@^5.0.5:
29712971
version "5.0.5"

0 commit comments

Comments
 (0)