<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> The current versions of Axios and webpack packages have vulnerabilities ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> Versions of axios and webpack have no known vulnerabilities ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
46 lines
875 B
JSON
46 lines
875 B
JSON
{
|
|
"name": "create-nx-workspace",
|
|
"version": "0.0.1",
|
|
"private": false,
|
|
"description": "Smart Monorepos · Fast CI",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nrwl/nx.git",
|
|
"directory": "packages/create-nx-workspace"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"Angular",
|
|
"React",
|
|
"Web",
|
|
"Node",
|
|
"Nest",
|
|
"Jest",
|
|
"Cypress",
|
|
"Playwright",
|
|
"CLI"
|
|
],
|
|
"bin": {
|
|
"create-nx-workspace": "./bin/index.js"
|
|
},
|
|
"author": "Victor Savkin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/nrwl/nx/issues"
|
|
},
|
|
"homepage": "https://nx.dev",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"enquirer": "~2.3.6",
|
|
"flat": "^5.0.2",
|
|
"ora": "5.3.0",
|
|
"tmp": "~0.2.1",
|
|
"tslib": "^2.3.0",
|
|
"yargs": "^17.6.2",
|
|
"axios": "^1.8.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|