1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Bump core-js to 3.41

This commit is contained in:
Bogdan
2025-04-27 21:15:39 +03:00
committed by Mark McDowall
parent 817d13e85c
commit 4b868d3f06
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ module.exports = (env) => {
loose: true,
debug: false,
useBuiltIns: 'entry',
corejs: '3.39'
corejs: '3.41'
}
]
]