From 912466441c302569a9fe39ef3f72d2ac6e30ddcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 03:06:36 +0000 Subject: [PATCH] chore(deps-dev): update eslint-config-oclif-typescript requirement Updates the requirements on [eslint-config-oclif-typescript](https://github.com/oclif/eslint-config-oclif-typescript) to permit the latest version. - [Release notes](https://github.com/oclif/eslint-config-oclif-typescript/releases) - [Changelog](https://github.com/oclif/eslint-config-oclif-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/eslint-config-oclif-typescript/commits) --- updated-dependencies: - dependency-name: eslint-config-oclif-typescript dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6204eb8..b2c50a1 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "chai": "^4", "eslint": "^7.32.0", "eslint-config-oclif": "^4", - "eslint-config-oclif-typescript": "^1.0.2", + "eslint-config-oclif-typescript": "^1.0.3", "globby": "^11", "mocha": "^9", "oclif": "^2",