From 6fe0f1e7d02cf79c37a8f419db6f1e1a1c72d61e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 11:10:49 +0800 Subject: [PATCH] Bump protobufjs from 7.2.6 to 7.3.0 (#656) Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.6 to 7.3.0. - [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.6...protobufjs-v7.3.0) --- updated-dependencies: - dependency-name: protobufjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 708211a..8ad37f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "esprima": "^4.0.1", "estraverse": "^5.3.0", "klaw-sync": "^6.0.0", - "protobufjs": "^7.2.6", + "protobufjs": "^7.3.0", "q": "^1.5.1" }, "devDependencies": { @@ -2248,9 +2248,9 @@ "dev": true }, "node_modules/protobufjs": { - "version": "7.2.6", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz", - "integrity": "sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.3.0.tgz", + "integrity": "sha512-YWD03n3shzV9ImZRX3ccbjqLxj7NokGN0V/ESiBV5xWqrommYHYiihuIyavq03pWSGqlyvYUFmfoMKd+1rPA/g==", "hasInstallScript": true, "dependencies": { "@protobufjs/aspromise": "^1.1.2", diff --git a/package.json b/package.json index 37fee24..928005a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "esprima": "^4.0.1", "estraverse": "^5.3.0", "klaw-sync": "^6.0.0", - "protobufjs": "^7.2.6", + "protobufjs": "^7.3.0", "q": "^1.5.1" }, "devDependencies": {