From 5b80f3850c774b7616183b24e165869e3eadf4c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 07:13:01 +0000 Subject: [PATCH] Bump protobufjs from 7.2.3 to 7.2.4 in /impl/protobuf.js Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.3 to 7.2.4. - [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.3...protobufjs-v7.2.4) --- updated-dependencies: - dependency-name: protobufjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- impl/protobuf.js/package-lock.json | 14 +++++++------- impl/protobuf.js/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/impl/protobuf.js/package-lock.json b/impl/protobuf.js/package-lock.json index cbcfc4c9..705a4dd5 100644 --- a/impl/protobuf.js/package-lock.json +++ b/impl/protobuf.js/package-lock.json @@ -7,7 +7,7 @@ "name": "protobuf.js-conformance", "dependencies": { "long": "^5.2.3", - "protobufjs": "^7.2.3", + "protobufjs": "^7.2.4", "protobufjs-cli": "^1.0.2" }, "devDependencies": { @@ -570,9 +570,9 @@ } }, "node_modules/protobufjs": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.3.tgz", - "integrity": "sha512-TtpvOqwB5Gdz/PQmOjgsrGH1nHjAQVCN7JG4A6r1sXRWESL5rNMAiRcBQlCAdKxZcAbstExQePYG8xof/JVRgg==", + "version": "7.2.4", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.4.tgz", + "integrity": "sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==", "hasInstallScript": true, "dependencies": { "@protobufjs/aspromise": "^1.1.2", @@ -1235,9 +1235,9 @@ "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==" }, "protobufjs": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.3.tgz", - "integrity": "sha512-TtpvOqwB5Gdz/PQmOjgsrGH1nHjAQVCN7JG4A6r1sXRWESL5rNMAiRcBQlCAdKxZcAbstExQePYG8xof/JVRgg==", + "version": "7.2.4", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.4.tgz", + "integrity": "sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==", "requires": { "@protobufjs/aspromise": "^1.1.2", "@protobufjs/base64": "^1.1.2", diff --git a/impl/protobuf.js/package.json b/impl/protobuf.js/package.json index 148857d2..0c51443d 100644 --- a/impl/protobuf.js/package.json +++ b/impl/protobuf.js/package.json @@ -4,7 +4,7 @@ "type": "module", "dependencies": { "long": "^5.2.3", - "protobufjs": "^7.2.3", + "protobufjs": "^7.2.4", "protobufjs-cli": "^1.0.2" }, "devDependencies": {