From e5e7b8a7fa65538a14a10e71f0aa49cc23ac513c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 00:35:15 +0000 Subject: [PATCH] Bump protobufjs from 7.2.5 to 7.2.6 in /dashboard Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.5 to 7.2.6. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.2.5...protobufjs-v7.2.6) --- updated-dependencies: - dependency-name: protobufjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dashboard/package.json | 2 +- dashboard/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package.json b/dashboard/package.json index 04d669af6ea..4b2b77cd8d3 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -48,7 +48,7 @@ "modern-normalize": "^2.0.0", "monaco-editor": "^0.45.0", "prop-types": "^15.8.1", - "protobufjs": "^7.2.5", + "protobufjs": "^7.2.6", "qs": "^6.11.2", "react": "^17.0.2", "react-copy-to-clipboard": "^5.1.0", diff --git a/dashboard/yarn.lock b/dashboard/yarn.lock index 269a613e620..7425cb19cfb 100644 --- a/dashboard/yarn.lock +++ b/dashboard/yarn.lock @@ -11956,10 +11956,10 @@ property-information@^6.0.0: resolved "https://registry.yarnpkg.com/property-information/-/property-information-6.4.0.tgz#6bc4c618b0c2d68b3bb8b552cbb97f8e300a0f82" integrity sha512-9t5qARVofg2xQqKtytzt+lZ4d1Qvj8t5B8fEwXK6qOfgRLgH/b13QlgEyDh033NOS31nXeFbYv7CLUDG1CeifQ== -protobufjs@^7.2.4, protobufjs@^7.2.5: - version "7.2.5" - resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.2.5.tgz#45d5c57387a6d29a17aab6846dcc283f9b8e7f2d" - integrity sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A== +protobufjs@^7.2.4, protobufjs@^7.2.6: + version "7.2.6" + resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.2.6.tgz#4a0ccd79eb292717aacf07530a07e0ed20278215" + integrity sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw== dependencies: "@protobufjs/aspromise" "^1.1.2" "@protobufjs/base64" "^1.1.2"