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
parent a9e5a22fbc
commit f1e2df624c
5 changed files with 1875 additions and 1217 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": []
}
}