Skip to content

Commit 2f93022

Browse files
committed
chore: cherry picked security updates.
1 parent 4287fec commit 2f93022

File tree

7 files changed

+36
-29
lines changed

7 files changed

+36
-29
lines changed

packages/react-charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@patternfly/react-styles": "workspace:^",
4343
"@patternfly/react-tokens": "workspace:^",
4444
"hoist-non-react-statics": "^3.3.2",
45-
"lodash": "^4.17.21",
45+
"lodash": "^4.17.23",
4646
"tslib": "^2.8.1"
4747
},
4848
"devDependencies": {

packages/react-charts/src/victory/components/ChartCursorTooltip/__snapshots__/ChartCursorFlyout.test.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ exports[`allows tooltip via container component 1`] = `
1818
width="200"
1919
>
2020
<g
21-
clip-path="url(#victory-clip-4)"
21+
clip-path="url(#victory-clip-2)"
2222
style="height: 100%; width: 100%;"
2323
>
2424
<defs>
2525
<clippath
26-
id="victory-clip-4"
26+
id="victory-clip-2"
2727
>
2828
<rect
2929
height="100"
@@ -42,12 +42,12 @@ exports[`allows tooltip via container component 1`] = `
4242
/>
4343
</g>
4444
<g
45-
clip-path="url(#victory-clip-5)"
45+
clip-path="url(#victory-clip-3)"
4646
style="height: 100%; width: 100%;"
4747
>
4848
<defs>
4949
<clippath
50-
id="victory-clip-5"
50+
id="victory-clip-3"
5151
>
5252
<rect
5353
height="100"

packages/react-charts/src/victory/components/ChartCursorTooltip/__snapshots__/ChartCursorTooltip.test.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ exports[`allows tooltip via container component 1`] = `
1818
width="200"
1919
>
2020
<g
21-
clip-path="url(#victory-clip-4)"
21+
clip-path="url(#victory-clip-2)"
2222
style="height: 100%; width: 100%;"
2323
>
2424
<defs>
2525
<clippath
26-
id="victory-clip-4"
26+
id="victory-clip-2"
2727
>
2828
<rect
2929
height="100"
@@ -42,12 +42,12 @@ exports[`allows tooltip via container component 1`] = `
4242
/>
4343
</g>
4444
<g
45-
clip-path="url(#victory-clip-5)"
45+
clip-path="url(#victory-clip-3)"
4646
style="height: 100%; width: 100%;"
4747
>
4848
<defs>
4949
<clippath
50-
id="victory-clip-5"
50+
id="victory-clip-3"
5151
>
5252
<rect
5353
height="100"

packages/react-charts/src/victory/components/ChartTooltip/__snapshots__/ChartTooltip.test.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ exports[`allows tooltip via container component 1`] = `
1818
width="200"
1919
>
2020
<g
21-
clip-path="url(#victory-clip-4)"
21+
clip-path="url(#victory-clip-2)"
2222
style="height: 100%; width: 100%;"
2323
>
2424
<defs>
2525
<clippath
26-
id="victory-clip-4"
26+
id="victory-clip-2"
2727
>
2828
<rect
2929
height="100"
@@ -42,12 +42,12 @@ exports[`allows tooltip via container component 1`] = `
4242
/>
4343
</g>
4444
<g
45-
clip-path="url(#victory-clip-5)"
45+
clip-path="url(#victory-clip-3)"
4646
style="height: 100%; width: 100%;"
4747
>
4848
<defs>
4949
<clippath
50-
id="victory-clip-5"
50+
id="victory-clip-3"
5151
>
5252
<rect
5353
height="100"

packages/react-integration/demo-app-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@patternfly/react-core": "workspace:^",
1212
"react": "^18.3.1",
1313
"react-dom": "^18.3.1",
14-
"react-router": "^7.3.0",
15-
"react-router-dom": "^7.3.0"
14+
"react-router": "^7.12.0",
15+
"react-router-dom": "^7.12.0"
1616
},
1717
"devDependencies": {
1818
"@vitejs/plugin-react-swc": "^3.9.0",

packages/react-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@patternfly/react-icons": "workspace:^",
4545
"@patternfly/react-styles": "workspace:^",
4646
"@patternfly/react-tokens": "workspace:^",
47-
"lodash": "^4.17.21",
47+
"lodash": "^4.17.23",
4848
"tslib": "^2.8.1"
4949
},
5050
"peerDependencies": {

yarn.lock

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4337,7 +4337,7 @@ __metadata:
43374337
fs-extra: "npm:^11.3.0"
43384338
hoist-non-react-statics: "npm:^3.3.2"
43394339
jest-canvas-mock: "npm:^2.5.2"
4340-
lodash: "npm:^4.17.21"
4340+
lodash: "npm:^4.17.23"
43414341
tslib: "npm:^2.8.1"
43424342
peerDependencies:
43434343
echarts: ^5.6.0 || ^6.0.0
@@ -4581,7 +4581,7 @@ __metadata:
45814581
"@patternfly/react-icons": "workspace:^"
45824582
"@patternfly/react-styles": "workspace:^"
45834583
"@patternfly/react-tokens": "workspace:^"
4584-
lodash: "npm:^4.17.21"
4584+
lodash: "npm:^4.17.23"
45854585
tslib: "npm:^2.8.1"
45864586
peerDependencies:
45874587
react: ^17 || ^18 || ^19
@@ -9942,8 +9942,8 @@ __metadata:
99429942
"@vitejs/plugin-react-swc": "npm:^3.9.0"
99439943
react: "npm:^18.3.1"
99449944
react-dom: "npm:^18.3.1"
9945-
react-router: "npm:^7.3.0"
9946-
react-router-dom: "npm:^7.3.0"
9945+
react-router: "npm:^7.12.0"
9946+
react-router-dom: "npm:^7.12.0"
99479947
vite: "npm:^6.2.2"
99489948
languageName: unknown
99499949
linkType: soft
@@ -16020,6 +16020,13 @@ __metadata:
1602016020
languageName: node
1602116021
linkType: hard
1602216022

16023+
"lodash@npm:^4.17.23":
16024+
version: 4.17.23
16025+
resolution: "lodash@npm:4.17.23"
16026+
checksum: 10c0/1264a90469f5bb95d4739c43eb6277d15b6d9e186df4ac68c3620443160fc669e2f14c11e7d8b2ccf078b81d06147c01a8ccced9aab9f9f63d50dcf8cace6bf6
16027+
languageName: node
16028+
linkType: hard
16029+
1602316030
"log-symbols@npm:^2.1.0":
1602416031
version: 2.2.0
1602516032
resolution: "log-symbols@npm:2.2.0"
@@ -19316,21 +19323,21 @@ __metadata:
1931619323
languageName: node
1931719324
linkType: hard
1931819325

19319-
"react-router-dom@npm:^7.3.0":
19320-
version: 7.3.0
19321-
resolution: "react-router-dom@npm:7.3.0"
19326+
"react-router-dom@npm:^7.12.0":
19327+
version: 7.13.0
19328+
resolution: "react-router-dom@npm:7.13.0"
1932219329
dependencies:
19323-
react-router: "npm:7.3.0"
19330+
react-router: "npm:7.13.0"
1932419331
peerDependencies:
1932519332
react: ">=18"
1932619333
react-dom: ">=18"
19327-
checksum: 10c0/62360eb87d64081b413591a8c96dbf0f1f568df2e1b2748179a586f0ccd891df85acf25a52b6425fee8614266d53fd7ba9944b5c7ab6478966c46daa546307b8
19334+
checksum: 10c0/759bd5e7fe7b5baba50a0264724188707682d217cad8eac702a55e0b1abebf295be014dd3bfaff8e3c2def9dfaa23e6ded3f908feab84df766e9b82cc3774e98
1932819335
languageName: node
1932919336
linkType: hard
1933019337

19331-
"react-router@npm:7.3.0, react-router@npm:^7.3.0":
19332-
version: 7.3.0
19333-
resolution: "react-router@npm:7.3.0"
19338+
"react-router@npm:7.13.0, react-router@npm:^7.12.0":
19339+
version: 7.13.0
19340+
resolution: "react-router@npm:7.13.0"
1933419341
dependencies:
1933519342
"@types/cookie": "npm:^0.6.0"
1933619343
cookie: "npm:^1.0.1"
@@ -19342,7 +19349,7 @@ __metadata:
1934219349
peerDependenciesMeta:
1934319350
react-dom:
1934419351
optional: true
19345-
checksum: 10c0/2965a8a7598afaeb5c4d10c3364452df924bed9b03f6b18d7049e4b93054e2412749d0621b2ff4cdd7791af9fb843148aefbea3db2ffc9f43ef68f9df0c0241d
19352+
checksum: 10c0/397cb009bc83d071269c8f9323bbfe1f856721fde75e39b29fe0ddfe7564ebdc3b8bbb85768321cae92ec28b406e8fac7eab7e232d0738b3b1c092e2764e4307
1934619353
languageName: node
1934719354
linkType: hard
1934819355

0 commit comments

Comments
 (0)