diff --git a/.yarnrc.yml b/.yarnrc.yml index 2d6301ae1a..612b040ec1 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,5 +1,6 @@ nodeLinker: node-modules enableScripts: false npmMinimalAgeGate: 7d -# Allow axios 1.14.0 through the age gate until it’s older than 7d - this is the secure version. -npmPreapprovedPackages: ["axios@1.14.0", "@codecademy/*"] + +# Allow all @codecademy/* packages through the age gate +npmPreapprovedPackages: ['@codecademy/*']