From c87becaded6a4a3dcbf7d721a84980e3546ff119 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 03:36:47 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @yarnpkg/parsers from 3.0.0-rc.46 to 3.0.2. See this package in npm: https://www.npmjs.com/package/@yarnpkg/parsers - cli-spinners from 2.6.1 to 2.9.2. See this package in npm: https://www.npmjs.com/package/cli-spinners - enquirer from 2.3.6 to 2.4.1. See this package in npm: https://www.npmjs.com/package/enquirer - jsonc-parser from 3.2.0 to 3.3.1. See this package in npm: https://www.npmjs.com/package/jsonc-parser - lines-and-columns from 2.0.3 to 2.0.4. See this package in npm: https://www.npmjs.com/package/lines-and-columns - minimatch from 9.0.3 to 9.0.5. See this package in npm: https://www.npmjs.com/package/minimatch - ora from 5.3.0 to 5.4.1. See this package in npm: https://www.npmjs.com/package/ora See this project in Snyk: https://app.snyk.io/org/xaviermp14/project/76d89b53-53d0-4d95-ae93-59e3803f225d?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/nx/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/nx/package.json b/packages/nx/package.json index d389ce2022040..4e7a578bb5f5d 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -39,25 +39,25 @@ "dependencies": { "@napi-rs/wasm-runtime": "0.2.4", "@yarnpkg/lockfile": "^1.1.0", - "@yarnpkg/parsers": "3.0.0-rc.46", + "@yarnpkg/parsers": "3.0.2", "@zkochan/js-yaml": "0.0.7", "axios": "^1.7.4", "chalk": "^4.1.0", "cli-cursor": "3.1.0", - "cli-spinners": "2.6.1", + "cli-spinners": "2.9.2", "cliui": "^8.0.1", "dotenv": "~16.4.5", "dotenv-expand": "~11.0.6", - "enquirer": "~2.3.6", + "enquirer": "~2.4.1", "figures": "3.2.0", "flat": "^5.0.2", "front-matter": "^4.0.2", "fs-extra": "^11.1.0", "ignore": "^5.0.4", "jest-diff": "^29.4.1", - "jsonc-parser": "3.2.0", - "lines-and-columns": "2.0.3", - "minimatch": "9.0.3", + "jsonc-parser": "3.3.1", + "lines-and-columns": "2.0.4", + "minimatch": "9.0.5", "npm-run-path": "^4.0.1", "open": "^8.4.0", "semver": "^7.5.3", @@ -70,7 +70,7 @@ "yargs": "^17.6.2", "yargs-parser": "21.1.1", "node-machine-id": "1.1.12", - "ora": "5.3.0" + "ora": "5.4.1" }, "peerDependencies": { "@swc-node/register": "^1.8.0",