Skip to content

Commit d288a77

Browse files
committed
Updated included package versions
1 parent a310a97 commit d288a77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/answerHandlers/packageVersions.ts

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

33
class PackageVersions {
44
static STATIC_DEPENDENCY_VERSIONS: Record<string, string> = {
5-
'@types/node': '18.11.16',
5+
'@types/node': '18.11.18',
66
'@types/convict': '6.1.1',
77
'@types/amqplib': '0.10.0',
88
'@types/jest': '27.0.3',
99
'@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.46.1',
13+
'@typescript-eslint/eslint-plugin': '5.47.1',
1414
'@typescript-eslint/parser': '5.46.1',
1515
'@types/mysql': '2.15.21',
1616
'@kopf02/express-utils': '1.2.11-main-19a0c74e028fa348bf15b0c3928742c7de690ab7.0',
@@ -19,7 +19,7 @@ class PackageVersions {
1919
'ts-node': '10.9.1',
2020
'ts-node-dev': '2.0.0',
2121
convict: '6.2.3',
22-
eslint: '8.29.0',
22+
eslint: '8.30.0',
2323
'eslint-plugin-prettier': '4.2.1',
2424
winston: '3.8.2',
2525
joi: '17.7.0',

0 commit comments

Comments
 (0)