diff --git a/package-lock.json b/package-lock.json index a45fa40..4e7f056 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "eslint": "^8.23.0", "eslint-config-next": "^12.3.0", "eslint-config-prettier": "^8.5.0", - "eslint-config-standard-with-typescript": "^22.0.0", + "eslint-config-standard-with-typescript": "^27.0.1", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-n": "^15.2.5", @@ -5235,9 +5235,9 @@ } }, "node_modules/eslint-config-standard-with-typescript": { - "version": "22.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-22.0.0.tgz", - "integrity": "sha512-VA36U7UlFpwULvkdnh6MQj5GAV2Q+tT68ALLAwJP0ZuNXU2m0wX07uxX4qyLRdHgSzH4QJ73CveKBuSOYvh7vQ==", + "version": "27.0.1", + "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-27.0.1.tgz", + "integrity": "sha512-jJVyJldqqiCu3uSA/FP0x9jCDMG+Bbl73twTSnp0aysumJrz4iaVqLl+tGgmPrv0R829GVs117Nmn47M1DDDXA==", "dev": true, "dependencies": { "@typescript-eslint/parser": "^5.0.0", @@ -16624,9 +16624,9 @@ "requires": {} }, "eslint-config-standard-with-typescript": { - "version": "22.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-22.0.0.tgz", - "integrity": "sha512-VA36U7UlFpwULvkdnh6MQj5GAV2Q+tT68ALLAwJP0ZuNXU2m0wX07uxX4qyLRdHgSzH4QJ73CveKBuSOYvh7vQ==", + "version": "27.0.1", + "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-27.0.1.tgz", + "integrity": "sha512-jJVyJldqqiCu3uSA/FP0x9jCDMG+Bbl73twTSnp0aysumJrz4iaVqLl+tGgmPrv0R829GVs117Nmn47M1DDDXA==", "dev": true, "requires": { "@typescript-eslint/parser": "^5.0.0", diff --git a/package.json b/package.json index e39d7a0..11a5c1c 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint": "^8.23.0", "eslint-config-next": "^12.3.0", "eslint-config-prettier": "^8.5.0", - "eslint-config-standard-with-typescript": "^22.0.0", + "eslint-config-standard-with-typescript": "^27.0.1", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-n": "^15.2.5",