1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Bump core-js to 3.42

This commit is contained in:
Bogdan
2025-05-17 18:02:51 +03:00
committed by Mark McDowall
parent 2a1efe5f59
commit 61807fede0
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.41'
corejs: '3.42'
}
]
]