From 623d323ce4b0692251231c72c256b0f8b192f999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 20:18:31 +0000 Subject: [PATCH] build(deps): bump ip from 2.0.0 to 2.0.1 in /wasm/example Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. - [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: ip dependency-type: indirect ... Signed-off-by: dependabot[bot] --- wasm/example/.pnp.cjs | 10 +++++----- wasm/example/yarn.lock | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/wasm/example/.pnp.cjs b/wasm/example/.pnp.cjs index 54c1704..d9db288 100644 --- a/wasm/example/.pnp.cjs +++ b/wasm/example/.pnp.cjs @@ -827,10 +827,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["ip", [\ - ["npm:2.0.0", {\ - "packageLocation": "./.yarn/cache/ip-npm-2.0.0-204facb3cc-cfcfac6b87.zip/node_modules/ip/",\ + ["npm:2.0.1", {\ + "packageLocation": "./.yarn/cache/ip-npm-2.0.1-ee48691f03-d765c9fd21.zip/node_modules/ip/",\ "packageDependencies": [\ - ["ip", "npm:2.0.0"]\ + ["ip", "npm:2.0.1"]\ ],\ "linkType": "HARD"\ }]\ @@ -1321,7 +1321,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "packageLocation": "./.yarn/cache/socks-npm-2.7.1-17f2b53052-259d9e3e8e.zip/node_modules/socks/",\ "packageDependencies": [\ ["socks", "npm:2.7.1"],\ - ["ip", "npm:2.0.0"],\ + ["ip", "npm:2.0.1"],\ ["smart-buffer", "npm:4.2.0"]\ ],\ "linkType": "HARD"\ @@ -12083,7 +12083,7 @@ function makeManager(pnpapi, opts) { apiEntry.lastRefreshCheck = timeNow; const stats = opts.fakeFs.statSync(pnpApiPath); if (stats.mtime > apiEntry.stats.mtime) { - process.emitWarning(`[Warning] The runtime detected new informations in a PnP file; reloading the API instance (${npath.fromPortablePath(pnpApiPath)})`); + process.emitWarning(`[Warning] The runtime detected new information in a PnP file; reloading the API instance (${npath.fromPortablePath(pnpApiPath)})`); apiEntry.stats = stats; apiEntry.instance = loadApiInstance(pnpApiPath); } diff --git a/wasm/example/yarn.lock b/wasm/example/yarn.lock index 451c737..5e22846 100644 --- a/wasm/example/yarn.lock +++ b/wasm/example/yarn.lock @@ -726,9 +726,9 @@ __metadata: linkType: hard "ip@npm:^2.0.0": - version: 2.0.0 - resolution: "ip@npm:2.0.0" - checksum: cfcfac6b873b701996d71ec82a7dd27ba92450afdb421e356f44044ed688df04567344c36cbacea7d01b1c39a4c732dc012570ebe9bebfb06f27314bca625349 + version: 2.0.1 + resolution: "ip@npm:2.0.1" + checksum: d765c9fd212b8a99023a4cde6a558a054c298d640fec1020567494d257afd78ca77e37126b1a3ef0e053646ced79a816bf50621d38d5e768cdde0431fa3b0d35 languageName: node linkType: hard