From dd9868c4863704c9be38022ce8d427eee3552ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 10:41:20 +0000 Subject: [PATCH] build(deps): bump protobufjs from 6.11.3 to 6.11.4 Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 6.11.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/commits) --- updated-dependencies: - dependency-name: protobufjs dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40707fe..4e60ba1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12790,9 +12790,10 @@ } }, "node_modules/protobufjs": { - "version": "6.11.3", + "version": "6.11.4", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.4.tgz", + "integrity": "sha512-5kQWPaJHi1WoCpjTGszzQ32PG2F4+wRY6BmAT4Vfw56Q2FZ4YZzK20xUYQH4YkfehY1e6QSICrJquM6xXZNcrw==", "hasInstallScript": true, - "license": "BSD-3-Clause", "dependencies": { "@protobufjs/aspromise": "^1.1.2", "@protobufjs/base64": "^1.1.2", @@ -14628,7 +14629,7 @@ }, "packages/nft": { "name": "@ripio/sdk-nft", - "version": "1.0.1", + "version": "1.0.2", "license": "Apache 2.0", "dependencies": { "@babel/runtime": "^7.17.7", @@ -14638,7 +14639,7 @@ }, "packages/sdk": { "name": "@ripio/sdk", - "version": "2.0.0", + "version": "2.0.1", "license": "Apache 2.0", "dependencies": { "@babel/runtime": "^7.17.7", @@ -14647,7 +14648,7 @@ }, "packages/storageAws": { "name": "@ripio/sdk-storage-aws", - "version": "1.0.0", + "version": "1.0.1", "license": "Apache 2.0", "dependencies": { "@aws-sdk/client-s3": "^3.197.0", @@ -14657,7 +14658,7 @@ }, "packages/storageHttp": { "name": "@ripio/sdk-storage-http", - "version": "1.0.0", + "version": "1.0.1", "license": "Apache 2.0", "dependencies": { "@babel/runtime": "^7.17.7", @@ -14667,7 +14668,7 @@ }, "packages/storageIpfs": { "name": "@ripio/sdk-storage-ipfs", - "version": "1.0.0", + "version": "1.0.1", "license": "Apache 2.0", "dependencies": { "@babel/runtime": "^7.17.7", @@ -23218,7 +23219,9 @@ } }, "protobufjs": { - "version": "6.11.3", + "version": "6.11.4", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.4.tgz", + "integrity": "sha512-5kQWPaJHi1WoCpjTGszzQ32PG2F4+wRY6BmAT4Vfw56Q2FZ4YZzK20xUYQH4YkfehY1e6QSICrJquM6xXZNcrw==", "requires": { "@protobufjs/aspromise": "^1.1.2", "@protobufjs/base64": "^1.1.2",