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