chore(deps): bump ip from 2.0.0 to 2.0.1 in /packages/playwright-core/bundles/utils (#29583)
This commit is contained in:
parent
6494bb30a0
commit
6c8d81d957
|
|
@ -23,7 +23,7 @@ This project incorporates components from the projects listed below. The origina
|
||||||
- get-stream@5.2.0 (https://github.com/sindresorhus/get-stream)
|
- get-stream@5.2.0 (https://github.com/sindresorhus/get-stream)
|
||||||
- graceful-fs@4.2.10 (https://github.com/isaacs/node-graceful-fs)
|
- graceful-fs@4.2.10 (https://github.com/isaacs/node-graceful-fs)
|
||||||
- https-proxy-agent@5.0.0 (https://github.com/TooTallNate/node-https-proxy-agent)
|
- https-proxy-agent@5.0.0 (https://github.com/TooTallNate/node-https-proxy-agent)
|
||||||
- ip@2.0.0 (https://github.com/indutny/node-ip)
|
- ip@2.0.1 (https://github.com/indutny/node-ip)
|
||||||
- is-docker@2.2.1 (https://github.com/sindresorhus/is-docker)
|
- is-docker@2.2.1 (https://github.com/sindresorhus/is-docker)
|
||||||
- is-wsl@2.2.0 (https://github.com/sindresorhus/is-wsl)
|
- is-wsl@2.2.0 (https://github.com/sindresorhus/is-wsl)
|
||||||
- jpeg-js@0.4.4 (https://github.com/eugeneware/jpeg-js)
|
- jpeg-js@0.4.4 (https://github.com/eugeneware/jpeg-js)
|
||||||
|
|
@ -740,7 +740,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
=========================================
|
=========================================
|
||||||
END OF https-proxy-agent@5.0.0 AND INFORMATION
|
END OF https-proxy-agent@5.0.0 AND INFORMATION
|
||||||
|
|
||||||
%% ip@2.0.0 NOTICES AND INFORMATION BEGIN HERE
|
%% ip@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
||||||
=========================================
|
=========================================
|
||||||
# IP
|
# IP
|
||||||
[](https://www.npmjs.com/package/ip)
|
[](https://www.npmjs.com/package/ip)
|
||||||
|
|
@ -833,7 +833,7 @@ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
||||||
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
||||||
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
=========================================
|
=========================================
|
||||||
END OF ip@2.0.0 AND INFORMATION
|
END OF ip@2.0.1 AND INFORMATION
|
||||||
|
|
||||||
%% is-docker@2.2.1 NOTICES AND INFORMATION BEGIN HERE
|
%% is-docker@2.2.1 NOTICES AND INFORMATION BEGIN HERE
|
||||||
=========================================
|
=========================================
|
||||||
|
|
|
||||||
|
|
@ -224,9 +224,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/ip": {
|
"node_modules/ip": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
|
||||||
"integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ=="
|
"integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ=="
|
||||||
},
|
},
|
||||||
"node_modules/is-docker": {
|
"node_modules/is-docker": {
|
||||||
"version": "2.2.1",
|
"version": "2.2.1",
|
||||||
|
|
@ -563,9 +563,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ip": {
|
"ip": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
|
||||||
"integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ=="
|
"integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ=="
|
||||||
},
|
},
|
||||||
"is-docker": {
|
"is-docker": {
|
||||||
"version": "2.2.1",
|
"version": "2.2.1",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue