From 1243ceb20fffb3ab1e7942e047eb97eb079fffd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 21:08:36 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-oclif-typescript from 1.0.2 to 1.0.3 Bumps [eslint-config-oclif-typescript](https://github.com/oclif/eslint-config-oclif-typescript) from 1.0.2 to 1.0.3. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1ad303d..19e99ac 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,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", diff --git a/yarn.lock b/yarn.lock index 0fa8e69..6c21375 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1819,10 +1819,10 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= -eslint-config-oclif-typescript@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-1.0.2.tgz#e0b04e9128220c22bf45df3ba454c76ea6aed6bc" - integrity sha512-QUldSp+y0C7tVT3pVNFUUeN53m2IqiY0VvWQNYt5LJoFcaFvrpEB8G3x17LFFku4jy9bg8d+MbkMG1alPwzm1w== +eslint-config-oclif-typescript@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-1.0.3.tgz#0061a810bf8f69571ad3c70368badcc018c3358e" + integrity sha512-TeJKXWBQ3uKMtzgz++UFNWpe1WCx8mfqRuzZy1LirREgRlVv656SkVG4gNZat5rRNIQgfDmTS+YebxK02kfylA== dependencies: "@typescript-eslint/eslint-plugin" "^4.31.2" "@typescript-eslint/parser" "^4.31.2"