1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

Bump core-js to 3.41

This commit is contained in:
Bogdan
2025-04-24 17:01:45 +03:00
parent 2f649e413d
commit 4dc02dcb80
3 changed files with 6 additions and 6 deletions

View File

@@ -187,7 +187,7 @@ module.exports = (env) => {
loose: true,
debug: false,
useBuiltIns: 'entry',
corejs: '3.39'
corejs: '3.41'
}
]
]