From 68d54b0b177b962677c6ce574bb49bb09b6074d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 08:09:35 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-deprecation from 1.4.1 to 1.5.0 Bumps [eslint-plugin-deprecation](https://github.com/gund/eslint-plugin-deprecation) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/gund/eslint-plugin-deprecation/releases) - [Changelog](https://github.com/gund/eslint-plugin-deprecation/blob/master/CHANGELOG.md) - [Commits](https://github.com/gund/eslint-plugin-deprecation/compare/v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-deprecation dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: Che bot --- package.json | 2 +- tools/build/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1b77173e80..64d9d1f059 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.45.0", "eslint-config-prettier": "^8.9.0", - "eslint-plugin-deprecation": "^1.3.3", + "eslint-plugin-deprecation": "^1.5.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-jest": "^27.2.3", "eslint-plugin-no-null": "^1.0.2", diff --git a/tools/build/package.json b/tools/build/package.json index 987e91fd41..ccf6090631 100644 --- a/tools/build/package.json +++ b/tools/build/package.json @@ -51,7 +51,7 @@ "cpx": "^1.5.0", "eslint": "^8.45.0", "eslint-config-prettier": "^8.9.0", - "eslint-plugin-deprecation": "^1.3.3", + "eslint-plugin-deprecation": "^1.5.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-jest": "^27.2.3", "eslint-plugin-no-null": "^1.0.2", diff --git a/yarn.lock b/yarn.lock index 40890d04d3..b327ff160e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1993,10 +1993,10 @@ eslint-config-prettier@^8.9.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.9.0.tgz#094b6254b2804b0544f7cee535f802b6d29ee10b" integrity sha512-+sbni7NfVXnOpnRadUA8S28AUlsZt9GjgFvABIRL9Hkn8KqNzOp+7Lw4QWtrwn20KzU3wqu1QoOj2m+7rKRqkA== -eslint-plugin-deprecation@^1.3.3: - version "1.4.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-deprecation/-/eslint-plugin-deprecation-1.4.1.tgz#09a2889210955fd1a5c37703922c01724aba80eb" - integrity sha512-4vxTghWzxsBukPJVQupi6xlTuDc8Pyi1QlRCrFiLgwLPMJQW3cJCNaehJUKQqQFvuue5m4W27e179Y3Qjzeghg== +eslint-plugin-deprecation@^1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-deprecation/-/eslint-plugin-deprecation-1.5.0.tgz#5136b3879e623dea5dd19a792c184b4bcc8ae6a9" + integrity sha512-mRcssI/tLROueBQ6yf4LnnGTijbMsTCPIpbRbPj5R5wGYVCpk1zDmAS0SEkgcUDXOPc22qMNFR24Qw7vSPrlTA== dependencies: "@typescript-eslint/utils" "^5.57.0" tslib "^2.3.1"