diff --git a/package-lock.json b/package-lock.json index bfd992aa..cd27e49a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "packages/sample/*" ], "devDependencies": { - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", @@ -3885,9 +3885,9 @@ "dev": true }, "node_modules/@types/semver": { - "version": "7.5.7", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.7.tgz", - "integrity": "sha512-/wdoPq1QqkSj9/QOeKkFquEuPzQbHTWAMPH/PaUMB+JuR31lXhlWXRZ52IpfDYVlDOUBvX09uBrPwxGT1hjNBg==", + "version": "7.5.8", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz", + "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==", "dev": true }, "node_modules/@types/send": { @@ -3946,25 +3946,25 @@ "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.0.1.tgz", - "integrity": "sha512-OLvgeBv3vXlnnJGIAgCLYKjgMEU+wBGj07MQ/nxAaON+3mLzX7mJbhRYrVGiVvFiXtwFlkcBa/TtmglHy0UbzQ==", + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.7.1.tgz", + "integrity": "sha512-KwfdWXJBOviaBVhxO3p5TJiLpNuh2iyXyjmWN0f1nU87pwyvfS0EmjC6ukQVYVFJd/K1+0NWGPDXiyEyQorn0Q==", "dev": true, "dependencies": { - "@eslint-community/regexpp": "^4.5.1", - "@typescript-eslint/scope-manager": "7.0.1", - "@typescript-eslint/type-utils": "7.0.1", - "@typescript-eslint/utils": "7.0.1", - "@typescript-eslint/visitor-keys": "7.0.1", + "@eslint-community/regexpp": "^4.10.0", + "@typescript-eslint/scope-manager": "7.7.1", + "@typescript-eslint/type-utils": "7.7.1", + "@typescript-eslint/utils": "7.7.1", + "@typescript-eslint/visitor-keys": "7.7.1", "debug": "^4.3.4", "graphemer": "^1.4.0", - "ignore": "^5.2.4", + "ignore": "^5.3.1", "natural-compare": "^1.4.0", - "semver": "^7.5.4", - "ts-api-utils": "^1.0.1" + "semver": "^7.6.0", + "ts-api-utils": "^1.3.0" }, "engines": { - "node": "^16.0.0 || >=18.0.0" + "node": "^18.18.0 || >=20.0.0" }, "funding": { "type": "opencollective", @@ -3980,6 +3980,53 @@ } } }, + "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.7.1.tgz", + "integrity": "sha512-PytBif2SF+9SpEUKynYn5g1RHFddJUcyynGpztX3l/ik7KmZEv19WCMhUBkHXPU9es/VWGD3/zg3wg90+Dh2rA==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "7.7.1", + "@typescript-eslint/visitor-keys": "7.7.1" + }, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": { + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.7.1.tgz", + "integrity": "sha512-AmPmnGW1ZLTpWa+/2omPrPfR7BcbUU4oha5VIbSbS1a1Tv966bklvLNXxp3mrbc+P2j4MNOTfDffNsk4o0c6/w==", + "dev": true, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": { + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.1.tgz", + "integrity": "sha512-gBL3Eq25uADw1LQ9kVpf3hRM+DWzs0uZknHYK3hq4jcTPqVCClHGDnB6UUUV2SFeBeA4KWHWbbLqmbGcZ4FYbw==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "7.7.1", + "eslint-visitor-keys": "^3.4.3" + }, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, "node_modules/@typescript-eslint/parser": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.0.1.tgz", @@ -4026,18 +4073,18 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.0.1.tgz", - "integrity": "sha512-YtT9UcstTG5Yqy4xtLiClm1ZpM/pWVGFnkAa90UfdkkZsR1eP2mR/1jbHeYp8Ay1l1JHPyGvoUYR6o3On5Nhmw==", + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.7.1.tgz", + "integrity": "sha512-ZksJLW3WF7o75zaBPScdW1Gbkwhd/lyeXGf1kQCxJaOeITscoSl0MjynVvCzuV5boUz/3fOI06Lz8La55mu29Q==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "7.0.1", - "@typescript-eslint/utils": "7.0.1", + "@typescript-eslint/typescript-estree": "7.7.1", + "@typescript-eslint/utils": "7.7.1", "debug": "^4.3.4", - "ts-api-utils": "^1.0.1" + "ts-api-utils": "^1.3.0" }, "engines": { - "node": "^16.0.0 || >=18.0.0" + "node": "^18.18.0 || >=20.0.0" }, "funding": { "type": "opencollective", @@ -4052,6 +4099,79 @@ } } }, + "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": { + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.7.1.tgz", + "integrity": "sha512-AmPmnGW1ZLTpWa+/2omPrPfR7BcbUU4oha5VIbSbS1a1Tv966bklvLNXxp3mrbc+P2j4MNOTfDffNsk4o0c6/w==", + "dev": true, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": { + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.1.tgz", + "integrity": "sha512-CXe0JHCXru8Fa36dteXqmH2YxngKJjkQLjxzoj6LYwzZ7qZvgsLSc+eqItCrqIop8Vl2UKoAi0StVWu97FQZIQ==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "7.7.1", + "@typescript-eslint/visitor-keys": "7.7.1", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "minimatch": "^9.0.4", + "semver": "^7.6.0", + "ts-api-utils": "^1.3.0" + }, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": { + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.1.tgz", + "integrity": "sha512-gBL3Eq25uADw1LQ9kVpf3hRM+DWzs0uZknHYK3hq4jcTPqVCClHGDnB6UUUV2SFeBeA4KWHWbbLqmbGcZ4FYbw==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "7.7.1", + "eslint-visitor-keys": "^3.4.3" + }, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/minimatch": { + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", + "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@typescript-eslint/types": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.0.1.tgz", @@ -4094,21 +4214,21 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.0.1.tgz", - "integrity": "sha512-oe4his30JgPbnv+9Vef1h48jm0S6ft4mNwi9wj7bX10joGn07QRfqIqFHoMiajrtoU88cIhXf8ahwgrcbNLgPA==", + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.7.1.tgz", + "integrity": "sha512-QUvBxPEaBXf41ZBbaidKICgVL8Hin0p6prQDu6bbetWo39BKbWJxRsErOzMNT1rXvTll+J7ChrbmMCXM9rsvOQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@types/json-schema": "^7.0.12", - "@types/semver": "^7.5.0", - "@typescript-eslint/scope-manager": "7.0.1", - "@typescript-eslint/types": "7.0.1", - "@typescript-eslint/typescript-estree": "7.0.1", - "semver": "^7.5.4" + "@types/json-schema": "^7.0.15", + "@types/semver": "^7.5.8", + "@typescript-eslint/scope-manager": "7.7.1", + "@typescript-eslint/types": "7.7.1", + "@typescript-eslint/typescript-estree": "7.7.1", + "semver": "^7.6.0" }, "engines": { - "node": "^16.0.0 || >=18.0.0" + "node": "^18.18.0 || >=20.0.0" }, "funding": { "type": "opencollective", @@ -4118,6 +4238,96 @@ "eslint": "^8.56.0" } }, + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": { + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.7.1.tgz", + "integrity": "sha512-PytBif2SF+9SpEUKynYn5g1RHFddJUcyynGpztX3l/ik7KmZEv19WCMhUBkHXPU9es/VWGD3/zg3wg90+Dh2rA==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "7.7.1", + "@typescript-eslint/visitor-keys": "7.7.1" + }, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": { + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.7.1.tgz", + "integrity": "sha512-AmPmnGW1ZLTpWa+/2omPrPfR7BcbUU4oha5VIbSbS1a1Tv966bklvLNXxp3mrbc+P2j4MNOTfDffNsk4o0c6/w==", + "dev": true, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": { + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.1.tgz", + "integrity": "sha512-CXe0JHCXru8Fa36dteXqmH2YxngKJjkQLjxzoj6LYwzZ7qZvgsLSc+eqItCrqIop8Vl2UKoAi0StVWu97FQZIQ==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "7.7.1", + "@typescript-eslint/visitor-keys": "7.7.1", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "minimatch": "^9.0.4", + "semver": "^7.6.0", + "ts-api-utils": "^1.3.0" + }, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": { + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.1.tgz", + "integrity": "sha512-gBL3Eq25uADw1LQ9kVpf3hRM+DWzs0uZknHYK3hq4jcTPqVCClHGDnB6UUUV2SFeBeA4KWHWbbLqmbGcZ4FYbw==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "7.7.1", + "eslint-visitor-keys": "^3.4.3" + }, + "engines": { + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/minimatch": { + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", + "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@typescript-eslint/visitor-keys": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.0.1.tgz", @@ -14765,9 +14975,9 @@ } }, "node_modules/ts-api-utils": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.2.1.tgz", - "integrity": "sha512-RIYA36cJn2WiH9Hy77hdF9r7oEwxAtB/TS9/S4Qd90Ap4z5FSiin5zEiTL44OII1Y3IIlEvxwxFUVgrHSZ/UpA==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz", + "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==", "dev": true, "engines": { "node": ">=16" @@ -15934,7 +16144,7 @@ "@nestjs/cli": "10.3.2", "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", @@ -15967,7 +16177,7 @@ "@nestjs/cli": "10.3.2", "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", @@ -16018,7 +16228,7 @@ "@nestjs/schematics": "10.1.1", "@types/express": "^4.17.21", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", @@ -16085,7 +16295,7 @@ "@nestjs/cli": "10.3.2", "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", @@ -16132,7 +16342,7 @@ "@nestjs/cli": "10.3.2", "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", @@ -16180,7 +16390,7 @@ "@nestjs/cli": "10.3.2", "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", @@ -16228,7 +16438,7 @@ "@nestjs/cli": "10.3.2", "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", @@ -16276,7 +16486,7 @@ "@nestjs/cli": "10.3.2", "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", @@ -16323,7 +16533,7 @@ "@nestjs/cli": "10.3.2", "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", @@ -16371,7 +16581,7 @@ "@nestjs/cli": "10.3.2", "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", @@ -16421,7 +16631,7 @@ "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", "@types/validator": "^13.11.9", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", @@ -16471,7 +16681,7 @@ "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", "@types/validator": "^13.11.9", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", diff --git a/package.json b/package.json index 61818b19..e9d5adf3 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "update": "npx npm-check-updates --deep -u" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", diff --git a/packages/sample/command-by-glob/package.json b/packages/sample/command-by-glob/package.json index 126ab2e9..6a51e925 100644 --- a/packages/sample/command-by-glob/package.json +++ b/packages/sample/command-by-glob/package.json @@ -35,7 +35,7 @@ "@nestjs/cli": "10.3.2", "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", diff --git a/packages/sample/command-by-http-request/package.json b/packages/sample/command-by-http-request/package.json index 17e3c357..75c8a10b 100644 --- a/packages/sample/command-by-http-request/package.json +++ b/packages/sample/command-by-http-request/package.json @@ -36,7 +36,7 @@ "@nestjs/schematics": "10.1.1", "@types/express": "^4.17.21", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", diff --git a/packages/sample/command/package.json b/packages/sample/command/package.json index e3c4406d..62cb3233 100644 --- a/packages/sample/command/package.json +++ b/packages/sample/command/package.json @@ -34,7 +34,7 @@ "@nestjs/cli": "10.3.2", "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", diff --git a/packages/sample/dependency-injection/package.json b/packages/sample/dependency-injection/package.json index c56c2562..d9ceb64c 100644 --- a/packages/sample/dependency-injection/package.json +++ b/packages/sample/dependency-injection/package.json @@ -34,7 +34,7 @@ "@nestjs/cli": "10.3.2", "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", diff --git a/packages/sample/event/package.json b/packages/sample/event/package.json index 9fccd6b9..199f9b9d 100644 --- a/packages/sample/event/package.json +++ b/packages/sample/event/package.json @@ -32,7 +32,7 @@ "@nestjs/cli": "10.3.2", "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", diff --git a/packages/sample/interaction-collector/package.json b/packages/sample/interaction-collector/package.json index 85295077..2cad662b 100644 --- a/packages/sample/interaction-collector/package.json +++ b/packages/sample/interaction-collector/package.json @@ -33,7 +33,7 @@ "@nestjs/cli": "10.3.2", "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", diff --git a/packages/sample/message-collector/package.json b/packages/sample/message-collector/package.json index 9d683df3..11379884 100644 --- a/packages/sample/message-collector/package.json +++ b/packages/sample/message-collector/package.json @@ -33,7 +33,7 @@ "@nestjs/cli": "10.3.2", "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", diff --git a/packages/sample/modals/package.json b/packages/sample/modals/package.json index e64e25aa..b9611a42 100644 --- a/packages/sample/modals/package.json +++ b/packages/sample/modals/package.json @@ -33,7 +33,7 @@ "@nestjs/cli": "10.3.2", "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", diff --git a/packages/sample/prefix-command/package.json b/packages/sample/prefix-command/package.json index 00c6174f..7a6ad589 100644 --- a/packages/sample/prefix-command/package.json +++ b/packages/sample/prefix-command/package.json @@ -32,7 +32,7 @@ "@nestjs/cli": "10.3.2", "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", diff --git a/packages/sample/reaction-collector/package.json b/packages/sample/reaction-collector/package.json index 3dd41f4d..2cd5d056 100644 --- a/packages/sample/reaction-collector/package.json +++ b/packages/sample/reaction-collector/package.json @@ -33,7 +33,7 @@ "@nestjs/cli": "10.3.2", "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", diff --git a/packages/sample/sub-command/package.json b/packages/sample/sub-command/package.json index 1182c2f8..3a97e9ca 100644 --- a/packages/sample/sub-command/package.json +++ b/packages/sample/sub-command/package.json @@ -35,7 +35,7 @@ "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", "@types/validator": "^13.11.9", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", diff --git a/packages/sample/validation/package.json b/packages/sample/validation/package.json index 213be7a0..ca075f0b 100644 --- a/packages/sample/validation/package.json +++ b/packages/sample/validation/package.json @@ -35,7 +35,7 @@ "@nestjs/schematics": "10.1.1", "@types/node": "20.11.17", "@types/validator": "^13.11.9", - "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.7.1", "@typescript-eslint/parser": "7.0.1", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0",