From ccbb6c3185a66f290fe7dcdb93e366e02521d04d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 08:11:22 +0000 Subject: [PATCH] chore(deps): bump the prod-dependency group across 1 directory with 2 updates Bumps the prod-dependency group with 2 updates in the /sample-03 directory: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) and [commander](https://github.com/tj/commander.js). Updates `@babel/runtime` from 7.26.10 to 7.27.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime) Updates `commander` from 12.1.0 to 13.1.0 - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v12.1.0...v13.1.0) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependency - dependency-name: commander dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-dependency ... Signed-off-by: dependabot[bot] --- sample-03/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-03/package.json b/sample-03/package.json index b9cd4d9f..92ad48e9 100644 --- a/sample-03/package.json +++ b/sample-03/package.json @@ -28,8 +28,8 @@ "webpack-cli": "6.0.1" }, "dependencies": { - "@babel/runtime": "~7.26.0", - "commander": "~12.1.0", + "@babel/runtime": "~7.27.0", + "commander": "~13.1.0", "cross-fetch": "~4.1.0", "js-crypto-utils": "1.0.7", "js-encoding-utils": "0.7.3",