From a0dec05ffcf0f9be2ec1a4cd09fb28072f4cb135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 20:52:33 +0000 Subject: [PATCH] Bump eslint-config-standard-with-typescript from 31.0.0 to 32.0.0 Bumps [eslint-config-standard-with-typescript](https://github.com/standard/eslint-config-standard-with-typescript) from 31.0.0 to 32.0.0. - [Release notes](https://github.com/standard/eslint-config-standard-with-typescript/releases) - [Changelog](https://github.com/standard/eslint-config-standard-with-typescript/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-standard-with-typescript/compare/v31.0.0...v32.0.0) --- updated-dependencies: - dependency-name: eslint-config-standard-with-typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a618a59..520b1a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@typescript-eslint/eslint-plugin": "^5.49.0", "@vercel/ncc": "^0.36.1", "eslint": "^8.32.0", - "eslint-config-standard-with-typescript": "^31.0.0", + "eslint-config-standard-with-typescript": "^32.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.6.1", "eslint-plugin-promise": "^6.1.1", @@ -1146,9 +1146,9 @@ } }, "node_modules/eslint-config-standard-with-typescript": { - "version": "31.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-31.0.0.tgz", - "integrity": "sha512-FLTrcJR62gPPPFwwverxwDTcQDb4HOCfDqmELZgNMSbh1M/Ui36X47a9ZANeo3iuPhMOfvrfuShChW9chdasnA==", + "version": "32.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-32.0.0.tgz", + "integrity": "sha512-SyfzLvyBbPfxr2K/zNphtl5CGIS7FHH7v0TZrpmuyEXe+S1LFgt8hdJcWZHNxFckAGVQqrCxe/8+9T6n8x0gEA==", "dev": true, "dependencies": { "@typescript-eslint/parser": "^5.0.0", @@ -3878,9 +3878,9 @@ "requires": {} }, "eslint-config-standard-with-typescript": { - "version": "31.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-31.0.0.tgz", - "integrity": "sha512-FLTrcJR62gPPPFwwverxwDTcQDb4HOCfDqmELZgNMSbh1M/Ui36X47a9ZANeo3iuPhMOfvrfuShChW9chdasnA==", + "version": "32.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-32.0.0.tgz", + "integrity": "sha512-SyfzLvyBbPfxr2K/zNphtl5CGIS7FHH7v0TZrpmuyEXe+S1LFgt8hdJcWZHNxFckAGVQqrCxe/8+9T6n8x0gEA==", "dev": true, "requires": { "@typescript-eslint/parser": "^5.0.0", diff --git a/package.json b/package.json index cbc3862..f53f220 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@typescript-eslint/eslint-plugin": "^5.49.0", "@vercel/ncc": "^0.36.1", "eslint": "^8.32.0", - "eslint-config-standard-with-typescript": "^31.0.0", + "eslint-config-standard-with-typescript": "^32.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.6.1", "eslint-plugin-promise": "^6.1.1",