Skip to content

Commit a75a4de

Browse files
chore(deps): update dependency @openshift-console/dynamic-plugin-sdk to v4.20.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 340e5fd commit a75a4de

1 file changed

Lines changed: 29 additions & 9 deletions

File tree

yarn.lock

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
picocolors "^1.0.0"
3535

3636
"@babel/runtime@^7.1.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.14.5", "@babel/runtime@^7.7.6":
37-
version "7.28.4"
38-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326"
39-
integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==
37+
version "7.28.6"
38+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.6.tgz#d267a43cb1836dc4d182cce93ae75ba954ef6d2b"
39+
integrity sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==
4040

4141
"@babel/runtime@^7.12.0", "@babel/runtime@^7.9.2":
4242
version "7.26.0"
@@ -270,12 +270,11 @@
270270
webpack "^5.75.0"
271271

272272
"@openshift-console/dynamic-plugin-sdk@^4.19.0-prerelease.2":
273-
version "4.19.0"
274-
resolved "https://registry.yarnpkg.com/@openshift-console/dynamic-plugin-sdk/-/dynamic-plugin-sdk-4.19.0.tgz#c9b6c1338b14c174520bff827f4e2be5ab2290a4"
275-
integrity sha512-v1pNt2eDCyXwRZX+66QDnaYtrwbLapRMtCQql65pgePsE5/5aoOSGIsTjIB812j+oagAB1yk4r7OUlopA2F8kw==
273+
version "4.20.0"
274+
resolved "https://registry.yarnpkg.com/@openshift-console/dynamic-plugin-sdk/-/dynamic-plugin-sdk-4.20.0.tgz#f5e6aaa147f02f651e3e6a734a1fb55555bad56a"
275+
integrity sha512-Rf6XfWweXccmz10UpBT0tJTXBDf6jqRaiwQjzXGJ4W+ewVh5BQwxXIeBwzxjuAr3Bt972MhIqksHrlh54moERA==
276276
dependencies:
277277
"@patternfly/react-topology" "^6.2.0"
278-
classnames "2.x"
279278
immutable "3.x"
280279
lodash "^4.17.21"
281280
react "^17.0.1"
@@ -595,6 +594,11 @@
595594
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.0.tgz#35390d0e7779626c026b11376da6789eb8389242"
596595
integrity sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==
597596

597+
"@remix-run/router@1.23.2":
598+
version "1.23.2"
599+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.2.tgz#156c4b481c0bee22a19f7924728a67120de06971"
600+
integrity sha512-Ic6m2U/rMjTkhERIa/0ZtXJP17QUi2CbWE7cqx4J58M8aA3QTfW+2UlQ4psvTX9IO1RfNVhK3pcpdjej7L+t2w==
601+
598602
"@rtsao/scc@^1.1.0":
599603
version "1.1.0"
600604
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
@@ -6332,7 +6336,7 @@ lodash.truncate@^4.4.2:
63326336
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
63336337
integrity sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==
63346338

6335-
lodash@^4.17.14, lodash@^4.17.21, lodash@^4.17.23, lodash@^4.17.4:
6339+
lodash@^4.17.14, lodash@^4.17.21, lodash@^4.17.4:
63366340
version "4.17.23"
63376341
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
63386342
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
@@ -7628,7 +7632,16 @@ react-redux@7.2.9:
76287632
prop-types "^15.7.2"
76297633
react-is "^17.0.2"
76307634

7631-
react-router-dom-v5-compat@^6.11.2, react-router-dom-v5-compat@^6.30.0:
7635+
react-router-dom-v5-compat@^6.11.2:
7636+
version "6.30.3"
7637+
resolved "https://registry.yarnpkg.com/react-router-dom-v5-compat/-/react-router-dom-v5-compat-6.30.3.tgz#0bd5ccc0d9fc0e81ceabade75acc55240279aaaf"
7638+
integrity sha512-WWZtwGYyoaeUDNrhzzDkh4JvN5nU0MIz80Dxim6pznQrfS+dv0mvtVoHTA6HlUl/OiJl7WWjbsQwjTnYXejEHg==
7639+
dependencies:
7640+
"@remix-run/router" "1.23.2"
7641+
history "^5.3.0"
7642+
react-router "6.30.3"
7643+
7644+
react-router-dom-v5-compat@^6.30.0:
76327645
version "6.30.0"
76337646
resolved "https://registry.yarnpkg.com/react-router-dom-v5-compat/-/react-router-dom-v5-compat-6.30.0.tgz#d089e7b8dc964ade2480467aa77381647b10a78b"
76347647
integrity sha512-MAVRASbdQ3+ZOTPPjAa7jKcF0F9LkHWKB/iib3hf+jzzIazL4GEpMDDdTswCsqRQNU+zNnT3qD0WiNbzJ6ncPw==
@@ -7679,6 +7692,13 @@ react-router@6.30.0:
76797692
dependencies:
76807693
"@remix-run/router" "1.23.0"
76817694

7695+
react-router@6.30.3:
7696+
version "6.30.3"
7697+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.3.tgz#994b3ccdbe0e81fe84d4f998100f62584dfbf1cf"
7698+
integrity sha512-XRnlbKMTmktBkjCLE8/XcZFlnHvr2Ltdr1eJX4idL55/9BbORzyZEaIkBFDhFGCEWBBItsVrDxwx3gnisMitdw==
7699+
dependencies:
7700+
"@remix-run/router" "1.23.2"
7701+
76827702
react-side-effect@^2.1.0:
76837703
version "2.1.2"
76847704
resolved "https://registry.yarnpkg.com/react-side-effect/-/react-side-effect-2.1.2.tgz#dc6345b9e8f9906dc2eeb68700b615e0b4fe752a"

0 commit comments

Comments
 (0)