Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -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/*']
Loading