From 0af27637b24b6f9696d54481bb664f20f5f6692f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 02:49:59 +0000 Subject: [PATCH] build(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] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9138c0bb2..f1f337d2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@typescript-eslint/eslint-plugin": "^6.2.0", "@typescript-eslint/parser": "^6.2.0", "eslint": "^8.45.0", - "eslint-plugin-deprecation": "^1.4.1", + "eslint-plugin-deprecation": "^1.5.0", "husky": "^8.0.3", "lint-staged": "^13.2.3", "prettier": "^3.0.0", @@ -3113,9 +3113,9 @@ } }, "node_modules/eslint-plugin-deprecation": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-deprecation/-/eslint-plugin-deprecation-1.4.1.tgz", - "integrity": "sha512-4vxTghWzxsBukPJVQupi6xlTuDc8Pyi1QlRCrFiLgwLPMJQW3cJCNaehJUKQqQFvuue5m4W27e179Y3Qjzeghg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-deprecation/-/eslint-plugin-deprecation-1.5.0.tgz", + "integrity": "sha512-mRcssI/tLROueBQ6yf4LnnGTijbMsTCPIpbRbPj5R5wGYVCpk1zDmAS0SEkgcUDXOPc22qMNFR24Qw7vSPrlTA==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.57.0", @@ -8488,9 +8488,9 @@ } }, "eslint-plugin-deprecation": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-deprecation/-/eslint-plugin-deprecation-1.4.1.tgz", - "integrity": "sha512-4vxTghWzxsBukPJVQupi6xlTuDc8Pyi1QlRCrFiLgwLPMJQW3cJCNaehJUKQqQFvuue5m4W27e179Y3Qjzeghg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-deprecation/-/eslint-plugin-deprecation-1.5.0.tgz", + "integrity": "sha512-mRcssI/tLROueBQ6yf4LnnGTijbMsTCPIpbRbPj5R5wGYVCpk1zDmAS0SEkgcUDXOPc22qMNFR24Qw7vSPrlTA==", "dev": true, "requires": { "@typescript-eslint/utils": "^5.57.0", diff --git a/package.json b/package.json index a4fd7f0c7..d3eef54d2 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@typescript-eslint/eslint-plugin": "^6.2.0", "@typescript-eslint/parser": "^6.2.0", "eslint": "^8.45.0", - "eslint-plugin-deprecation": "^1.4.1", + "eslint-plugin-deprecation": "^1.5.0", "husky": "^8.0.3", "lint-staged": "^13.2.3", "prettier": "^3.0.0",