From bf546223580c8c7a2d117aa774e6dbcb5feb49c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 22:48:10 -0700 Subject: [PATCH] chore(dev-deps): bump eslint-config-oclif-typescript (#573) Bumps [eslint-config-oclif-typescript](https://github.com/oclif/eslint-config-oclif-typescript) from 3.1.13 to 3.1.14. - [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/compare/3.1.13...3.1.14) --- updated-dependencies: - dependency-name: eslint-config-oclif-typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0098841..89a6aaf 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "commitlint": "^17.8.1", "eslint": "^8.57.1", "eslint-config-oclif": "^5.2.2", - "eslint-config-oclif-typescript": "^3.1.13", + "eslint-config-oclif-typescript": "^3.1.14", "eslint-config-prettier": "^9.1.0", "globby": "^11.1.0", "heroku-apps": "^2.4.22", diff --git a/yarn.lock b/yarn.lock index 954cfa7..31fde6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4326,10 +4326,10 @@ 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@^3.1.13: - version "3.1.13" - resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.1.13.tgz#9a8d4653a7a4ee2bd8d459282ffbf60961d5bb05" - integrity sha512-SY9uUPGL3N5M0evNikzZBq+IQABPhzilrhdVbpjpFDd6OxMD8r3E1VMCwGMA2vP+yGUE+MtQHS1yFzNpo8C26Q== +eslint-config-oclif-typescript@^3.1.14: + version "3.1.14" + resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.1.14.tgz#651fd40d97a9eee9080c0f8ba387ee3b1c648f90" + integrity sha512-YeBq5OiDRZFvfZ+wO0meF38fV06+zmEg15mnOLwkiAuUhjg2lH+UxvYA7uX2zUwR4p1WMUbfX+7CMfUwQ4TQ1A== dependencies: "@typescript-eslint/eslint-plugin" "^6.21.0" "@typescript-eslint/parser" "^6.21.0"