From cb60f4549031c7d605a3363c090dfc41d830ce99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 16:11:59 +0000 Subject: [PATCH] Bump the prod-deps group with 3 updates Bumps the prod-deps group with 3 updates: [@oclif/core](https://github.com/oclif/core), [@oclif/plugin-help](https://github.com/oclif/plugin-help) and [tuf-js](https://github.com/theupdateframework/tuf-js). Updates `@oclif/core` from 4.4.0 to 4.4.1 - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/core/compare/4.4.0...4.4.1) Updates `@oclif/plugin-help` from 6.2.29 to 6.2.30 - [Release notes](https://github.com/oclif/plugin-help/releases) - [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-help/compare/6.2.29...6.2.30) Updates `tuf-js` from 3.0.1 to 3.1.0 - [Release notes](https://github.com/theupdateframework/tuf-js/releases) - [Commits](https://github.com/theupdateframework/tuf-js/compare/tuf-js@3.0.1...tuf-js@3.1.0) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: "@oclif/plugin-help" dependency-version: 6.2.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: tuf-js dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 ++++++++++++-------------- packages/tuf/package.json | 2 +- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17164c8b..a3138595 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4289,10 +4289,9 @@ } }, "node_modules/@oclif/core": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.4.0.tgz", - "integrity": "sha512-wH5g3SLmbRutnr7UzQBSozRFEAZ7U9YGB/wFuBRr0ZghTgv5DE+KQaf6ZtU7iFb9pvkvoVRnT5XheNAtbjRDaQ==", - "license": "MIT", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.4.1.tgz", + "integrity": "sha512-RYonV4IJZcGAoi3pdo5CPl5hVH1YdtQMEX77TLdgTPVrMmIjbiB0Borfguj/mdDF2TjLXp+Z+RbmLUejuhSYTA==", "dependencies": { "ansi-escapes": "^4.3.2", "ansis": "^3.17.0", @@ -4331,10 +4330,9 @@ } }, "node_modules/@oclif/plugin-help": { - "version": "6.2.29", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.29.tgz", - "integrity": "sha512-90DMOngEHiQw1I7oylVE1Hco991OkeDFJMx3CNJ2M3g5F1dhXgscjbaIlYHdiuNyVs0mTkKevdiMs911suD4yA==", - "license": "MIT", + "version": "6.2.30", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.30.tgz", + "integrity": "sha512-D8qY2F0TYoM1MuLnaYEVo2MQVwdOKJtw7T9MqNrqn4Hh/9cjJxzKKgaesTdRrL5SxjgGBbqftirnje8rNyJ2Kw==", "dependencies": { "@oclif/core": "^4" }, @@ -13274,13 +13272,13 @@ "license": "0BSD" }, "node_modules/tuf-js": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-3.0.1.tgz", - "integrity": "sha512-+68OP1ZzSF84rTckf3FA95vJ1Zlx/uaXyiiKyPd1pA4rZNkpEvDAKmsu1xUSmbF/chCRYgZ6UZkDwC7PmzmAyA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-3.1.0.tgz", + "integrity": "sha512-3T3T04WzowbwV2FDiGXBbr81t64g1MUGGJRgT4x5o97N+8ArdhVCAF9IxFrxuSJmM3E5Asn7nKHkao0ibcZXAg==", "dependencies": { "@tufjs/models": "3.0.1", - "debug": "^4.3.6", - "make-fetch-happen": "^14.0.1" + "debug": "^4.4.1", + "make-fetch-happen": "^14.0.3" }, "engines": { "node": "^18.17.0 || >=20.5.0" @@ -14008,7 +14006,7 @@ "license": "Apache-2.0", "dependencies": { "@sigstore/protobuf-specs": "^0.4.3", - "tuf-js": "^3.0.1" + "tuf-js": "^3.1.0" }, "devDependencies": { "@sigstore/jest": "^0.0.0", diff --git a/packages/tuf/package.json b/packages/tuf/package.json index 3b7fd493..c9a4c69b 100644 --- a/packages/tuf/package.json +++ b/packages/tuf/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@sigstore/protobuf-specs": "^0.4.3", - "tuf-js": "^3.0.1" + "tuf-js": "^3.1.0" }, "engines": { "node": "^18.17.0 || >=20.5.0"