diff --git a/package-lock.json b/package-lock.json index 3086555..e0a79ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -139,24 +139,65 @@ } }, "@typescript-eslint/parser": { - "version": "5.27.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.27.1.tgz", - "integrity": "sha512-7Va2ZOkHi5NP+AZwb5ReLgNF6nWLGTeUJfxdkVUAPPSaAdbWNnFZzLZ4EGGmmiCTg+AwlbE1KyUYTBglosSLHQ==", + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.35.0.tgz", + "integrity": "sha512-u/M2v2dTBqPmS9xltGN68RVt1I/Dk9hQqoKNylD/Pw7gUWu1FlIrj++mYdBHr9hxE3edDiKkb/zRVTr1Xflm8Q==", "dev": true, "requires": { - "@typescript-eslint/scope-manager": "5.27.1", - "@typescript-eslint/types": "5.27.1", - "@typescript-eslint/typescript-estree": "5.27.1", + "@typescript-eslint/scope-manager": "5.35.0", + "@typescript-eslint/types": "5.35.0", + "@typescript-eslint/typescript-estree": "5.35.0", "debug": "^4.3.4" }, "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "@typescript-eslint/scope-manager": { + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.35.0.tgz", + "integrity": "sha512-eQUdKvn2X7TzRK+tRoEC5YRVGsus17mZ5YcdBCfoB8aklswmmibW08uDfnD3KqmJd9YmfhHRkUCBjm+GwGjWSg==", "dev": true, "requires": { - "ms": "2.1.2" + "@typescript-eslint/types": "5.35.0", + "@typescript-eslint/visitor-keys": "5.35.0" + } + }, + "@typescript-eslint/types": { + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.35.0.tgz", + "integrity": "sha512-V6EzovTCZlTQdGRyxVsLqoYbm794SbnNz87TceUKLKWa9PHdrnjIn38JuEYNA2gJAsmWb5TiqGMum+pirJs8sg==", + "dev": true + }, + "@typescript-eslint/typescript-estree": { + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.35.0.tgz", + "integrity": "sha512-WXlB9rtaQntlsfHe8ghWEX5Oa5itzIS/Evwu5IS7KaErF5HU4EyNT0FIn0fy1FmjCogudZpw6ffq5wEOd/meRA==", + "dev": true, + "requires": { + "@typescript-eslint/types": "5.35.0", + "@typescript-eslint/visitor-keys": "5.35.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + } + }, + "@typescript-eslint/visitor-keys": { + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.35.0.tgz", + "integrity": "sha512-cx6fFqEp85SA4ugwJmM0GCDwmdTZBWsp5F5Lj/gZO5AYAtcaV5Hq8whszkIF0NToxtH375jvAd20C0mQpBL9Sg==", + "dev": true, + "requires": { + "@typescript-eslint/types": "5.35.0", + "eslint-visitor-keys": "^3.3.0" + } + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "requires": { + "is-extglob": "^2.1.1" } } } diff --git a/package.json b/package.json index f5396df..cb49957 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@types/node": "^17.0.41", - "@typescript-eslint/parser": "^5.27.1", + "@typescript-eslint/parser": "^5.35.0", "@vercel/ncc": "^0.34.0", "eslint": "^8.17.0", "eslint-plugin-github": "^4.3.6",