From db197e29a6e721c2c2ec289094f98285bafd59d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:13:59 -0400 Subject: [PATCH] Bump the protobuf-js group in /impl/protobuf.js with 2 updates (#240) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the protobuf-js group in /impl/protobuf.js with 2 updates: [typescript](https://github.com/Microsoft/TypeScript) and [tsx](https://github.com/privatenumber/tsx). Updates `typescript` from 5.5.2 to 5.5.4
Release notes

Sourced from typescript's releases.

TypeScript 5.5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits

Updates `tsx` from 4.16.0 to 4.16.4
Release notes

Sourced from tsx's releases.

v4.16.4

4.16.4 (2024-08-01)

Bug Fixes


This release is also available on:

v4.16.3

4.16.3 (2024-07-31)

Bug Fixes


This release is also available on:

v4.16.2

4.16.2 (2024-07-03)

Bug Fixes


This release is also available on:

v4.16.1

4.16.1 (2024-07-03)

Bug Fixes

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- impl/protobuf.js/package-lock.json | 16 ++++++++-------- impl/protobuf.js/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/impl/protobuf.js/package-lock.json b/impl/protobuf.js/package-lock.json index 4ccadbd7..8e3a77f9 100644 --- a/impl/protobuf.js/package-lock.json +++ b/impl/protobuf.js/package-lock.json @@ -11,8 +11,8 @@ "protobufjs-cli": "^1.1.2" }, "devDependencies": { - "tsx": "^4.16.0", - "typescript": "^5.5.2" + "tsx": "^4.16.4", + "typescript": "^5.5.4" } }, "node_modules/@babel/parser": { @@ -1185,9 +1185,9 @@ } }, "node_modules/tsx": { - "version": "4.16.0", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.0.tgz", - "integrity": "sha512-MPgN+CuY+4iKxGoJNPv+1pyo5YWZAQ5XfsyobUG+zoKG7IkvCPLZDEyoIb8yLS2FcWci1nlxAqmvPlFWD5AFiQ==", + "version": "4.16.4", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.4.tgz", + "integrity": "sha512-E0EDobc7FtOxdNtG0ZQWztLa9PK/TqC5QvdV0heyIMJySwcJ8vyvziOznzO1MIM2IDfacLGBgfiCUmba6mvI7Q==", "dev": true, "dependencies": { "esbuild": "~0.21.5", @@ -1215,9 +1215,9 @@ } }, "node_modules/typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", + "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/impl/protobuf.js/package.json b/impl/protobuf.js/package.json index 4ecb791b..d75e0a69 100644 --- a/impl/protobuf.js/package.json +++ b/impl/protobuf.js/package.json @@ -8,7 +8,7 @@ "protobufjs-cli": "^1.1.2" }, "devDependencies": { - "typescript": "^5.5.2", - "tsx": "^4.16.0" + "typescript": "^5.5.4", + "tsx": "^4.16.4" } }