Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 4b33db2

Browse files
Update dependency rc-util to v5.22.4 (#294)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5b92d9 commit 4b33db2

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"npm-check-updates": "12.0.5",
7777
"postcss": "8.4.12",
7878
"prettier": "2.5.1",
79-
"rc-util": "5.16.1",
79+
"rc-util": "5.22.4",
8080
"react-is": "17.0.2",
8181
"react-test-renderer": "17.0.2",
8282
"sonarqube-scanner": "2.8.1",

yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,13 @@
11371137
dependencies:
11381138
regenerator-runtime "^0.13.4"
11391139

1140+
"@babel/runtime@^7.18.3":
1141+
version "7.18.3"
1142+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.3.tgz#c7b654b57f6f63cf7f8b418ac9ca04408c4579f4"
1143+
integrity sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==
1144+
dependencies:
1145+
regenerator-runtime "^0.13.4"
1146+
11401147
"@babel/template@^7.12.7", "@babel/template@^7.16.7", "@babel/template@^7.3.3":
11411148
version "7.16.7"
11421149
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
@@ -13322,12 +13329,12 @@ rc-config-loader@^4.0.0:
1332213329
json5 "^2.1.2"
1332313330
require-from-string "^2.0.2"
1332413331

13325-
rc-util@5.16.1:
13326-
version "5.16.1"
13327-
resolved "https://registry.yarnpkg.com/rc-util/-/rc-util-5.16.1.tgz#374db7cb735512f05165ddc3d6b2c61c21b8b4e3"
13328-
integrity sha512-kSCyytvdb3aRxQacS/71ta6c+kBWvM1v8/2h9d/HaNWauc3qB8pLnF20PJ8NajkNN8gb+rR1l0eWO+D4Pz+LLQ==
13332+
rc-util@5.22.4:
13333+
version "5.22.4"
13334+
resolved "https://registry.yarnpkg.com/rc-util/-/rc-util-5.22.4.tgz#7bbff3163216d58c93939c22c37a719c654f7289"
13335+
integrity sha512-KNZNgUix/1eAObTE1jjCSP3bh2eOFvMgdLIUp0mlTdUdWhcFi8dIvnBLHJoDL30MhhBz4Ra2QyW0QUIvvT8bKg==
1332913336
dependencies:
13330-
"@babel/runtime" "^7.12.5"
13337+
"@babel/runtime" "^7.18.3"
1333113338
react-is "^16.12.0"
1333213339
shallowequal "^1.1.0"
1333313340

0 commit comments

Comments
 (0)