Skip to content

Commit

Permalink
fix(deps): Bump eslint-plugin-anti-trojan-source from 1.1.0 to 1.1.1 (#…
Browse files Browse the repository at this point in the history
…44)

[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [eslint-plugin-anti-trojan-source](https://github.com/lirantal/eslint-plugin-anti-trojan-source) from 1.1.0 to 1.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/lirantal/eslint-plugin-anti-trojan-source/releases">eslint-plugin-anti-trojan-source's releases</a>.</em></p>
<blockquote>
<h2>v1.1.1</h2>
<h2><a href="https://github.com/lirantal/eslint-plugin-anti-trojan-source/compare/v1.1.0...v1.1.1">1.1.1</a> (2023-01-04)</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/lirantal/eslint-plugin-anti-trojan-source/commit/861001958a9ce85eabaf6d8a48c9d2e5d1d7204d"><code>8610019</code></a> docs: update reference to new bidi characters rule in eslint-plugin-security</li>
<li>See full diff in <a href="https://github.com/lirantal/eslint-plugin-anti-trojan-source/compare/v1.1.0...v1.1.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-anti-trojan-source&package-manager=npm_and_yarn&previous-version=1.1.0&new-version=1.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
dependabot[bot] authored Jan 23, 2023
1 parent a91e61a commit b75b9ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
15 changes: 7 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@typescript-eslint/parser": ">= 5.48.0",
"eslint": ">= 8",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-anti-trojan-source": "^1.1.0",
"eslint-plugin-anti-trojan-source": "^1.1.1",
"eslint-plugin-array-func": "^3.1.7",
"eslint-plugin-decorator-position": "^5.0.1",
"eslint-plugin-etc": "^2.0.2",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@typescript-eslint/parser": ">= 5.48.0",
"eslint": ">= 8",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-anti-trojan-source": "^1.1.0",
"eslint-plugin-anti-trojan-source": "^1.1.1",
"eslint-plugin-array-func": "^3.1.7",
"eslint-plugin-decorator-position": "^5.0.1",
"eslint-plugin-etc": "^2.0.2",
Expand Down

0 comments on commit b75b9ee

Please sign in to comment.