Skip to content

Commit 25b9788

Browse files
committed
Updated included package versions
1 parent 5bdbb9b commit 25b9788

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/lib/answerHandlers/packageVersions.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@ import * as ncu from 'npm-check-updates';
22

33
class PackageVersions {
44
static STATIC_DEPENDENCY_VERSIONS: Record<string, string> = {
5-
'@types/node': '18.11.9',
5+
'@types/node': '18.11.16',
66
'@types/convict': '6.1.1',
7-
'@types/amqplib': '0.8.2',
7+
'@types/amqplib': '0.10.0',
88
'@types/jest': '27.0.3',
9-
'@types/mocha': '10.0.0',
9+
'@types/mocha': '10.0.1',
1010
'@types/chai': '4.2.21',
1111
'@types/chai-http': '4.3.11',
1212
'@types/cypress': '9.0.0',
13-
'@typescript-eslint/eslint-plugin': '5.42.1',
14-
'@typescript-eslint/parser': '5.42.1',
13+
'@typescript-eslint/eslint-plugin': '5.46.1',
14+
'@typescript-eslint/parser': '5.46.1',
1515
'@types/mysql': '2.15.21',
16-
'@kopf02/express-utils': '1.2.8-main-465bfb20780902c28428aa7a1b4a1fbc4cb38911.0',
17-
'@types/express': '4.17.14',
18-
typescript: '4.8.4',
16+
'@kopf02/express-utils': '1.2.11-main-19a0c74e028fa348bf15b0c3928742c7de690ab7.0',
17+
'@types/express': '4.17.15',
18+
typescript: '4.9.4',
1919
'ts-node': '10.9.1',
2020
'ts-node-dev': '2.0.0',
2121
convict: '6.2.3',
22-
eslint: '8.27.0',
22+
eslint: '8.29.0',
2323
'eslint-plugin-prettier': '4.2.1',
2424
winston: '3.8.2',
2525
joi: '17.7.0',
@@ -30,16 +30,16 @@ class PackageVersions {
3030
jest: '29.3.1',
3131
chai: '4.3.7',
3232
'chai-http': '4.3.0',
33-
cypress: '11.0.1',
34-
mocha: '10.1.0',
33+
cypress: '12.1.0',
34+
mocha: '10.2.0',
3535
'mocha-junit-reporter': '2.0.0',
36-
vitest: '0.25.1',
37-
mongoose: '6.7.2',
38-
typeorm: '0.3.10',
36+
vitest: '0.25.8',
37+
mongoose: '6.8.0',
38+
typeorm: '0.3.11',
3939
mysql: '2.18.1',
4040
mysql2: '2.3.3',
41-
mongodb: '4.11.0',
42-
redis: '4.5.0',
41+
mongodb: '4.12.1',
42+
redis: '4.5.1',
4343
ws: '8.11.0',
4444
'socket.io': '4.5.3',
4545
};

0 commit comments

Comments
 (0)