From d1afcce5ac1d0947b6f25643d100fbed061809f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 00:34:53 +0000 Subject: [PATCH] chore(deps-dev): bump @nuxtjs/eslint-config-typescript in /frontend Bumps [@nuxtjs/eslint-config-typescript](https://github.com/nuxt/eslint-config) from 11.0.0 to 12.0.0. - [Release notes](https://github.com/nuxt/eslint-config/releases) - [Changelog](https://github.com/nuxt/eslint-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt/eslint-config/compare/v11.0.0...v12.0.0) --- updated-dependencies: - dependency-name: "@nuxtjs/eslint-config-typescript" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 5c6eb39..5b09ada 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@faker-js/faker": "^7.5.0", - "@nuxtjs/eslint-config-typescript": "^11.0.0", + "@nuxtjs/eslint-config-typescript": "^12.0.0", "@typescript-eslint/eslint-plugin": "^5.36.2", "@typescript-eslint/parser": "^5.36.2", "eslint": "^8.23.0",