From 79050565ec256d69f58cc64908e60566a7e6ff02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Sep 2024 19:03:31 +0000 Subject: [PATCH] feat: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @commander-js/extra-typings from 10.0.3 to 12.1.0. See this package in npm: https://www.npmjs.com/package/@commander-js/extra-typings - @octokit/graphql from 4.8.0 to 8.1.1. See this package in npm: https://www.npmjs.com/package/@octokit/graphql - @octokit/graphql-schema from 14.58.0 to 15.25.0. See this package in npm: https://www.npmjs.com/package/@octokit/graphql-schema - @octokit/types from 9.3.2 to 13.5.0. See this package in npm: https://www.npmjs.com/package/@octokit/types - chalk from 4.1.2 to 5.3.0. See this package in npm: https://www.npmjs.com/package/chalk - @types/jest from 27.5.2 to 29.5.12. See this package in npm: https://www.npmjs.com/package/@types/jest - @types/node from 16.18.108 to 22.5.0. See this package in npm: https://www.npmjs.com/package/@types/node - @types/uuid from 9.0.8 to 10.0.0. See this package in npm: https://www.npmjs.com/package/@types/uuid - commander from 10.0.1 to 12.1.0. See this package in npm: https://www.npmjs.com/package/commander - dotenv from 10.0.0 to 16.4.5. See this package in npm: https://www.npmjs.com/package/dotenv - eslint from 8.57.1 to 9.9.1. See this package in npm: https://www.npmjs.com/package/eslint - glob from 10.4.5 to 11.0.0. See this package in npm: https://www.npmjs.com/package/glob - octokit from 2.1.0 to 4.0.2. See this package in npm: https://www.npmjs.com/package/octokit - ora from 5.4.1 to 8.1.0. See this package in npm: https://www.npmjs.com/package/ora - typescript from 4.9.5 to 5.5.4. See this package in npm: https://www.npmjs.com/package/typescript - uuid from 9.0.1 to 10.0.0. See this package in npm: https://www.npmjs.com/package/uuid See this project in Snyk: https://app.snyk.io/org/cachiman/project/7b598abe-6447-4661-aa9f-94907b81c24b?utm_source=github&utm_medium=referral&page=upgrade-pr --- tools/monorepo-utils/package.json | 32 +++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/tools/monorepo-utils/package.json b/tools/monorepo-utils/package.json index d71c0d4928d0a..2b1c7d9af2e9d 100644 --- a/tools/monorepo-utils/package.json +++ b/tools/monorepo-utils/package.json @@ -9,36 +9,36 @@ "main": "dist/index.js", "dependencies": { "@actions/core": "^1.10.0", - "@commander-js/extra-typings": "^10.0.3", - "@octokit/graphql": "4.8.0", - "@octokit/graphql-schema": "^14.1.0", - "@octokit/types": "^9.2.0", + "@commander-js/extra-typings": "^12.1.0", + "@octokit/graphql": "8.1.1", + "@octokit/graphql-schema": "^15.25.0", + "@octokit/types": "^13.5.0", "@types/cli-table": "^0.3.1", - "@types/uuid": "^9.0.1", - "chalk": "^4.1.2", + "@types/uuid": "^10.0.0", + "chalk": "^5.3.0", "cli-table": "^0.3.11", - "commander": "^10.0.1", - "dotenv": "^10.0.0", + "commander": "^12.1.0", + "dotenv": "^16.4.5", "figlet": "^1.6.0", - "glob": "^10.2.4", + "glob": "^11.0.0", "graphql": "^16.6.0", "gray-matter": "^4.0.3", "js-yaml": "^4.1.0", - "octokit": "^2.0.14", - "ora": "^5.4.1", + "octokit": "^4.0.2", + "ora": "^8.1.0", "promptly": "^3.2.0", "semver": "^7.3.2", "simple-git": "^3.10.0", - "uuid": "^9.0.0" + "uuid": "^10.0.0" }, "devDependencies": { - "@types/jest": "^27.4.1", - "@types/node": "^16.18.18", + "@types/jest": "^29.5.12", + "@types/node": "^22.5.0", "@woocommerce/eslint-plugin": "workspace:*", - "eslint": "^8.32.0", + "eslint": "^9.9.1", "jest": "^29.5.0", "ts-jest": "^29.1.0", - "typescript": "^4.9.5" + "typescript": "^5.5.4" }, "scripts": { "build": "tsc",