From b227e755bf84cf2dd6cdf8911e0a839568c1247c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 09:59:30 +0000 Subject: [PATCH] Bump protobufjs from 7.2.6 to 7.3.0 in the production-dependencies group Bumps the production-dependencies group with 1 update: [protobufjs](https://github.com/protobufjs/protobuf.js). Updates `protobufjs` 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 dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/libpg-query-wasm/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54ad4b7..a1c9044 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1322,9 +1322,9 @@ "link": 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", @@ -1716,7 +1716,7 @@ "version": "0.2.1", "license": "BSD-3-Clause", "dependencies": { - "protobufjs": "~7.2.5" + "protobufjs": "~7.3.0" }, "devDependencies": { "protobufjs-cli": "^1.1.2" diff --git a/packages/libpg-query-wasm/package.json b/packages/libpg-query-wasm/package.json index eedefc4..211c411 100644 --- a/packages/libpg-query-wasm/package.json +++ b/packages/libpg-query-wasm/package.json @@ -53,7 +53,7 @@ "test:readme": "txm Readme.md" }, "dependencies": { - "protobufjs": "~7.2.5" + "protobufjs": "~7.3.0" }, "devDependencies": { "protobufjs-cli": "^1.1.2"