Skip to content

Commit 8109d5b

Browse files
renovate[bot]AntoLC
authored andcommitted
⬆️(dependencies) update js dependencies
1 parent e4d0179 commit 8109d5b

File tree

6 files changed

+44
-35
lines changed

6 files changed

+44
-35
lines changed

src/frontend/apps/impress/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:watch": "jest --watch"
1616
},
1717
"dependencies": {
18-
"@ag-media/react-pdf-table": "2.0.2",
18+
"@ag-media/react-pdf-table": "2.0.3",
1919
"@blocknote/code-block": "0.30.0",
2020
"@blocknote/core": "0.30.0",
2121
"@blocknote/mantine": "0.30.0",
@@ -38,13 +38,13 @@
3838
"crisp-sdk-web": "1.0.25",
3939
"docx": "9.5.0",
4040
"emoji-mart": "5.6.0",
41-
"i18next": "25.1.2",
41+
"i18next": "25.1.3",
4242
"i18next-browser-languagedetector": "8.1.0",
4343
"idb": "8.0.3",
4444
"lodash": "4.17.21",
4545
"luxon": "3.6.1",
4646
"next": "15.3.2",
47-
"posthog-js": "1.242.1",
47+
"posthog-js": "1.242.2",
4848
"react": "*",
4949
"react-aria-components": "1.8.0",
5050
"react-dom": "*",

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"server:test": "yarn COLLABORATION_SERVER run test"
2929
},
3030
"resolutions": {
31-
"@types/node": "22.15.18",
31+
"@types/node": "22.15.19",
3232
"@types/react": "19.1.4",
3333
"@types/react-dom": "19.1.5",
3434
"@typescript-eslint/eslint-plugin": "8.32.1",

src/frontend/packages/eslint-config-impress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"eslint-plugin-jsx-a11y": "6.10.2",
1919
"eslint-plugin-playwright": "2.2.0",
2020
"eslint-plugin-prettier": "5.4.0",
21-
"eslint-plugin-testing-library": "7.2.0",
21+
"eslint-plugin-testing-library": "7.2.1",
2222
"prettier": "3.5.3"
2323
}
2424
}

src/frontend/packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"eslint-plugin-import": "2.31.0",
1919
"i18next-parser": "9.3.0",
2020
"jest": "29.7.0",
21-
"ts-jest": "29.3.3",
21+
"ts-jest": "29.3.4",
2222
"typescript": "*",
2323
"yargs": "17.7.2"
2424
}

src/frontend/servers/y-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@hocuspocus/provider": "2.15.2",
3333
"@types/cors": "2.8.18",
34-
"@types/express": "5.0.1",
34+
"@types/express": "5.0.2",
3535
"@types/express-ws": "3.0.5",
3636
"@types/jest": "29.5.14",
3737
"@types/node": "*",
@@ -42,7 +42,7 @@
4242
"jest": "29.7.0",
4343
"nodemon": "3.1.10",
4444
"supertest": "7.1.1",
45-
"ts-jest": "29.3.3",
45+
"ts-jest": "29.3.4",
4646
"ts-node": "10.9.2",
4747
"tsc-alias": "1.8.16",
4848
"typescript": "*",

src/frontend/yarn.lock

Lines changed: 36 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.4.2.tgz#c836b1bd81e6d62cd6cdf3ee4948bcdce8ea79c8"
88
integrity sha512-baYZExFpsdkBNuvGKTKWCwKH57HRZLVtycZS05WTQNVOiXVSeAki3nU35zlRbToeMW8aHlJfyS+1C4BOv27q0A==
99

10-
"@ag-media/[email protected].2":
11-
version "2.0.2"
12-
resolved "https://registry.yarnpkg.com/@ag-media/react-pdf-table/-/react-pdf-table-2.0.2.tgz#4465bd681b7d3ae3aecbf33c929210a780abb752"
13-
integrity sha512-RATIPDDCQ5dhmqr+HE0CvUMV8axUWy7ZL//vwXCVZ35O3U9qieUwI8jmd8nUpJxP9WQtovcd0P5LKcBx1oAGtw==
10+
"@ag-media/[email protected].3":
11+
version "2.0.3"
12+
resolved "https://registry.yarnpkg.com/@ag-media/react-pdf-table/-/react-pdf-table-2.0.3.tgz#113554b583b46e41a098cf64fecb5decd59ba004"
13+
integrity sha512-IscjfAOKwsyQok9YmzvuToe6GojN7J8hF0kb8C+K8qZX1DvhheGO+hRSAPxbv2nKMbSpvk7CIhSqJEkw++XVWg==
1414

1515
"@ampproject/remapping@^2.2.0":
1616
version "2.3.0"
@@ -962,7 +962,7 @@
962962
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
963963
"@babel/plugin-transform-typescript" "^7.27.1"
964964

965-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.13", "@babel/runtime@^7.23.2", "@babel/runtime@^7.24.5", "@babel/runtime@^7.25.0", "@babel/runtime@^7.26.10", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
965+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.13", "@babel/runtime@^7.23.2", "@babel/runtime@^7.24.5", "@babel/runtime@^7.25.0", "@babel/runtime@^7.26.10", "@babel/runtime@^7.27.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
966966
version "7.27.1"
967967
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.1.tgz#9fce313d12c9a77507f264de74626e87fd0dc541"
968968
integrity sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==
@@ -5204,7 +5204,7 @@
52045204
"@types/express-serve-static-core" "*"
52055205
"@types/ws" "*"
52065206

5207-
"@types/express@*", "@types/[email protected]":
5207+
"@types/express@*":
52085208
version "5.0.1"
52095209
resolved "https://registry.yarnpkg.com/@types/express/-/express-5.0.1.tgz#138d741c6e5db8cc273bec5285cd6e9d0779fc9f"
52105210
integrity sha512-UZUw8vjpWFXuDnjFTh7/5c2TWDlQqeXHi6hcN7F2XSVT5P+WmUnnbFS3KA6Jnc6IsEqI2qCVu2bK0R0J4A8ZQQ==
@@ -5213,6 +5213,15 @@
52135213
"@types/express-serve-static-core" "^5.0.0"
52145214
"@types/serve-static" "*"
52155215

5216+
5217+
version "5.0.2"
5218+
resolved "https://registry.yarnpkg.com/@types/express/-/express-5.0.2.tgz#7be9e337a5745d6b43ef5b0c352dad94a7f0c256"
5219+
integrity sha512-BtjL3ZwbCQriyb0DGw+Rt12qAXPiBTPs815lsUvtt1Grk0vLRMZNMUZ741d5rjk+UQOxfDiBZ3dxpX00vSkK3g==
5220+
dependencies:
5221+
"@types/body-parser" "*"
5222+
"@types/express-serve-static-core" "^5.0.0"
5223+
"@types/serve-static" "*"
5224+
52165225
"@types/graceful-fs@^4.1.3":
52175226
version "4.1.9"
52185227
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.9.tgz#2a06bc0f68a20ab37b3e36aa238be6abdf49e8b4"
@@ -5340,10 +5349,10 @@
53405349
dependencies:
53415350
"@types/node" "*"
53425351

5343-
"@types/node@*", "@types/[email protected]", "@types/[email protected].18", "@types/node@^22.7.5":
5344-
version "22.15.18"
5345-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.18.tgz#2f8240f7e932f571c2d45f555ba0b6c3f7a75963"
5346-
integrity sha512-v1DKRfUdyW+jJhZNEI1PYy29S2YRxMV5AOO/x/SjKmW0acCIOqmbj6Haf9eHAhsPmrhlHSxEhv/1WszcLWV4cg==
5352+
"@types/node@*", "@types/[email protected]", "@types/[email protected].19", "@types/node@^22.7.5":
5353+
version "22.15.19"
5354+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.19.tgz#ba9f321675243af0456d607fa82a4865931e0cef"
5355+
integrity sha512-3vMNr4TzNQyjHcRZadojpRaD9Ofr6LsonZAoQ+HMUa/9ORTPoxVIw0e0mpqWpdjj8xybyCM+oKOUH2vwFu/oEw==
53475356
dependencies:
53485357
undici-types "~6.21.0"
53495358

@@ -7805,10 +7814,10 @@ eslint-plugin-react@^7.37.0:
78057814
string.prototype.matchall "^4.0.12"
78067815
string.prototype.repeat "^1.0.0"
78077816

7808-
7809-
version "7.2.0"
7810-
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.2.0.tgz#345b16b57feb28a17575d9e01f7cbf521ebb42af"
7811-
integrity sha512-/Ppso8ePSLnKAFU55dBunMpErAbqaNrRgFK155kZkyfLrV+wbbocTQvH01JtvELZuX1znJePUdnLCamWaX8OoA==
7817+
7818+
version "7.2.1"
7819+
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.2.1.tgz#64017db6dcb67d526c4849c2a7ae0f7afd886c10"
7820+
integrity sha512-sZFbfPaWt+4M1tSY6bc9zyTHAEYR4RNoe7XppcAx/+PQpps+ZGEAmAiTcMykcxRFPNIsbaaIOGinTcY6++ttOA==
78127821
dependencies:
78137822
"@typescript-eslint/scope-manager" "^8.15.0"
78147823
"@typescript-eslint/utils" "^8.15.0"
@@ -8975,12 +8984,12 @@ [email protected]:
89758984
vinyl "^3.0.0"
89768985
vinyl-fs "^4.0.0"
89778986

8978-
8979-
version "25.1.2"
8980-
resolved "https://registry.yarnpkg.com/i18next/-/i18next-25.1.2.tgz#c667b814ed1b4dbea76976a4c746a87922ac6ceb"
8981-
integrity sha512-SP63m8LzdjkrAjruH7SCI3ndPSgjt4/wX7ouUUOzCW/eY+HzlIo19IQSfYA9X3qRiRP1SYtaTsg/Oz/PGsfD8w==
8987+
8988+
version "25.1.3"
8989+
resolved "https://registry.yarnpkg.com/i18next/-/i18next-25.1.3.tgz#91867c2d489262793cc043cb43730eebab1a37b1"
8990+
integrity sha512-VY1iKox3YWPRTNMHFdgk5TV+Jq6rNKexLCLpPmP5oXXJ5Kl7yDBi3ycZ5fyEKZ1tNBW5gOqD4WV0XqE7rl3JUg==
89828991
dependencies:
8983-
"@babel/runtime" "^7.26.10"
8992+
"@babel/runtime" "^7.27.1"
89848993

89858994
"i18next@^23.5.1 || ^24.2.0":
89868995
version "24.2.3"
@@ -11546,10 +11555,10 @@ postgres-range@^1.1.1:
1154611555
resolved "https://registry.yarnpkg.com/postgres-range/-/postgres-range-1.1.4.tgz#a59c5f9520909bcec5e63e8cf913a92e4c952863"
1154711556
integrity sha512-i/hbxIE9803Alj/6ytL7UHQxRvZkI9O4Sy+J3HGc4F4oo/2eQAjTSNJ0bfxyse3bH0nuVesCk+3IRLaMtG3H6w==
1154811557

11549-
11550-
version "1.242.1"
11551-
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.242.1.tgz#b51e3c2ed7928527fce74f594a83f3c07e613d06"
11552-
integrity sha512-j2mzw0eukyuw/Qm3tNZ6pfaXmc7eglWj6ftmvR1Lz9GtMr85ndGNXJvIGO+6PBrQW2o0D1G0k/KV93ehta0hFA==
11558+
11559+
version "1.242.2"
11560+
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.242.2.tgz#1b34aec310ce87fed0cf29c6653c4cc19ae0646d"
11561+
integrity sha512-bj5Bq9Z/TE24k0fbt/VoD13xsqCybuoLp7KkWmfknEiO63+1Ln/PnX/1CjppikE9yM7toQIWY3vY7hT/RTT57Q==
1155311562
dependencies:
1155411563
core-js "^3.38.1"
1155511564
fflate "^0.4.8"
@@ -13733,10 +13742,10 @@ ts-api-utils@^2.1.0:
1373313742
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
1373413743
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
1373513744

13736-
13737-
version "29.3.3"
13738-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.3.tgz#c24c31a9d12268f88899e3eeb05912cab42c574c"
13739-
integrity sha512-y6jLm19SL4GroiBmHwFK4dSHUfDNmOrJbRfp6QmDIlI9p5tT5Q8ItccB4pTIslCIqOZuQnBwpTR0bQ5eUMYwkw==
13745+
13746+
version "29.3.4"
13747+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.4.tgz#9354472aceae1d3867a80e8e02014ea5901aee41"
13748+
integrity sha512-Iqbrm8IXOmV+ggWHOTEbjwyCf2xZlUMv5npExksXohL+tk8va4Fjhb+X2+Rt9NBmgO7bJ8WpnMLOwih/DnMlFA==
1374013749
dependencies:
1374113750
bs-logger "^0.2.6"
1374213751
ejs "^3.1.10"

0 commit comments

Comments
 (0)