Skip to content

Commit caaaa3e

Browse files
authored
Merge pull request #2038 from RedisInsight/e2e/feature/RI-4325_Fix-dependabot-issues
RI-4325_Fix_dependabot_issues
2 parents 9af7625 + f617591 commit caaaa3e

File tree

2 files changed

+493
-417
lines changed

2 files changed

+493
-417
lines changed

tests/e2e/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"dependencies": {
2626
"cli-argument-parser": "0.4.5"
2727
},
28+
"resolutions": {
29+
"@types/lodash": "4.14.192",
30+
"@types/node": "18.11.9"
31+
},
2832
"devDependencies": {
2933
"@types/chance": "1.1.3",
3034
"@types/edit-json-file": "1.7.0",
@@ -37,15 +41,15 @@
3741
"edit-json-file": "1.7.0",
3842
"eslint": "7.32.0",
3943
"eslint-plugin-import": "2.24.2",
44+
"redis": "3.1.1",
4045
"sqlite3": "5.0.10",
41-
"redis": "3.0.2",
4246
"supertest": "^4.0.2",
4347
"testcafe": "1.14.2",
4448
"testcafe-browser-provider-electron": "0.0.18",
4549
"testcafe-reporter-html": "1.4.6",
4650
"testcafe-reporter-json": "2.2.0",
4751
"testcafe-reporter-spec": "2.1.1",
4852
"ts-node": "^10.5.0",
49-
"typescript": "4.1.5"
53+
"typescript": "5.0.4"
5054
}
5155
}

0 commit comments

Comments
 (0)