From 4c2730123cf624f8634d019d88d6c2d8762264f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 15:58:02 +0200 Subject: [PATCH] chore: bump protobufjs from 6.10.3 to 7.2.5 in /js (#180) Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.10.3 to 7.2.5. - [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/protobufjs-v7.2.5) --- updated-dependencies: - dependency-name: protobufjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Rodriguez --- js/package.json | 2 +- js/yarn.lock | 27 +++++++++++---------------- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/js/package.json b/js/package.json index 0a66cc82a..6da61236d 100644 --- a/js/package.json +++ b/js/package.json @@ -51,6 +51,6 @@ }, "dependencies": { "@noble/hashes": "^1.0.0", - "protobufjs": "^6.8.8" + "protobufjs": "^7.2.5" } } diff --git a/js/yarn.lock b/js/yarn.lock index 8f3ced350..f711505ca 100644 --- a/js/yarn.lock +++ b/js/yarn.lock @@ -337,13 +337,9 @@ resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz" integrity "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" -"@types/long@^4.0.1": - version "4.0.2" - resolved "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz" - -"@types/node@^13.7.0": - version "13.13.52" - resolved "https://registry.npmjs.org/@types/node/-/node-13.13.52.tgz" +"@types/node@>=13.7.0": + version "20.5.7" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.7.tgz#4b8ecac87fbefbc92f431d09c30e176fc0a7c377" "@types/semver@^7.3.12": version "7.5.0" @@ -1491,9 +1487,9 @@ log-symbols@^2.2.0: dependencies: chalk "^2.0.1" -long@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/long/-/long-4.0.0.tgz" +long@^5.0.0: + version "5.2.3" + resolved "https://registry.yarnpkg.com/long/-/long-5.2.3.tgz#a3ba97f3877cf1d778eccbcb048525ebb77499e1" lru-cache@^6.0.0: version "6.0.0" @@ -1778,9 +1774,9 @@ process-on-spawn@^1.0.0: dependencies: fromentries "^1.2.0" -protobufjs@^6.8.8: - version "6.10.3" - resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-6.10.3.tgz" +protobufjs@^7.2.5: + version "7.2.5" + resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.2.5.tgz#45d5c57387a6d29a17aab6846dcc283f9b8e7f2d" dependencies: "@protobufjs/aspromise" "^1.1.2" "@protobufjs/base64" "^1.1.2" @@ -1792,9 +1788,8 @@ protobufjs@^6.8.8: "@protobufjs/path" "^1.1.2" "@protobufjs/pool" "^1.1.0" "@protobufjs/utf8" "^1.1.0" - "@types/long" "^4.0.1" - "@types/node" "^13.7.0" - long "^4.0.0" + "@types/node" ">=13.7.0" + long "^5.0.0" punycode@^2.1.0: version "2.1.1"