diff --git a/.pnp.cjs b/.pnp.cjs index 33c64f31a2..0238502156 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -4105,7 +4105,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@chainlink/ea-test-helpers", "workspace:packages/core/test-helpers"], ["@chainlink/token-allocation-adapter", "workspace:packages/composites/token-allocation"], ["@chainlink/types", "workspace:packages/core/types/@chainlink"], - ["@openzeppelin/contracts", "npm:3.4.1"], ["@types/jest", "npm:27.0.3"], ["@types/node", "npm:14.17.34"], ["ethers", "npm:5.4.7"], @@ -9898,15 +9897,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD", }] ]], - ["@openzeppelin/contracts", [ - ["npm:3.4.1", { - "packageLocation": "./.yarn/cache/@openzeppelin-contracts-npm-3.4.1-994ce92f8a-e42ad73017.zip/node_modules/@openzeppelin/contracts/", - "packageDependencies": [ - ["@openzeppelin/contracts", "npm:3.4.1"] - ], - "linkType": "HARD", - }] - ]], ["@paypal/payouts-sdk", [ ["npm:1.1.0", { "packageLocation": "./.yarn/cache/@paypal-payouts-sdk-npm-1.1.0-328a137cf4-f74d57c97e.zip/node_modules/@paypal/payouts-sdk/", diff --git a/.yarn/cache/@openzeppelin-contracts-npm-3.4.1-994ce92f8a-e42ad73017.zip b/.yarn/cache/@openzeppelin-contracts-npm-3.4.1-994ce92f8a-e42ad73017.zip deleted file mode 100644 index f2554521a5..0000000000 Binary files a/.yarn/cache/@openzeppelin-contracts-npm-3.4.1-994ce92f8a-e42ad73017.zip and /dev/null differ diff --git a/packages/composites/apy-finance/package.json b/packages/composites/apy-finance/package.json index 02d8e29012..f7b19c1e67 100644 --- a/packages/composites/apy-finance/package.json +++ b/packages/composites/apy-finance/package.json @@ -30,7 +30,6 @@ "@chainlink/ea-bootstrap": "workspace:*", "@chainlink/ea-test-helpers": "workspace:*", "@chainlink/token-allocation-adapter": "workspace:*", - "@openzeppelin/contracts": "^3.3.0", "ethers": "5.4.7", "tslib": "^2.3.1" }, diff --git a/yarn.lock b/yarn.lock index bf64492d3f..7f84370e3f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1912,7 +1912,6 @@ __metadata: "@chainlink/ea-test-helpers": "workspace:*" "@chainlink/token-allocation-adapter": "workspace:*" "@chainlink/types": "workspace:*" - "@openzeppelin/contracts": ^3.3.0 "@types/jest": 27.0.3 "@types/node": 14.17.34 ethers: 5.4.7 @@ -7288,13 +7287,6 @@ __metadata: languageName: node linkType: hard -"@openzeppelin/contracts@npm:^3.3.0": - version: 3.4.1 - resolution: "@openzeppelin/contracts@npm:3.4.1" - checksum: e42ad730179764de75ddfbca740def7f536181271e11d5276bfd750d89188a3788ee39152b6edaa0bbd66611a450e681c6a139a59e97e23b51a89bd2584a79ae - languageName: node - linkType: hard - "@paypal/payouts-sdk@npm:^1.1.0": version: 1.1.0 resolution: "@paypal/payouts-sdk@npm:1.1.0"