diff --git a/package.json b/package.json index fb6dfcda..92bb640a 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,9 @@ "prettier": "@willbooster/prettier-config", "devDependencies": { "@qiwi/multi-semantic-release": "7.1.1", - "@types/eslint": "8.44.7", + "@types/eslint": "8.44.8", "@types/micromatch": "4.0.6", - "@typescript-eslint/parser": "6.12.0", + "@typescript-eslint/parser": "6.13.1", "@willbooster/prettier-config": "^9.0.1", "conventional-changelog-conventionalcommits": "6.1.0", "dotenv-cli": "7.3.0", diff --git a/packages/eslint-config-blitz-next/package.json b/packages/eslint-config-blitz-next/package.json index 3881dd8a..ad98a6c1 100644 --- a/packages/eslint-config-blitz-next/package.json +++ b/packages/eslint-config-blitz-next/package.json @@ -22,13 +22,13 @@ "@willbooster/eslint-config-ts": "^10.5.1" }, "devDependencies": { - "@blitzjs/next": "2.0.0-beta.35", - "@types/eslint": "8.44.7", + "@blitzjs/next": "2.0.0-beta.36", + "@types/eslint": "8.44.8", "@types/micromatch": "4.0.6", - "@types/node": "20.10.0", - "@types/react": "18.2.38", - "@typescript-eslint/eslint-plugin": "6.12.0", - "@typescript-eslint/parser": "6.12.0", + "@types/node": "20.10.1", + "@types/react": "18.2.39", + "@typescript-eslint/eslint-plugin": "6.13.1", + "@typescript-eslint/parser": "6.13.1", "@willbooster/prettier-config": "^9.0.1", "eslint": "8.54.0", "eslint-config-next": "14.0.3", diff --git a/packages/eslint-config-js-react/package.json b/packages/eslint-config-js-react/package.json index d071d8f1..6c6747e7 100644 --- a/packages/eslint-config-js-react/package.json +++ b/packages/eslint-config-js-react/package.json @@ -21,9 +21,9 @@ "@willbooster/eslint-config-js": "^10.2.1" }, "devDependencies": { - "@types/eslint": "8.44.7", + "@types/eslint": "8.44.8", "@types/micromatch": "4.0.6", - "@types/react": "18.2.38", + "@types/react": "18.2.39", "@willbooster/prettier-config": "^9.0.1", "eslint": "8.54.0", "eslint-config-prettier": "9.0.0", diff --git a/packages/eslint-config-js/package.json b/packages/eslint-config-js/package.json index 3964814a..cbe887b0 100644 --- a/packages/eslint-config-js/package.json +++ b/packages/eslint-config-js/package.json @@ -18,7 +18,7 @@ }, "prettier": "@willbooster/prettier-config", "devDependencies": { - "@types/eslint": "8.44.7", + "@types/eslint": "8.44.8", "@types/micromatch": "4.0.6", "@willbooster/prettier-config": "^9.0.1", "eslint": "8.54.0", diff --git a/packages/eslint-config-next/package.json b/packages/eslint-config-next/package.json index 3f7afa04..af467915 100644 --- a/packages/eslint-config-next/package.json +++ b/packages/eslint-config-next/package.json @@ -22,12 +22,12 @@ "@willbooster/eslint-config-ts": "^10.5.1" }, "devDependencies": { - "@types/eslint": "8.44.7", + "@types/eslint": "8.44.8", "@types/micromatch": "4.0.6", - "@types/node": "20.10.0", - "@types/react": "18.2.38", - "@typescript-eslint/eslint-plugin": "6.12.0", - "@typescript-eslint/parser": "6.12.0", + "@types/node": "20.10.1", + "@types/react": "18.2.39", + "@typescript-eslint/eslint-plugin": "6.13.1", + "@typescript-eslint/parser": "6.13.1", "@willbooster/prettier-config": "^9.0.1", "eslint": "8.54.0", "eslint-config-next": "14.0.3", diff --git a/packages/eslint-config-ts-react/package.json b/packages/eslint-config-ts-react/package.json index 977af8ba..07bc56c1 100644 --- a/packages/eslint-config-ts-react/package.json +++ b/packages/eslint-config-ts-react/package.json @@ -22,12 +22,12 @@ "@willbooster/eslint-config-ts": "^10.5.1" }, "devDependencies": { - "@types/eslint": "8.44.7", + "@types/eslint": "8.44.8", "@types/micromatch": "4.0.6", - "@types/node": "20.10.0", - "@types/react": "18.2.38", - "@typescript-eslint/eslint-plugin": "6.12.0", - "@typescript-eslint/parser": "6.12.0", + "@types/node": "20.10.1", + "@types/react": "18.2.39", + "@typescript-eslint/eslint-plugin": "6.13.1", + "@typescript-eslint/parser": "6.13.1", "@willbooster/prettier-config": "^9.0.1", "eslint": "8.54.0", "eslint-config-prettier": "9.0.0", diff --git a/packages/eslint-config-ts/package.json b/packages/eslint-config-ts/package.json index 81cb3de7..5abb528b 100644 --- a/packages/eslint-config-ts/package.json +++ b/packages/eslint-config-ts/package.json @@ -19,11 +19,11 @@ }, "prettier": "@willbooster/prettier-config", "devDependencies": { - "@types/eslint": "8.44.7", + "@types/eslint": "8.44.8", "@types/micromatch": "4.0.6", - "@types/node": "20.10.0", - "@typescript-eslint/eslint-plugin": "6.12.0", - "@typescript-eslint/parser": "6.12.0", + "@types/node": "20.10.1", + "@typescript-eslint/eslint-plugin": "6.13.1", + "@typescript-eslint/parser": "6.13.1", "@willbooster/prettier-config": "^9.0.1", "eslint": "8.54.0", "eslint-config-prettier": "9.0.0", diff --git a/packages/shared/package.json b/packages/shared/package.json index 19b0fe61..26707ea6 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -16,10 +16,10 @@ }, "prettier": "@willbooster/prettier-config", "devDependencies": { - "@types/eslint": "8.44.7", + "@types/eslint": "8.44.8", "@types/micromatch": "4.0.6", - "@typescript-eslint/eslint-plugin": "6.12.0", - "@typescript-eslint/parser": "6.12.0", + "@typescript-eslint/eslint-plugin": "6.13.1", + "@typescript-eslint/parser": "6.13.1", "@willbooster/prettier-config": "^9.0.1", "eslint": "8.54.0", "eslint-config-prettier": "9.0.0", diff --git a/yarn.lock b/yarn.lock index c15080a0..2fec798d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -85,11 +85,11 @@ __metadata: languageName: node linkType: hard -"@blitzjs/next@npm:2.0.0-beta.35": - version: 2.0.0-beta.35 - resolution: "@blitzjs/next@npm:2.0.0-beta.35" +"@blitzjs/next@npm:2.0.0-beta.36": + version: 2.0.0-beta.36 + resolution: "@blitzjs/next@npm:2.0.0-beta.36" dependencies: - "@blitzjs/rpc": "npm:2.0.0-beta.35" + "@blitzjs/rpc": "npm:2.0.0-beta.36" "@types/hoist-non-react-statics": "npm:3.3.1" debug: "npm:4.3.3" fs-extra: "npm:10.0.1" @@ -97,17 +97,17 @@ __metadata: superjson: "npm:1.11.0" supports-color: "npm:8.1.1" peerDependencies: - blitz: 2.0.0-beta.35 + blitz: 2.0.0-beta.36 next: "*" react: "*" tslog: 4.9.0 - checksum: 304775757542e6e323f9a04a99d7b1ccf267415ce49974fc08e65a583a082061ee3e2c6522465a93459185c4f6e99f693f3bfdf9ff04c99746d67207f05ad538 + checksum: 07d12efc6d02ade6f45cbb882af8a66af09d7366787ae2e4b8ff49d9e04313174901640d4c67c0c80e4a473e16c15a0559608a2096ab11d1a4eeb4a3dc24b165 languageName: node linkType: hard -"@blitzjs/rpc@npm:2.0.0-beta.35": - version: 2.0.0-beta.35 - resolution: "@blitzjs/rpc@npm:2.0.0-beta.35" +"@blitzjs/rpc@npm:2.0.0-beta.36": + version: 2.0.0-beta.36 + resolution: "@blitzjs/rpc@npm:2.0.0-beta.36" dependencies: "@swc/core": "npm:1.3.7" "@tanstack/react-query": "npm:4.24.4" @@ -119,10 +119,10 @@ __metadata: supports-color: "npm:8.1.1" peerDependencies: "@tanstack/query-core": 4.24.4 - blitz: 2.0.0-beta.35 + blitz: 2.0.0-beta.36 next: "*" react: "*" - checksum: 051035da06d8f721dc03eab39c4adf2ef77bdbbdb2d4bb50513a4020b1d56479d1cd10a899fa086b908d72fc71014387b3aacb4e41bba9e067dcded3d09b3543 + checksum: 78afe46646a98ec0b3e8653a705ddb265f6104b1a2f6293e52a928a40c387ecdda121777de2770bcb9c5093bcfc8d75bf097de76b3eb244577fa3630fc2d5275 languageName: node linkType: hard @@ -1233,13 +1233,13 @@ __metadata: languageName: node linkType: hard -"@types/eslint@npm:8.44.7": - version: 8.44.7 - resolution: "@types/eslint@npm:8.44.7" +"@types/eslint@npm:8.44.8": + version: 8.44.8 + resolution: "@types/eslint@npm:8.44.8" dependencies: "@types/estree": "npm:*" "@types/json-schema": "npm:*" - checksum: 447b55ccff47668fc63466728e7e598ae16a03de8d489350e855b6020ad16f58a703e75b875376dd6cd5fcab630311a805fa7f934476637ea35819f01c9db3ca + checksum: 610966753add984f6ac9f00eeb766691e141e66a7e20b724a45ad077f60e8cd8fd7874b7e655e93537e54873cc5711cd6f57728474e08b478407cd942f098263 languageName: node linkType: hard @@ -1290,7 +1290,7 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*, @types/node@npm:20.10.0": +"@types/node@npm:*": version: 20.10.0 resolution: "@types/node@npm:20.10.0" dependencies: @@ -1299,6 +1299,15 @@ __metadata: languageName: node linkType: hard +"@types/node@npm:20.10.1": + version: 20.10.1 + resolution: "@types/node@npm:20.10.1" + dependencies: + undici-types: "npm:~5.26.4" + checksum: c1b4b5a33f57bd39a8a0d074f27e3e370fccc6cda6a1c46caa48cc4c1687677cfdbffd9dc93fc803c6d355696dd9c73cd6f6507c749f61f83beb7326aec077d2 + languageName: node + linkType: hard + "@types/node@npm:^17.0.36": version: 17.0.45 resolution: "@types/node@npm:17.0.45" @@ -1327,7 +1336,7 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:*, @types/react@npm:18.2.38": +"@types/react@npm:*": version: 18.2.38 resolution: "@types/react@npm:18.2.38" dependencies: @@ -1338,6 +1347,17 @@ __metadata: languageName: node linkType: hard +"@types/react@npm:18.2.39": + version: 18.2.39 + resolution: "@types/react@npm:18.2.39" + dependencies: + "@types/prop-types": "npm:*" + "@types/scheduler": "npm:*" + csstype: "npm:^3.0.2" + checksum: e91a5419d7615ab4fcaa7cb3ad2bd372093676e86c082748ab36ac394d3ed560070482d092a5488f74d6b1d913369e4dabf6eb287debed4d70cd3eb7dc135542 + languageName: node + linkType: hard + "@types/resolve@npm:1.20.2": version: 1.20.2 resolution: "@types/resolve@npm:1.20.2" @@ -1366,15 +1386,15 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:6.12.0": - version: 6.12.0 - resolution: "@typescript-eslint/eslint-plugin@npm:6.12.0" +"@typescript-eslint/eslint-plugin@npm:6.13.1": + version: 6.13.1 + resolution: "@typescript-eslint/eslint-plugin@npm:6.13.1" dependencies: "@eslint-community/regexpp": "npm:^4.5.1" - "@typescript-eslint/scope-manager": "npm:6.12.0" - "@typescript-eslint/type-utils": "npm:6.12.0" - "@typescript-eslint/utils": "npm:6.12.0" - "@typescript-eslint/visitor-keys": "npm:6.12.0" + "@typescript-eslint/scope-manager": "npm:6.13.1" + "@typescript-eslint/type-utils": "npm:6.13.1" + "@typescript-eslint/utils": "npm:6.13.1" + "@typescript-eslint/visitor-keys": "npm:6.13.1" debug: "npm:^4.3.4" graphemer: "npm:^1.4.0" ignore: "npm:^5.2.4" @@ -1387,11 +1407,29 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 98e07a00c95a3b786d3fe073e9181015c7f37d375caccc74892626a9d8107be0965d50c1da57087dd0fb4c4e35612a51740c944a8ff1adfd7ff6a4c029d13f6e + checksum: ccbcbf2a16d985348f46f07c90db06d98878632e7e98eb2fe9275dc489e8a3406bbe002e6d5ff0da88f51a5fe44ea0e942ec35488a3f1939e009f0a43997d34a + languageName: node + linkType: hard + +"@typescript-eslint/parser@npm:6.13.1": + version: 6.13.1 + resolution: "@typescript-eslint/parser@npm:6.13.1" + dependencies: + "@typescript-eslint/scope-manager": "npm:6.13.1" + "@typescript-eslint/types": "npm:6.13.1" + "@typescript-eslint/typescript-estree": "npm:6.13.1" + "@typescript-eslint/visitor-keys": "npm:6.13.1" + debug: "npm:^4.3.4" + peerDependencies: + eslint: ^7.0.0 || ^8.0.0 + peerDependenciesMeta: + typescript: + optional: true + checksum: 83f67374815f330ba96c2129f616ee1c8af3a7282c91e9645371ce4a9acfc2797df345cc65a34efa3ff0e574ac9422921cdac623a37be21e36e45c46d6de4731 languageName: node linkType: hard -"@typescript-eslint/parser@npm:6.12.0, @typescript-eslint/parser@npm:^5.4.2 || ^6.0.0": +"@typescript-eslint/parser@npm:^5.4.2 || ^6.0.0": version: 6.12.0 resolution: "@typescript-eslint/parser@npm:6.12.0" dependencies: @@ -1419,12 +1457,22 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:6.12.0": - version: 6.12.0 - resolution: "@typescript-eslint/type-utils@npm:6.12.0" +"@typescript-eslint/scope-manager@npm:6.13.1": + version: 6.13.1 + resolution: "@typescript-eslint/scope-manager@npm:6.13.1" dependencies: - "@typescript-eslint/typescript-estree": "npm:6.12.0" - "@typescript-eslint/utils": "npm:6.12.0" + "@typescript-eslint/types": "npm:6.13.1" + "@typescript-eslint/visitor-keys": "npm:6.13.1" + checksum: 2b00f087ba9a9940df4cbc96335312737b3a7744b61528e4949ffd8034067d4c419a7b20beeb4c47d0ed5f52ad82490e89622a0de0e33c4bb6af3ede14c680b8 + languageName: node + linkType: hard + +"@typescript-eslint/type-utils@npm:6.13.1": + version: 6.13.1 + resolution: "@typescript-eslint/type-utils@npm:6.13.1" + dependencies: + "@typescript-eslint/typescript-estree": "npm:6.13.1" + "@typescript-eslint/utils": "npm:6.13.1" debug: "npm:^4.3.4" ts-api-utils: "npm:^1.0.1" peerDependencies: @@ -1432,7 +1480,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 35f8dfbacb43df4378876669835b580549c50d7c1af642d39b9b3146e6085c9dab8d982151e21598af42870971b76ce76c12fb93d2913e4bdbd647fbe54fa0f5 + checksum: c958126cb9d28021ae8e3bb2c11d5f427ab09adff5deaf64927f9769b8ba1f7b561dfb30ac2e69f9ef923183566569500a27a188b534e6641a34e0a6fd144773 languageName: node linkType: hard @@ -1443,6 +1491,13 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/types@npm:6.13.1": + version: 6.13.1 + resolution: "@typescript-eslint/types@npm:6.13.1" + checksum: 26ea37ec6943859415d683b280e135c20da73281d742aaf123763bf9e10ea0629950422934c4ec3cc77a390a8fa8f33cc4f3914869ffd5af4d1edbbbae834d60 + languageName: node + linkType: hard + "@typescript-eslint/typescript-estree@npm:6.12.0": version: 6.12.0 resolution: "@typescript-eslint/typescript-estree@npm:6.12.0" @@ -1461,20 +1516,38 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:6.12.0": - version: 6.12.0 - resolution: "@typescript-eslint/utils@npm:6.12.0" +"@typescript-eslint/typescript-estree@npm:6.13.1": + version: 6.13.1 + resolution: "@typescript-eslint/typescript-estree@npm:6.13.1" + dependencies: + "@typescript-eslint/types": "npm:6.13.1" + "@typescript-eslint/visitor-keys": "npm:6.13.1" + debug: "npm:^4.3.4" + globby: "npm:^11.1.0" + is-glob: "npm:^4.0.3" + semver: "npm:^7.5.4" + ts-api-utils: "npm:^1.0.1" + peerDependenciesMeta: + typescript: + optional: true + checksum: d8aa409464f860f12ddc67ad8d94dcc37dc4da272b1d9d1937b6ccbcf397daa8bb495f409ee5c263053f87a9a0cc7d5ba6926137e5724d4ac6a839d8a481a8c0 + languageName: node + linkType: hard + +"@typescript-eslint/utils@npm:6.13.1": + version: 6.13.1 + resolution: "@typescript-eslint/utils@npm:6.13.1" dependencies: "@eslint-community/eslint-utils": "npm:^4.4.0" "@types/json-schema": "npm:^7.0.12" "@types/semver": "npm:^7.5.0" - "@typescript-eslint/scope-manager": "npm:6.12.0" - "@typescript-eslint/types": "npm:6.12.0" - "@typescript-eslint/typescript-estree": "npm:6.12.0" + "@typescript-eslint/scope-manager": "npm:6.13.1" + "@typescript-eslint/types": "npm:6.13.1" + "@typescript-eslint/typescript-estree": "npm:6.13.1" semver: "npm:^7.5.4" peerDependencies: eslint: ^7.0.0 || ^8.0.0 - checksum: af9159395847a675e270f56364089e3326ba26f2a0b45ef042ab8508f61f92edd24c60ec8ccca42f0883bbbd233d6e9dcc9c2304ef9694336459c26c38bbbdc7 + checksum: 6706527c6d979ba0a9756394382e945a2de51f54b8193da03ec2f980d479ffca0f58216c90f510b39601d07b37781af4236384f49afc63713662cd309bd43a1f languageName: node linkType: hard @@ -1488,6 +1561,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/visitor-keys@npm:6.13.1": + version: 6.13.1 + resolution: "@typescript-eslint/visitor-keys@npm:6.13.1" + dependencies: + "@typescript-eslint/types": "npm:6.13.1" + eslint-visitor-keys: "npm:^3.4.1" + checksum: 68daf60941fc4824f90480787587c9cbb447eeceac5698dfef2b0c2caa6d3c715f604c2357cc20abb6899be3c3e3ae3b5bbee310faccaab9ea98c8bd9137ec1f + languageName: node + linkType: hard + "@ungap/structured-clone@npm:^1.2.0": version: 1.2.0 resolution: "@ungap/structured-clone@npm:1.2.0" @@ -1520,9 +1603,9 @@ __metadata: resolution: "@willbooster/configs@workspace:." dependencies: "@qiwi/multi-semantic-release": "npm:7.1.1" - "@types/eslint": "npm:8.44.7" + "@types/eslint": "npm:8.44.8" "@types/micromatch": "npm:4.0.6" - "@typescript-eslint/parser": "npm:6.12.0" + "@typescript-eslint/parser": "npm:6.13.1" "@willbooster/prettier-config": "npm:^9.0.1" conventional-changelog-conventionalcommits: "npm:6.1.0" dotenv-cli: "npm:7.3.0" @@ -1541,13 +1624,13 @@ __metadata: version: 0.0.0-use.local resolution: "@willbooster/eslint-config-blitz-next@workspace:packages/eslint-config-blitz-next" dependencies: - "@blitzjs/next": "npm:2.0.0-beta.35" - "@types/eslint": "npm:8.44.7" + "@blitzjs/next": "npm:2.0.0-beta.36" + "@types/eslint": "npm:8.44.8" "@types/micromatch": "npm:4.0.6" - "@types/node": "npm:20.10.0" - "@types/react": "npm:18.2.38" - "@typescript-eslint/eslint-plugin": "npm:6.12.0" - "@typescript-eslint/parser": "npm:6.12.0" + "@types/node": "npm:20.10.1" + "@types/react": "npm:18.2.39" + "@typescript-eslint/eslint-plugin": "npm:6.13.1" + "@typescript-eslint/parser": "npm:6.13.1" "@willbooster/eslint-config-ts": "npm:^10.5.1" "@willbooster/prettier-config": "npm:^9.0.1" eslint: "npm:8.54.0" @@ -1587,9 +1670,9 @@ __metadata: version: 0.0.0-use.local resolution: "@willbooster/eslint-config-js-react@workspace:packages/eslint-config-js-react" dependencies: - "@types/eslint": "npm:8.44.7" + "@types/eslint": "npm:8.44.8" "@types/micromatch": "npm:4.0.6" - "@types/react": "npm:18.2.38" + "@types/react": "npm:18.2.39" "@willbooster/eslint-config-js": "npm:^10.2.1" "@willbooster/prettier-config": "npm:^9.0.1" eslint: "npm:8.54.0" @@ -1635,7 +1718,7 @@ __metadata: version: 0.0.0-use.local resolution: "@willbooster/eslint-config-js@workspace:packages/eslint-config-js" dependencies: - "@types/eslint": "npm:8.44.7" + "@types/eslint": "npm:8.44.8" "@types/micromatch": "npm:4.0.6" "@willbooster/prettier-config": "npm:^9.0.1" eslint: "npm:8.54.0" @@ -1662,12 +1745,12 @@ __metadata: version: 0.0.0-use.local resolution: "@willbooster/eslint-config-next@workspace:packages/eslint-config-next" dependencies: - "@types/eslint": "npm:8.44.7" + "@types/eslint": "npm:8.44.8" "@types/micromatch": "npm:4.0.6" - "@types/node": "npm:20.10.0" - "@types/react": "npm:18.2.38" - "@typescript-eslint/eslint-plugin": "npm:6.12.0" - "@typescript-eslint/parser": "npm:6.12.0" + "@types/node": "npm:20.10.1" + "@types/react": "npm:18.2.39" + "@typescript-eslint/eslint-plugin": "npm:6.13.1" + "@typescript-eslint/parser": "npm:6.13.1" "@willbooster/eslint-config-ts": "npm:^10.5.1" "@willbooster/prettier-config": "npm:^9.0.1" eslint: "npm:8.54.0" @@ -1706,12 +1789,12 @@ __metadata: version: 0.0.0-use.local resolution: "@willbooster/eslint-config-ts-react@workspace:packages/eslint-config-ts-react" dependencies: - "@types/eslint": "npm:8.44.7" + "@types/eslint": "npm:8.44.8" "@types/micromatch": "npm:4.0.6" - "@types/node": "npm:20.10.0" - "@types/react": "npm:18.2.38" - "@typescript-eslint/eslint-plugin": "npm:6.12.0" - "@typescript-eslint/parser": "npm:6.12.0" + "@types/node": "npm:20.10.1" + "@types/react": "npm:18.2.39" + "@typescript-eslint/eslint-plugin": "npm:6.13.1" + "@typescript-eslint/parser": "npm:6.13.1" "@willbooster/eslint-config-ts": "npm:^10.5.1" "@willbooster/prettier-config": "npm:^9.0.1" eslint: "npm:8.54.0" @@ -1768,11 +1851,11 @@ __metadata: version: 0.0.0-use.local resolution: "@willbooster/eslint-config-ts@workspace:packages/eslint-config-ts" dependencies: - "@types/eslint": "npm:8.44.7" + "@types/eslint": "npm:8.44.8" "@types/micromatch": "npm:4.0.6" - "@types/node": "npm:20.10.0" - "@typescript-eslint/eslint-plugin": "npm:6.12.0" - "@typescript-eslint/parser": "npm:6.12.0" + "@types/node": "npm:20.10.1" + "@typescript-eslint/eslint-plugin": "npm:6.13.1" + "@typescript-eslint/parser": "npm:6.13.1" "@willbooster/prettier-config": "npm:^9.0.1" eslint: "npm:8.54.0" eslint-config-prettier: "npm:9.0.0" @@ -1846,10 +1929,10 @@ __metadata: version: 0.0.0-use.local resolution: "@willbooster/shared@workspace:packages/shared" dependencies: - "@types/eslint": "npm:8.44.7" + "@types/eslint": "npm:8.44.8" "@types/micromatch": "npm:4.0.6" - "@typescript-eslint/eslint-plugin": "npm:6.12.0" - "@typescript-eslint/parser": "npm:6.12.0" + "@typescript-eslint/eslint-plugin": "npm:6.13.1" + "@typescript-eslint/parser": "npm:6.13.1" "@willbooster/prettier-config": "npm:^9.0.1" eslint: "npm:8.54.0" eslint-config-prettier: "npm:9.0.0"