chore: security clearances (#10773)

* chore: nx migrate + resolve form-data security alert

https://github.com/NativeScript/NativeScript/security/dependabot/43

* fix(security): babel/helpers

https://github.com/NativeScript/NativeScript/security/dependabot/27
This commit is contained in:
Nathan Walker
2025-07-26 18:18:17 -07:00
committed by GitHub
parent 02c70543e5
commit 4f61e1b61c
5 changed files with 1873 additions and 1214 deletions

View File

@@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "tools/workspace-plugin/src",
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/js:tsc",
@@ -49,6 +50,5 @@
"jestConfig": "tools/workspace-plugin/jest.config.ts"
}
}
},
"tags": []
}
}