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

Bump core-js to 3.42

This commit is contained in:
Bogdan
2025-05-14 13:24:14 +03:00
parent 2c5c99e9b7
commit 32418ea521
3 changed files with 6 additions and 6 deletions

View File

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