⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2025-10-27 01:01:03 +00:00
committed by BEY Quentin
parent 33faa5f224
commit 964981bbfb
8 changed files with 2361 additions and 2049 deletions

View File

@@ -11,14 +11,14 @@
"test": "jest"
},
"dependencies": {
"@types/jest": "29.5.14",
"@types/jest": "30.0.0",
"@types/node": "*",
"eslint-config-people": "*",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-import": "2.32.0",
"i18next-parser": "9.3.0",
"jest": "29.7.0",
"ts-jest": "29.3.3",
"jest": "30.2.0",
"ts-jest": "29.4.5",
"typescript": "*",
"yargs": "17.7.2"
"yargs": "18.0.0"
}
}