From 8fb429c8d648049f53238749d07d966c644fc691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 16:34:10 +0000 Subject: [PATCH] chore(deps-dev): bump protobufjs from 6.10.2 to 6.10.3 in /package Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.10.2 to 6.10.3. - [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/commits) --- updated-dependencies: - dependency-name: protobufjs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package/package-lock.json | 14 +++++++------- package/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package/package-lock.json b/package/package-lock.json index aeb0fd4..2c802a4 100644 --- a/package/package-lock.json +++ b/package/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "devDependencies": { - "protobufjs": "^6.10.2" + "protobufjs": "^6.10.3" }, "peerDependencies": { "protobufjs": ">= 6.10 < 7" @@ -98,9 +98,9 @@ "dev": true }, "node_modules/protobufjs": { - "version": "6.10.2", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.10.2.tgz", - "integrity": "sha512-27yj+04uF6ya9l+qfpH187aqEzfCF4+Uit0I9ZBQVqK09hk/SQzKa2MUqUpXaVa7LOFRg1TSSr3lVxGOk6c0SQ==", + "version": "6.10.3", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.10.3.tgz", + "integrity": "sha512-yvAslS0hNdBhlSKckI4R1l7wunVilX66uvrjzE4MimiAt7/qw1nLpMhZrn/ObuUTM/c3Xnfl01LYMdcSJe6dwg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -208,9 +208,9 @@ "dev": true }, "protobufjs": { - "version": "6.10.2", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.10.2.tgz", - "integrity": "sha512-27yj+04uF6ya9l+qfpH187aqEzfCF4+Uit0I9ZBQVqK09hk/SQzKa2MUqUpXaVa7LOFRg1TSSr3lVxGOk6c0SQ==", + "version": "6.10.3", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.10.3.tgz", + "integrity": "sha512-yvAslS0hNdBhlSKckI4R1l7wunVilX66uvrjzE4MimiAt7/qw1nLpMhZrn/ObuUTM/c3Xnfl01LYMdcSJe6dwg==", "dev": true, "requires": { "@protobufjs/aspromise": "^1.1.2", diff --git a/package/package.json b/package/package.json index 0d733f8..12a04db 100644 --- a/package/package.json +++ b/package/package.json @@ -8,7 +8,7 @@ "module": "web/index.js", "esnext": "bundle/index.js", "devDependencies": { - "protobufjs": "^6.10.2" + "protobufjs": "^6.10.3" }, "peerDependencies": { "protobufjs": ">= 6.10 < 7"