From 2a00c81fc6eac9b7157e5d16e74b7ef7a0611309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 18:48:11 +0000 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/utils from 5.27.1 to 5.29.0 Bumps [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) from 5.27.1 to 5.29.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.29.0/packages/utils) --- updated-dependencies: - dependency-name: "@typescript-eslint/utils" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 05decd02d..8d0d3e623 100644 --- a/web/package.json +++ b/web/package.json @@ -36,7 +36,7 @@ "@types/styled-components": "^5.1.21", "@typescript-eslint/eslint-plugin": "^5.27.0", "@typescript-eslint/parser": "^5.27.0", - "@typescript-eslint/utils": "^5.27.0", + "@typescript-eslint/utils": "^5.29.0", "eslint": "^8.16.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-parcel": "^1.10.6",