From 43fddd1987f566cb75531490de06826b2e5537f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 14:17:04 +0000 Subject: [PATCH 1/2] chore(deps): update dependency rollup to v3.21.5 --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 59c3b3a376d..90cf97b0706 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16761,9 +16761,9 @@ rollup-pluginutils@^2.3.3: estree-walker "^0.6.1" rollup@^3.21.3: - version "3.21.4" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.21.4.tgz#61af40f1d48d0d04fb20114af73db7367f7151fa" - integrity sha512-N5LxpvDolOm9ueiCp4NfB80omMDqb45ShtsQw2+OT3f11uJ197dv703NZvznYHP6RWR85wfxanXurXKG3ux2GQ== + version "3.21.5" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.21.5.tgz#1fbae43dc1079497b04604707f1cf979e51bfe49" + integrity sha512-a4NTKS4u9PusbUJcfF4IMxuqjFzjm6ifj76P54a7cKnvVzJaG12BLVR+hgU2YDGHzyMMQNxLAZWuALsn8q2oQg== optionalDependencies: fsevents "~2.3.2" From 948f0b485f6737bdb8473a18763d13babf2024e9 Mon Sep 17 00:00:00 2001 From: Titani Date: Fri, 5 May 2023 16:19:55 -0400 Subject: [PATCH 2/2] updated package.json --- packages/react-core/package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 72efa027373..ab128263e1b 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -62,7 +62,7 @@ "fs-extra": "^11.1.1", "glob": "^7.1.2", "rimraf": "^3.0.2", - "rollup": "^3.21.3", + "rollup": "^3.21.5", "rollup-plugin-scss": "^4.0.0", "rollup-plugin-terser": "^7.0.2", "typescript": "^4.7.4" diff --git a/yarn.lock b/yarn.lock index 90cf97b0706..8b33c921a5c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16760,7 +16760,7 @@ rollup-pluginutils@^2.3.3: dependencies: estree-walker "^0.6.1" -rollup@^3.21.3: +rollup@^3.21.5: version "3.21.5" resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.21.5.tgz#1fbae43dc1079497b04604707f1cf979e51bfe49" integrity sha512-a4NTKS4u9PusbUJcfF4IMxuqjFzjm6ifj76P54a7cKnvVzJaG12BLVR+hgU2YDGHzyMMQNxLAZWuALsn8q2oQg==