diff --git a/.pnp.cjs b/.pnp.cjs index 229c77a42b..d4eff7219a 100644 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -8072,7 +8072,7 @@ const RAW_RUNTIME_STATE = ["@chainlink/external-adapter-framework", "npm:2.1.0"],\ ["@types/jest", "npm:27.5.2"],\ ["@types/node", "npm:22.12.0"],\ - ["ethers", "npm:6.13.4"],\ + ["ethers", "npm:6.13.5"],\ ["nock", "npm:13.5.6"],\ ["tslib", "npm:2.4.1"],\ ["typescript", "patch:typescript@npm%3A5.6.3#optional!builtin::version=5.6.3&hash=8c6c40"]\ @@ -22779,6 +22779,20 @@ const RAW_RUNTIME_STATE = ["ws", "virtual:5eef7f59d1d1aa0582a7b75dde266b71af8bd36e062eaf8f33ffa3a9a4f4c8f703b23c6b4cc826183bdcc4769c89f98c10fa6fcbba77be1d9b4b8d97cc3e059c#npm:8.17.1"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:6.13.5", {\ + "packageLocation": "./.yarn/cache/ethers-npm-6.13.5-1c74b226ee-ccba21a836.zip/node_modules/ethers/",\ + "packageDependencies": [\ + ["ethers", "npm:6.13.5"],\ + ["@adraffy/ens-normalize", "npm:1.10.1"],\ + ["@noble/curves", "npm:1.2.0"],\ + ["@noble/hashes", "npm:1.3.2"],\ + ["@types/node", "npm:22.7.5"],\ + ["aes-js", "npm:4.0.0-beta.5"],\ + ["tslib", "npm:2.7.0"],\ + ["ws", "virtual:5eef7f59d1d1aa0582a7b75dde266b71af8bd36e062eaf8f33ffa3a9a4f4c8f703b23c6b4cc826183bdcc4769c89f98c10fa6fcbba77be1d9b4b8d97cc3e059c#npm:8.17.1"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["ethjs-unit", [\ @@ -42857,7 +42871,7 @@ class MountFS extends BasePortableFakeFS { if (this.notMount.has(filePath)) continue; try { - if (this.typeCheck !== null && (this.baseFs.lstatSync(filePath).mode & fs.constants.S_IFMT) !== this.typeCheck) { + if (this.typeCheck !== null && (this.baseFs.statSync(filePath).mode & fs.constants.S_IFMT) !== this.typeCheck) { this.notMount.add(filePath); continue; } diff --git a/.yarn/cache/ethers-npm-6.13.5-1c74b226ee-ccba21a836.zip b/.yarn/cache/ethers-npm-6.13.5-1c74b226ee-ccba21a836.zip new file mode 100644 index 0000000000..a154c70f6c Binary files /dev/null and b/.yarn/cache/ethers-npm-6.13.5-1c74b226ee-ccba21a836.zip differ diff --git a/packages/composites/nexus-kiln/package.json b/packages/composites/nexus-kiln/package.json index 9270a07f00..1bfe6574de 100644 --- a/packages/composites/nexus-kiln/package.json +++ b/packages/composites/nexus-kiln/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@types/jest": "27.5.2", "@types/node": "22.12.0", - "ethers": "6.13.4", + "ethers": "6.13.5", "nock": "13.5.6", "typescript": "5.6.3" }, diff --git a/yarn.lock b/yarn.lock index b884ed4ad9..1212d04ea8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4990,7 +4990,7 @@ __metadata: "@chainlink/external-adapter-framework": "npm:2.1.0" "@types/jest": "npm:27.5.2" "@types/node": "npm:22.12.0" - ethers: "npm:6.13.4" + ethers: "npm:6.13.5" nock: "npm:13.5.6" tslib: "npm:2.4.1" typescript: "npm:5.6.3" @@ -17933,9 +17933,9 @@ __metadata: languageName: node linkType: hard -"ethers@npm:6.13.4, ethers@npm:^6.13.2": - version: 6.13.4 - resolution: "ethers@npm:6.13.4" +"ethers@npm:6.13.5": + version: 6.13.5 + resolution: "ethers@npm:6.13.5" dependencies: "@adraffy/ens-normalize": "npm:1.10.1" "@noble/curves": "npm:1.2.0" @@ -17944,7 +17944,7 @@ __metadata: aes-js: "npm:4.0.0-beta.5" tslib: "npm:2.7.0" ws: "npm:8.17.1" - checksum: 10/221192fed93f6b0553f3e5e72bfd667d676220577d34ff854f677e955d6f608e60636a9c08b5d54039c532a9b9b7056384f0d7019eb6e111d53175806f896ac6 + checksum: 10/ccba21a83679fb6a7c3eb9d187593501565d140064f2db28057a64d6707678bacf2adf4555882c4814688246da73173560df81fd3361fd2f227b5d3c75cb8685 languageName: node linkType: hard @@ -17965,6 +17965,21 @@ __metadata: languageName: node linkType: hard +"ethers@npm:^6.13.2": + version: 6.13.4 + resolution: "ethers@npm:6.13.4" + dependencies: + "@adraffy/ens-normalize": "npm:1.10.1" + "@noble/curves": "npm:1.2.0" + "@noble/hashes": "npm:1.3.2" + "@types/node": "npm:22.7.5" + aes-js: "npm:4.0.0-beta.5" + tslib: "npm:2.7.0" + ws: "npm:8.17.1" + checksum: 10/221192fed93f6b0553f3e5e72bfd667d676220577d34ff854f677e955d6f608e60636a9c08b5d54039c532a9b9b7056384f0d7019eb6e111d53175806f896ac6 + languageName: node + linkType: hard + "ethjs-unit@npm:0.1.6": version: 0.1.6 resolution: "ethjs-unit@npm:0.1.6"