From 4dff85bcc0995c1831ea2ff924bd889f47631d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 07:41:00 +0000 Subject: [PATCH] Bump the protobuf-js group in /impl/protobuf.js with 1 update Bumps the protobuf-js group in /impl/protobuf.js with 1 update: [tsx](https://github.com/privatenumber/tsx). Updates `tsx` from 4.7.0 to 4.7.1 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.7.0...v4.7.1) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-patch dependency-group: protobuf-js ... Signed-off-by: dependabot[bot] --- impl/protobuf.js/package-lock.json | 8 ++++---- impl/protobuf.js/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/impl/protobuf.js/package-lock.json b/impl/protobuf.js/package-lock.json index ad17dd66..f90c9757 100644 --- a/impl/protobuf.js/package-lock.json +++ b/impl/protobuf.js/package-lock.json @@ -11,7 +11,7 @@ "protobufjs-cli": "^1.1.2" }, "devDependencies": { - "tsx": "^4.7.0", + "tsx": "^4.7.1", "typescript": "^5.3.3" } }, @@ -1185,9 +1185,9 @@ } }, "node_modules/tsx": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.7.0.tgz", - "integrity": "sha512-I+t79RYPlEYlHn9a+KzwrvEwhJg35h/1zHsLC2JXvhC2mdynMv6Zxzvhv5EMV6VF5qJlLlkSnMVvdZV3PSIGcg==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.7.1.tgz", + "integrity": "sha512-8d6VuibXHtlN5E3zFkgY8u4DX7Y3Z27zvvPKVmLon/D4AjuKzarkUBTLDBgj9iTQ0hg5xM7c/mYiRVM+HETf0g==", "dev": true, "dependencies": { "esbuild": "~0.19.10", diff --git a/impl/protobuf.js/package.json b/impl/protobuf.js/package.json index 436f0b16..32787eea 100644 --- a/impl/protobuf.js/package.json +++ b/impl/protobuf.js/package.json @@ -9,6 +9,6 @@ }, "devDependencies": { "typescript": "^5.3.3", - "tsx": "^4.7.0" + "tsx": "^4.7.1" } }