Skip to content

Commit 5aff579

Browse files
committed
Update yarn.lock
1 parent 181f755 commit 5aff579

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
json5 "^2.2.1"
407407
semver "^6.3.0"
408408

409-
"@babel/[email protected]", "@babel/core@^7.12.3", "@babel/core@^7.13.1", "@babel/core@^7.20.12", "@babel/core@^7.4.4":
409+
"@babel/[email protected]", "@babel/core@^7.12.3", "@babel/core@^7.13.1", "@babel/core@^7.20.12", "@babel/core@^7.20.5", "@babel/core@^7.4.4":
410410
version "7.20.12"
411411
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d"
412412
integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==
@@ -1385,7 +1385,7 @@
13851385
dependencies:
13861386
"@babel/helper-plugin-utils" "^7.18.6"
13871387

1388-
1388+
"@babel/[email protected]", "@babel/plugin-transform-runtime@^7.19.6":
13891389
version "7.19.6"
13901390
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.6.tgz#9d2a9dbf4e12644d6f46e5e75bfbf02b5d6e9194"
13911391
integrity sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==
@@ -1540,7 +1540,7 @@
15401540
"@babel/types" "^7.4.4"
15411541
esutils "^2.0.2"
15421542

1543-
"@babel/preset-react@^7.12.13":
1543+
"@babel/preset-react@^7.12.13", "@babel/preset-react@^7.18.6":
15441544
version "7.18.6"
15451545
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.18.6.tgz#979f76d6277048dc19094c217b507f3ad517dd2d"
15461546
integrity sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==
@@ -2530,6 +2530,11 @@
25302530
"@parcel/utils" "^1.11.0"
25312531
physical-cpu-count "^2.0.0"
25322532

2533+
"@remix-run/[email protected]":
2534+
version "1.3.2"
2535+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.3.2.tgz#58cd2bd25df2acc16c628e1b6f6150ea6c7455bc"
2536+
integrity sha512-t54ONhl/h75X94SWsHGQ4G/ZrCEguKSRQr7DrjTciJXW0YU1QhlwYeycvK5JgkzlxmvrK7wq1NB/PLtHxoiDcA==
2537+
25332538
"@rollup/plugin-commonjs@^17.1.0":
25342539
version "17.1.0"
25352540
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-17.1.0.tgz#757ec88737dffa8aa913eb392fade2e45aef2a2d"
@@ -11837,6 +11842,21 @@ react-is@^17.0.1:
1183711842
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
1183811843
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
1183911844

11845+
react-router-dom@^6.4.3:
11846+
version "6.8.1"
11847+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.8.1.tgz#7e136b67d9866f55999e9a8482c7008e3c575ac9"
11848+
integrity sha512-67EXNfkQgf34P7+PSb6VlBuaacGhkKn3kpE51+P6zYSG2kiRoumXEL6e27zTa9+PGF2MNXbgIUHTVlleLbIcHQ==
11849+
dependencies:
11850+
"@remix-run/router" "1.3.2"
11851+
react-router "6.8.1"
11852+
11853+
11854+
version "6.8.1"
11855+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.8.1.tgz#e362caf93958a747c649be1b47cd505cf28ca63e"
11856+
integrity sha512-Jgi8BzAJQ8MkPt8ipXnR73rnD7EmZ0HFFb7jdQU24TynGW1Ooqin2KVDN9voSC+7xhqbbCd2cjGUepb6RObnyg==
11857+
dependencies:
11858+
"@remix-run/router" "1.3.2"
11859+
1184011860
react@^17.0.1:
1184111861
version "17.0.2"
1184211862
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"

0 commit comments

Comments
 (0)