Skip to content

Commit

Permalink
chore(deps-dev): bump eslint-plugin-deprecation from 1.4.1 to 1.5.0
Browse files Browse the repository at this point in the history
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](gund/eslint-plugin-deprecation@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] <[email protected]>
Signed-off-by: Che bot <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 28, 2023
1 parent 1a07e1b commit 68d54b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tools/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 68d54b0

Please sign in to comment.