Skip to content

Commit 5c03fd3

Browse files
authored
chore: Updated with snyk react router, and lodash requests. (#12221)
* chore: Updated with snyk react router, and lodash requests. * chore: updated snapshots.
1 parent b3b559a commit 5c03fd3

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.9.4",
15-
"react-router-dom": "^7.9.4"
14+
"react-router": "^7.12.0",
15+
"react-router-dom": "^7.12.0"
1616
},
1717
"devDependencies": {
1818
"@vitejs/plugin-react-swc": "^3.11.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
@@ -4542,7 +4542,7 @@ __metadata:
45424542
fs-extra: "npm:^11.3.0"
45434543
hoist-non-react-statics: "npm:^3.3.2"
45444544
jest-canvas-mock: "npm:^2.5.2"
4545-
lodash: "npm:^4.17.21"
4545+
lodash: "npm:^4.17.23"
45464546
tslib: "npm:^2.8.1"
45474547
peerDependencies:
45484548
echarts: ^5.6.0 || ^6.0.0
@@ -4788,7 +4788,7 @@ __metadata:
47884788
"@patternfly/react-icons": "workspace:^"
47894789
"@patternfly/react-styles": "workspace:^"
47904790
"@patternfly/react-tokens": "workspace:^"
4791-
lodash: "npm:^4.17.21"
4791+
lodash: "npm:^4.17.23"
47924792
tslib: "npm:^2.8.1"
47934793
peerDependencies:
47944794
react: ^17 || ^18 || ^19
@@ -10086,8 +10086,8 @@ __metadata:
1008610086
"@vitejs/plugin-react-swc": "npm:^3.11.0"
1008710087
react: "npm:^18.3.1"
1008810088
react-dom: "npm:^18.3.1"
10089-
react-router: "npm:^7.9.4"
10090-
react-router-dom: "npm:^7.9.4"
10089+
react-router: "npm:^7.12.0"
10090+
react-router-dom: "npm:^7.12.0"
1009110091
vite: "npm:^6.2.2"
1009210092
languageName: unknown
1009310093
linkType: soft
@@ -16118,6 +16118,13 @@ __metadata:
1611816118
languageName: node
1611916119
linkType: hard
1612016120

16121+
"lodash@npm:^4.17.23":
16122+
version: 4.17.23
16123+
resolution: "lodash@npm:4.17.23"
16124+
checksum: 10c0/1264a90469f5bb95d4739c43eb6277d15b6d9e186df4ac68c3620443160fc669e2f14c11e7d8b2ccf078b81d06147c01a8ccced9aab9f9f63d50dcf8cace6bf6
16125+
languageName: node
16126+
linkType: hard
16127+
1612116128
"log-symbols@npm:^2.1.0":
1612216129
version: 2.2.0
1612316130
resolution: "log-symbols@npm:2.2.0"
@@ -19359,21 +19366,21 @@ __metadata:
1935919366
languageName: node
1936019367
linkType: hard
1936119368

19362-
"react-router-dom@npm:^7.9.4":
19363-
version: 7.9.4
19364-
resolution: "react-router-dom@npm:7.9.4"
19369+
"react-router-dom@npm:^7.12.0":
19370+
version: 7.13.0
19371+
resolution: "react-router-dom@npm:7.13.0"
1936519372
dependencies:
19366-
react-router: "npm:7.9.4"
19373+
react-router: "npm:7.13.0"
1936719374
peerDependencies:
1936819375
react: ">=18"
1936919376
react-dom: ">=18"
19370-
checksum: 10c0/03979ef887411230188d8eb7e001379c164f28235d5e3589f9192f73edae4c6e59a155aec0bcdcb84b3fa4e72caff0c38f4709ffb2e4cdca4cb8a8ab1c60dd35
19377+
checksum: 10c0/759bd5e7fe7b5baba50a0264724188707682d217cad8eac702a55e0b1abebf295be014dd3bfaff8e3c2def9dfaa23e6ded3f908feab84df766e9b82cc3774e98
1937119378
languageName: node
1937219379
linkType: hard
1937319380

19374-
"react-router@npm:7.9.4, react-router@npm:^7.9.4":
19375-
version: 7.9.4
19376-
resolution: "react-router@npm:7.9.4"
19381+
"react-router@npm:7.13.0, react-router@npm:^7.12.0":
19382+
version: 7.13.0
19383+
resolution: "react-router@npm:7.13.0"
1937719384
dependencies:
1937819385
cookie: "npm:^1.0.1"
1937919386
set-cookie-parser: "npm:^2.6.0"
@@ -19383,7 +19390,7 @@ __metadata:
1938319390
peerDependenciesMeta:
1938419391
react-dom:
1938519392
optional: true
19386-
checksum: 10c0/c7556b752fa88d2bff600ce3533c962dcbe9ca9bf71f9c4b8e8a21f904856990bcb284844d53eb1dd486adaa7567c7ecf0deb3e518262269ea1ea89bea246be4
19393+
checksum: 10c0/397cb009bc83d071269c8f9323bbfe1f856721fde75e39b29fe0ddfe7564ebdc3b8bbb85768321cae92ec28b406e8fac7eab7e232d0738b3b1c092e2764e4307
1938719394
languageName: node
1938819395
linkType: hard
1938919396

0 commit comments

Comments
 (0)