Skip to content

Commit

Permalink
chore(deps-dev): bump eslint-plugin-n from 15.6.0 to 15.6.1 (#108)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump eslint-plugin-n from 15.6.0 to 15.6.1

Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 15.6.0 to 15.6.1.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Commits](eslint-community/eslint-plugin-n@15.6.0...15.6.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julian Grinblat <julian@dotcore.co.il>
  • Loading branch information
dependabot[bot] and perrin4869 committed Feb 1, 2023
1 parent 9c8c953 commit 6a52c30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -62,7 +62,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-unicorn": "^45.0.2",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
@@ -1,6 +1,6 @@
import { expect, use } from 'chai';

// eslint-disable-next-line import/no-unresolved,n/no-extraneous-import
// eslint-disable-next-line import/no-unresolved
import ip from 'chai-ip';

use(ip);
Expand Down

0 comments on commit 6a52c30

Please sign in to comment.