Skip to content

Commit 3baa667

Browse files
committed
build: update dependencies to last minor version available
1 parent b424e2e commit 3baa667

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"@eslint/compat": "^1.3.2",
3636
"@eslint/eslintrc": "^3.3.1",
3737
"@eslint/js": "^9.35.0",
38-
"@mui/icons-material": "^6.4.12",
38+
"@mui/icons-material": "^6.5.0",
3939
"@mui/lab": "^5.0.0-alpha.170",
40-
"@mui/material": "^6.4.12",
41-
"@mui/styles": "^6.4.12",
40+
"@mui/material": "^6.5.0",
41+
"@mui/styles": "^6.5.0",
4242
"@rollup/plugin-babel": "^6.0.4",
4343
"@rollup/plugin-commonjs": "^28.0.6",
4444
"@rollup/plugin-image": "^3.0.3",
@@ -49,13 +49,13 @@
4949
"@testing-library/user-event": "^14.6.1",
5050
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
5151
"babel-jest": "^30.1.2",
52-
"dayjs": "^1.11.13",
52+
"dayjs": "^1.11.18",
5353
"eslint": "^9.35.0",
5454
"eslint-config-prettier": "^10.1.8",
5555
"eslint-plugin-import": "^2.32.0",
5656
"eslint-plugin-jest": "^29.0.1",
5757
"eslint-plugin-jest-dom": "^5.5.0",
58-
"eslint-plugin-n": "^17.23.0",
58+
"eslint-plugin-n": "^17.23.1",
5959
"eslint-plugin-node": "^11.1.0",
6060
"eslint-plugin-prettier": "^5.5.4",
6161
"eslint-plugin-promise": "^7.2.1",
@@ -73,7 +73,7 @@
7373
"prop-types": "^15.8.1",
7474
"react": "^18.3.1",
7575
"react-dom": "^18.3.1",
76-
"react-i18next": "^15.5.3",
76+
"react-i18next": "^15.7.3",
7777
"rollup": "^4.50.2",
7878
"rollup-plugin-peer-deps-external": "^2.2.4",
7979
"rollup-plugin-postcss": "^4.0.2",
@@ -98,7 +98,7 @@
9898
"ag-grid-community": "~32.2.2",
9999
"ag-grid-react": "~32.2.2",
100100
"clsx": "^2.1.1",
101-
"cytoscape": "^3.32.0",
101+
"cytoscape": "^3.33.1",
102102
"cytoscape-bubblesets": "^3.2.3",
103103
"cytoscape-dagre": "^2.5.0",
104104
"cytoscape-layers": "^2.4.6",

yarn.lock

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1840,10 +1840,10 @@ __metadata:
18401840
"@eslint/compat": "npm:^1.3.2"
18411841
"@eslint/eslintrc": "npm:^3.3.1"
18421842
"@eslint/js": "npm:^9.35.0"
1843-
"@mui/icons-material": "npm:^6.4.12"
1843+
"@mui/icons-material": "npm:^6.5.0"
18441844
"@mui/lab": "npm:^5.0.0-alpha.170"
1845-
"@mui/material": "npm:^6.4.12"
1846-
"@mui/styles": "npm:^6.4.12"
1845+
"@mui/material": "npm:^6.5.0"
1846+
"@mui/styles": "npm:^6.5.0"
18471847
"@mui/x-date-pickers": "npm:^7.29.4"
18481848
"@nosferatu500/react-sortable-tree": "npm:^3.0.6"
18491849
"@rollup/plugin-babel": "npm:^6.0.4"
@@ -1859,17 +1859,17 @@ __metadata:
18591859
ag-grid-react: "npm:~32.2.2"
18601860
babel-jest: "npm:^30.1.2"
18611861
clsx: "npm:^2.1.1"
1862-
cytoscape: "npm:^3.32.0"
1862+
cytoscape: "npm:^3.33.1"
18631863
cytoscape-bubblesets: "npm:^3.2.3"
18641864
cytoscape-dagre: "npm:^2.5.0"
18651865
cytoscape-layers: "npm:^2.4.6"
1866-
dayjs: "npm:^1.11.13"
1866+
dayjs: "npm:^1.11.18"
18671867
eslint: "npm:^9.35.0"
18681868
eslint-config-prettier: "npm:^10.1.8"
18691869
eslint-plugin-import: "npm:^2.32.0"
18701870
eslint-plugin-jest: "npm:^29.0.1"
18711871
eslint-plugin-jest-dom: "npm:^5.5.0"
1872-
eslint-plugin-n: "npm:^17.23.0"
1872+
eslint-plugin-n: "npm:^17.23.1"
18731873
eslint-plugin-node: "npm:^11.1.0"
18741874
eslint-plugin-prettier: "npm:^5.5.4"
18751875
eslint-plugin-promise: "npm:^7.2.1"
@@ -1889,7 +1889,7 @@ __metadata:
18891889
react: "npm:^18.3.1"
18901890
react-cytoscapejs: "npm:^2.0.0"
18911891
react-dom: "npm:^18.3.1"
1892-
react-i18next: "npm:^15.5.3"
1892+
react-i18next: "npm:^15.7.3"
18931893
react-lottie-player: "npm:^2.1.0"
18941894
react-number-format: "npm:^5.4.4"
18951895
rfdc: "npm:^1.4.1"
@@ -2812,26 +2812,26 @@ __metadata:
28122812
languageName: node
28132813
linkType: hard
28142814

2815-
"@mui/core-downloads-tracker@npm:^6.4.12":
2816-
version: 6.4.12
2817-
resolution: "@mui/core-downloads-tracker@npm:6.4.12"
2818-
checksum: 10c0/c0fa3ee1c3d6b69a3474e58d943ee84167810e6e40652edee35c1096580e254fad5df531c153513a9f16ee6981c10bcad712252cd9740dda5ce9ddeb93bd710a
2815+
"@mui/core-downloads-tracker@npm:^6.5.0":
2816+
version: 6.5.0
2817+
resolution: "@mui/core-downloads-tracker@npm:6.5.0"
2818+
checksum: 10c0/dea763c8d4b4f9415d6c6ac3a04115d04c249461ce5635f0012a75b91c38f43c0d0411201664a77c7ff10ff11ea12a0bfeea6562ec22ceec6bac82478b6384c3
28192819
languageName: node
28202820
linkType: hard
28212821

2822-
"@mui/icons-material@npm:^6.4.12":
2823-
version: 6.4.12
2824-
resolution: "@mui/icons-material@npm:6.4.12"
2822+
"@mui/icons-material@npm:^6.5.0":
2823+
version: 6.5.0
2824+
resolution: "@mui/icons-material@npm:6.5.0"
28252825
dependencies:
28262826
"@babel/runtime": "npm:^7.26.0"
28272827
peerDependencies:
2828-
"@mui/material": ^6.4.12
2828+
"@mui/material": ^6.5.0
28292829
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
28302830
react: ^17.0.0 || ^18.0.0 || ^19.0.0
28312831
peerDependenciesMeta:
28322832
"@types/react":
28332833
optional: true
2834-
checksum: 10c0/794929c57bd190347faa966e5e54640c63a56335d7008f75575c3555fc32e37b25302290b00ca2916e20992c1ace70a269b54132ab0932a5cc0906a9b6b9668e
2834+
checksum: 10c0/0afec2280e8dde4ff34686481497c4b3ced8193f0038bf8984fd502808c053ba8464c35409def0380424cade1d282f647fac1db7c55046b2b232b0d2c52a589d
28352835
languageName: node
28362836
linkType: hard
28372837

@@ -2864,13 +2864,13 @@ __metadata:
28642864
languageName: node
28652865
linkType: hard
28662866

2867-
"@mui/material@npm:^6.4.12":
2868-
version: 6.4.12
2869-
resolution: "@mui/material@npm:6.4.12"
2867+
"@mui/material@npm:^6.5.0":
2868+
version: 6.5.0
2869+
resolution: "@mui/material@npm:6.5.0"
28702870
dependencies:
28712871
"@babel/runtime": "npm:^7.26.0"
2872-
"@mui/core-downloads-tracker": "npm:^6.4.12"
2873-
"@mui/system": "npm:^6.4.12"
2872+
"@mui/core-downloads-tracker": "npm:^6.5.0"
2873+
"@mui/system": "npm:^6.5.0"
28742874
"@mui/types": "npm:~7.2.24"
28752875
"@mui/utils": "npm:^6.4.9"
28762876
"@popperjs/core": "npm:^2.11.8"
@@ -2883,7 +2883,7 @@ __metadata:
28832883
peerDependencies:
28842884
"@emotion/react": ^11.5.0
28852885
"@emotion/styled": ^11.3.0
2886-
"@mui/material-pigment-css": ^6.4.12
2886+
"@mui/material-pigment-css": ^6.5.0
28872887
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
28882888
react: ^17.0.0 || ^18.0.0 || ^19.0.0
28892889
react-dom: ^17.0.0 || ^18.0.0 || ^19.0.0
@@ -2896,7 +2896,7 @@ __metadata:
28962896
optional: true
28972897
"@types/react":
28982898
optional: true
2899-
checksum: 10c0/cac0be1f6a6caffccbb11e47910f81f13b9431fda57fc22be36e13b336c4f15f855a02ffa3681befb3ec358812ae9caa0cfc144c07de67a799bc367c607f6539
2899+
checksum: 10c0/24dfb582fe4655cc8e15476637d60d17cc1be6326be36d7fbc8c9a99f044ba10e5b68841f292e2cd1ce7e1ca26bc1006e37e7bba1e6979992850c907aa4c17b4
29002900
languageName: node
29012901
linkType: hard
29022902

@@ -2955,9 +2955,9 @@ __metadata:
29552955
languageName: node
29562956
linkType: hard
29572957

2958-
"@mui/styled-engine@npm:^6.4.11":
2959-
version: 6.4.11
2960-
resolution: "@mui/styled-engine@npm:6.4.11"
2958+
"@mui/styled-engine@npm:^6.5.0":
2959+
version: 6.5.0
2960+
resolution: "@mui/styled-engine@npm:6.5.0"
29612961
dependencies:
29622962
"@babel/runtime": "npm:^7.26.0"
29632963
"@emotion/cache": "npm:^11.13.5"
@@ -2974,13 +2974,13 @@ __metadata:
29742974
optional: true
29752975
"@emotion/styled":
29762976
optional: true
2977-
checksum: 10c0/332ff6c32e7bfb34e9cd8a3d8d4abb13deaeea3216fb6d1441d8d154c615a76d594595cc34076bc0911f7f4784042a7fe0a83bf1924e78040935fa7242ee5a70
2977+
checksum: 10c0/aa44806d2cdd1b65c756a97927edcd7907cc5649d206382b5b5b8c27f899552a002e713fb167aa0e5aa980542bd309166113830dc550672d7598ad5993e7ff66
29782978
languageName: node
29792979
linkType: hard
29802980

2981-
"@mui/styles@npm:^6.4.12":
2982-
version: 6.4.12
2983-
resolution: "@mui/styles@npm:6.4.12"
2981+
"@mui/styles@npm:^6.5.0":
2982+
version: 6.5.0
2983+
resolution: "@mui/styles@npm:6.5.0"
29842984
dependencies:
29852985
"@babel/runtime": "npm:^7.26.0"
29862986
"@emotion/hash": "npm:^0.9.2"
@@ -3005,7 +3005,7 @@ __metadata:
30053005
peerDependenciesMeta:
30063006
"@types/react":
30073007
optional: true
3008-
checksum: 10c0/38e1f024b709f31d7fa0d1da4ffb9589343f334bbc63ba0a53a0138d894ab01e7916707c6f3750df11d4df1ae86ced9c8845f5429f5b84eb51a36d6b3b419144
3008+
checksum: 10c0/0673cfa28acc298eae843ac918c5df575d1c5bad7bbbf44030b3e148787da1365ca0edbc112d7ac49fe1486a34d14f4db7be72c718d596bafc9d4fad22de9353
30093009
languageName: node
30103010
linkType: hard
30113011

@@ -3037,13 +3037,13 @@ __metadata:
30373037
languageName: node
30383038
linkType: hard
30393039

3040-
"@mui/system@npm:^6.4.12":
3041-
version: 6.4.12
3042-
resolution: "@mui/system@npm:6.4.12"
3040+
"@mui/system@npm:^6.5.0":
3041+
version: 6.5.0
3042+
resolution: "@mui/system@npm:6.5.0"
30433043
dependencies:
30443044
"@babel/runtime": "npm:^7.26.0"
30453045
"@mui/private-theming": "npm:^6.4.9"
3046-
"@mui/styled-engine": "npm:^6.4.11"
3046+
"@mui/styled-engine": "npm:^6.5.0"
30473047
"@mui/types": "npm:~7.2.24"
30483048
"@mui/utils": "npm:^6.4.9"
30493049
clsx: "npm:^2.1.1"
@@ -3061,7 +3061,7 @@ __metadata:
30613061
optional: true
30623062
"@types/react":
30633063
optional: true
3064-
checksum: 10c0/502ab620caccb59c3acae9376534e706ace38d136c10e254c958f0b7931743fe693ffd1b5c493a9fdfe27aa29ff37867652cfc61595ceb725038df94b37f6f5e
3064+
checksum: 10c0/2603ca8997625924e867504a53a20f81ad2dd7f3abb314709175341e4d2143bb22e2a9b4e8a008c92bf12e0333775dec651e8b9c237c4848650aabb60d8dab06
30653065
languageName: node
30663066
linkType: hard
30673067

@@ -5524,10 +5524,10 @@ __metadata:
55245524
languageName: node
55255525
linkType: hard
55265526

5527-
"cytoscape@npm:^3.32.0":
5528-
version: 3.32.0
5529-
resolution: "cytoscape@npm:3.32.0"
5530-
checksum: 10c0/21cb0d2e79ebe137c7218e96edc2fb1c9000faae4f58c6a3c1899d9689c447c91feff94e5de649f227ced66f8c6a092b838de3fff3d8b57366156900f5df6d71
5527+
"cytoscape@npm:^3.33.1":
5528+
version: 3.33.1
5529+
resolution: "cytoscape@npm:3.33.1"
5530+
checksum: 10c0/dffcf5f74df4d91517c4faf394df880d8283ce76edef19edba0c762941cf4f18daf7c4c955ec50c794f476ace39ad4394f8c98483222bd2682e1fd206e976411
55315531
languageName: node
55325532
linkType: hard
55335533

@@ -5624,10 +5624,10 @@ __metadata:
56245624
languageName: node
56255625
linkType: hard
56265626

5627-
"dayjs@npm:^1.11.13":
5628-
version: 1.11.13
5629-
resolution: "dayjs@npm:1.11.13"
5630-
checksum: 10c0/a3caf6ac8363c7dade9d1ee797848ddcf25c1ace68d9fe8678ecf8ba0675825430de5d793672ec87b24a69bf04a1544b176547b2539982275d5542a7955f35b7
5627+
"dayjs@npm:^1.11.18":
5628+
version: 1.11.18
5629+
resolution: "dayjs@npm:1.11.18"
5630+
checksum: 10c0/83b67f5d977e2634edf4f5abdd91d9041a696943143638063016915d2cd8c7e57e0751e40379a07ebca8be7a48dd380bef8752d22a63670f2d15970e34f96d7a
56315631
languageName: node
56325632
linkType: hard
56335633

@@ -6461,9 +6461,9 @@ __metadata:
64616461
languageName: node
64626462
linkType: hard
64636463

6464-
"eslint-plugin-n@npm:^17.23.0":
6465-
version: 17.23.0
6466-
resolution: "eslint-plugin-n@npm:17.23.0"
6464+
"eslint-plugin-n@npm:^17.23.1":
6465+
version: 17.23.1
6466+
resolution: "eslint-plugin-n@npm:17.23.1"
64676467
dependencies:
64686468
"@eslint-community/eslint-utils": "npm:^4.5.0"
64696469
enhanced-resolve: "npm:^5.17.1"
@@ -6476,7 +6476,7 @@ __metadata:
64766476
ts-declaration-location: "npm:^1.0.6"
64776477
peerDependencies:
64786478
eslint: ">=8.23.0"
6479-
checksum: 10c0/3737996d8e1cb17f0b67efa8664aa08c180002487f19c454e1fad2b4a28f82139ece6e1049f8c4f8a1f28771683d60e50af1059c910df4d1054ebcba775daa47
6479+
checksum: 10c0/35d23fe25d92b8aa3257a8bd003094b4042c0492ddc82e8b20728eb6546d2d5c31a08be215a7996f113de7b24a1a27377136345e95a5e2c96c44d3653be2c988
64806480
languageName: node
64816481
linkType: hard
64826482

@@ -10598,14 +10598,14 @@ __metadata:
1059810598
languageName: node
1059910599
linkType: hard
1060010600

10601-
"react-i18next@npm:^15.5.3":
10602-
version: 15.5.3
10603-
resolution: "react-i18next@npm:15.5.3"
10601+
"react-i18next@npm:^15.7.3":
10602+
version: 15.7.3
10603+
resolution: "react-i18next@npm:15.7.3"
1060410604
dependencies:
1060510605
"@babel/runtime": "npm:^7.27.6"
1060610606
html-parse-stringify: "npm:^3.0.1"
1060710607
peerDependencies:
10608-
i18next: ">= 23.2.3"
10608+
i18next: ">= 25.4.1"
1060910609
react: ">= 16.8.0"
1061010610
typescript: ^5
1061110611
peerDependenciesMeta:
@@ -10615,7 +10615,7 @@ __metadata:
1061510615
optional: true
1061610616
typescript:
1061710617
optional: true
10618-
checksum: 10c0/495d98a738e966cd655a378d953e45cfd1a810ccfaf4894a63c37b7a9043e69b55c5e14044d54290c91512e7fa37835c7e4637bfb8d68b6fc88bc493a5ffd9ee
10618+
checksum: 10c0/dc3ca1da9accb47f63b2049c94ff7a94ba92d76bad586aca7c2aa3b7a01c2d4e69d4363ff0cfa898cef22b109f2dd49864d6ac94cd9afbac485d44e70ed5a4d6
1061910619
languageName: node
1062010620
linkType: hard
1062110621

0 commit comments

Comments
 (0)