Skip to content

Commit

Permalink
Merge 251cebb into 2e3017a
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 1, 2024
2 parents 2e3017a + 251cebb commit 2e83d93
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 24 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// eslint-disable-next-line import/no-unresolved,n/no-missing-import
// eslint-disable-next-line import/no-unresolved
import { isIP, isIPv4, isIPv6 } from '#is-ip'; // this is 'net' in node, 'is-ip' in browsers

/**
Expand Down
136 changes: 114 additions & 22 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
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-n": "^17.4.0",
"eslint-plugin-unicorn": "^52.0.0",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
Expand Down

0 comments on commit 2e83d93

Please sign in to comment.