Skip to content

Commit

Permalink
Merge pull request #45 from Automattic/fix/CVE-2023-42282
Browse files Browse the repository at this point in the history
security: fix CVE-2023-42282 in ip
  • Loading branch information
sjinks authored Mar 27, 2024
2 parents 25fcd83 + 9a51679 commit 6c077a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/lando-101/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ cd lando-101
cp ../.lando.tooling.yml .lando.yml
lando rebuild -y
lando composer require squizlabs/php_codesniffer
lando phpcs --version |grep squiz
lando phpcs --version | grep -i squiz
lando destroy -y
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"glob": "^7.1.3",
"inquirer": "^6.2.1",
"inquirer-autocomplete-prompt": "^1.0.1",
"ip": "^1.1.8",
"ip": "^1.1.9",
"js-yaml": "^4.1.0",
"jsonfile": "^2.4.0",
"lodash": "^4.17.21",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2478,10 +2478,10 @@ invert-kv@^2.0.0:
resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-2.0.0.tgz#7393f5afa59ec9ff5f67a27620d11c226e3eec02"
integrity sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==

ip@^1.1.8:
version "1.1.8"
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.8.tgz#ae05948f6b075435ed3307acce04629da8cdbf48"
integrity sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==
ip@^1.1.9:
version "1.1.9"
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.9.tgz#8dfbcc99a754d07f425310b86a99546b1151e396"
integrity sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==

is-binary-path@~2.1.0:
version "2.1.0"
Expand Down

0 comments on commit 6c077a9

Please sign in to comment.