diff --git a/package-lock.json b/package-lock.json index 2174af08..be43004b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ ], "devDependencies": { "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", @@ -3409,15 +3409,15 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.7.0.tgz", - "integrity": "sha512-jZKYwqNpNm5kzPVP5z1JXAuxjtl2uG+5NpaMocFPTNC2EdYIgbXIPImObOkhbONxtFTTdoZstLZefbaK+wXZng==", + "version": "6.7.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.7.2.tgz", + "integrity": "sha512-KA3E4ox0ws+SPyxQf9iSI25R6b4Ne78ORhNHeVKrPQnoYsb9UhieoiRoJgrzgEeKGOXhcY1i8YtOeCHHTDa6Fw==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "6.7.0", - "@typescript-eslint/types": "6.7.0", - "@typescript-eslint/typescript-estree": "6.7.0", - "@typescript-eslint/visitor-keys": "6.7.0", + "@typescript-eslint/scope-manager": "6.7.2", + "@typescript-eslint/types": "6.7.2", + "@typescript-eslint/typescript-estree": "6.7.2", + "@typescript-eslint/visitor-keys": "6.7.2", "debug": "^4.3.4" }, "engines": { @@ -3436,6 +3436,80 @@ } } }, + "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": { + "version": "6.7.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.7.2.tgz", + "integrity": "sha512-bgi6plgyZjEqapr7u2mhxGR6E8WCzKNUFWNh6fkpVe9+yzRZeYtDTbsIBzKbcxI+r1qVWt6VIoMSNZ4r2A+6Yw==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "6.7.2", + "@typescript-eslint/visitor-keys": "6.7.2" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": { + "version": "6.7.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.7.2.tgz", + "integrity": "sha512-flJYwMYgnUNDAN9/GAI3l8+wTmvTYdv64fcH8aoJK76Y+1FCZ08RtI5zDerM/FYT5DMkAc+19E4aLmd5KqdFyg==", + "dev": true, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": { + "version": "6.7.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.2.tgz", + "integrity": "sha512-kiJKVMLkoSciGyFU0TOY0fRxnp9qq1AzVOHNeN1+B9erKFCJ4Z8WdjAkKQPP+b1pWStGFqezMLltxO+308dJTQ==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "6.7.2", + "@typescript-eslint/visitor-keys": "6.7.2", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.5.4", + "ts-api-utils": "^1.0.1" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": { + "version": "6.7.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.2.tgz", + "integrity": "sha512-uVw9VIMFBUTz8rIeaUT3fFe8xIUx8r4ywAdlQv1ifH+6acn/XF8Y6rwJ7XNmkNMDrTW+7+vxFFPIF40nJCVsMQ==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "6.7.2", + "eslint-visitor-keys": "^3.4.1" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, "node_modules/@typescript-eslint/scope-manager": { "version": "6.7.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.7.0.tgz", @@ -15576,7 +15650,7 @@ "@nestjs/schematics": "10.0.2", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", @@ -15609,7 +15683,7 @@ "@nestjs/schematics": "10.0.2", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", @@ -15948,7 +16022,7 @@ "@types/express": "^4.17.17", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", @@ -16583,7 +16657,7 @@ "@nestjs/schematics": "10.0.2", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", @@ -16904,7 +16978,7 @@ "@nestjs/schematics": "10.0.2", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", @@ -17226,7 +17300,7 @@ "@nestjs/schematics": "10.0.2", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", @@ -17548,7 +17622,7 @@ "@nestjs/schematics": "10.0.2", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", @@ -17870,7 +17944,7 @@ "@nestjs/schematics": "10.0.2", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", @@ -18191,7 +18265,7 @@ "@nestjs/schematics": "10.0.2", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", @@ -18513,7 +18587,7 @@ "@nestjs/schematics": "10.0.2", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", @@ -18837,7 +18911,7 @@ "@types/node": "20.6.0", "@types/validator": "^13.11.1", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", @@ -19161,7 +19235,7 @@ "@types/node": "20.6.0", "@types/validator": "^13.11.1", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", diff --git a/package.json b/package.json index e44bd60d..b875115f 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", diff --git a/packages/sample/command-by-glob/package.json b/packages/sample/command-by-glob/package.json index 8e3ef2cb..b1d5ef01 100644 --- a/packages/sample/command-by-glob/package.json +++ b/packages/sample/command-by-glob/package.json @@ -36,7 +36,7 @@ "@nestjs/schematics": "10.0.2", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", diff --git a/packages/sample/command-by-http-request/package.json b/packages/sample/command-by-http-request/package.json index b6f50578..82e7302e 100644 --- a/packages/sample/command-by-http-request/package.json +++ b/packages/sample/command-by-http-request/package.json @@ -37,7 +37,7 @@ "@types/express": "^4.17.17", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", diff --git a/packages/sample/command/package.json b/packages/sample/command/package.json index c8a353a9..3890d3d6 100644 --- a/packages/sample/command/package.json +++ b/packages/sample/command/package.json @@ -35,7 +35,7 @@ "@nestjs/schematics": "10.0.2", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", diff --git a/packages/sample/dependency-injection/package.json b/packages/sample/dependency-injection/package.json index c1c0e394..1301c51a 100644 --- a/packages/sample/dependency-injection/package.json +++ b/packages/sample/dependency-injection/package.json @@ -35,7 +35,7 @@ "@nestjs/schematics": "10.0.2", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", diff --git a/packages/sample/event/package.json b/packages/sample/event/package.json index cbd278be..546785f1 100644 --- a/packages/sample/event/package.json +++ b/packages/sample/event/package.json @@ -33,7 +33,7 @@ "@nestjs/schematics": "10.0.2", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", diff --git a/packages/sample/interaction-collector/package.json b/packages/sample/interaction-collector/package.json index 49192f80..4915a38f 100644 --- a/packages/sample/interaction-collector/package.json +++ b/packages/sample/interaction-collector/package.json @@ -34,7 +34,7 @@ "@nestjs/schematics": "10.0.2", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", diff --git a/packages/sample/message-collector/package.json b/packages/sample/message-collector/package.json index 8460a602..a07a67db 100644 --- a/packages/sample/message-collector/package.json +++ b/packages/sample/message-collector/package.json @@ -34,7 +34,7 @@ "@nestjs/schematics": "10.0.2", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", diff --git a/packages/sample/modals/package.json b/packages/sample/modals/package.json index 4d08e0b0..b2a489aa 100644 --- a/packages/sample/modals/package.json +++ b/packages/sample/modals/package.json @@ -34,7 +34,7 @@ "@nestjs/schematics": "10.0.2", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", diff --git a/packages/sample/prefix-command/package.json b/packages/sample/prefix-command/package.json index 334e09e9..20ad55ad 100644 --- a/packages/sample/prefix-command/package.json +++ b/packages/sample/prefix-command/package.json @@ -33,7 +33,7 @@ "@nestjs/schematics": "10.0.2", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", diff --git a/packages/sample/reaction-collector/package.json b/packages/sample/reaction-collector/package.json index f1cbbd5c..ce9e1c4a 100644 --- a/packages/sample/reaction-collector/package.json +++ b/packages/sample/reaction-collector/package.json @@ -34,7 +34,7 @@ "@nestjs/schematics": "10.0.2", "@types/node": "20.6.0", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", diff --git a/packages/sample/sub-command/package.json b/packages/sample/sub-command/package.json index 4003558a..a654ae3f 100644 --- a/packages/sample/sub-command/package.json +++ b/packages/sample/sub-command/package.json @@ -36,7 +36,7 @@ "@types/node": "20.6.0", "@types/validator": "^13.11.1", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0", diff --git a/packages/sample/validation/package.json b/packages/sample/validation/package.json index 6c9c8289..d180995e 100644 --- a/packages/sample/validation/package.json +++ b/packages/sample/validation/package.json @@ -36,7 +36,7 @@ "@types/node": "20.6.0", "@types/validator": "^13.11.1", "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", + "@typescript-eslint/parser": "6.7.2", "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "5.0.0",