diff --git a/package-lock.json b/package-lock.json index be9c6f56..4e9a5438 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4851,9 +4851,9 @@ } }, "node_modules/call-bind-apply-helpers": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.0.tgz", - "integrity": "sha512-CCKAP2tkPau7D3GE8+V8R6sQubA9R5foIzGp+85EXCVSCivuxBNAWqcpn72PKYiIcqoViv/kcUDpaEIMBVi1lQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz", + "integrity": "sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/scripts/tsconfig.base.json b/scripts/tsconfig.base.json index 7ecbec9a..b39c8026 100644 --- a/scripts/tsconfig.base.json +++ b/scripts/tsconfig.base.json @@ -11,7 +11,7 @@ "lib": ["ESNext", "DOM"], "module": "ESNext", "moduleResolution": "Bundler", - "target": "ES6", + "target": "ES2020", "allowSyntheticDefaultImports": true, "noUnusedLocals": true, "noUnusedParameters": true,