From 403dd30f1b1c0a458a8041e43c4a156e8fc1a6b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 04:07:55 +0000 Subject: [PATCH] Bump protobufjs from 7.2.5 to 7.2.6 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] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e564861..395ff7d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "mapbox-gl-fps": "github:MazeMap/mapbox-gl-fps", "maplibre-gl": "^3.6.2", "moment": "^2.30.1", - "protobufjs": "^7.2.4", + "protobufjs": "^7.2.6", "svelte-toasts": "^1.1.2", "toastify-js": "^1.12.0" }, @@ -4507,9 +4507,9 @@ } }, "node_modules/protobufjs": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.5.tgz", - "integrity": "sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A==", + "version": "7.2.6", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz", + "integrity": "sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==", "hasInstallScript": true, "dependencies": { "@protobufjs/aspromise": "^1.1.2", diff --git a/package.json b/package.json index 692fb1fb..1ed08190 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "mapbox-gl-fps": "github:MazeMap/mapbox-gl-fps", "maplibre-gl": "^3.6.2", "moment": "^2.30.1", - "protobufjs": "^7.2.4", + "protobufjs": "^7.2.6", "svelte-toasts": "^1.1.2", "toastify-js": "^1.12.0" } diff --git a/yarn.lock b/yarn.lock index 2f539652..9f681784 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2832,10 +2832,10 @@ protobufjs-cli@^1.0.2: tmp "^0.2.1" uglify-js "^3.7.7" -protobufjs@^7.1.2, protobufjs@^7.2.4: - version "7.2.5" - resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.2.5.tgz#45d5c57387a6d29a17aab6846dcc283f9b8e7f2d" - integrity sha512-gGXRSXvxQ7UiPgfw8gevrfRWcTlSbOFg+p/N+JVJEK5VhueL2miT6qTymqAmjr1Q5WbOCyJbyrk6JfWKwlFn6A== +protobufjs@^7.1.2, 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"