chore(deps)(deps): bump protons-runtime from 5.0.0 to 5.0.2 (#1561)

Bumps [protons-runtime](https://github.com/ipfs/protons) from 5.0.0 to 5.0.2.
- [Release notes](https://github.com/ipfs/protons/releases)
- [Commits](https://github.com/ipfs/protons/compare/protons-runtime-v5.0.0...protons-runtime-v5.0.2)

---
updated-dependencies:
- dependency-name: protons-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Danish Arora <35004822+danisharora099@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-15 16:50:08 +05:30 committed by GitHub
parent ea2ab025d4
commit b624a1afd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 10 deletions

17
package-lock.json generated
View File

@ -21829,16 +21829,13 @@
}
},
"node_modules/protons-runtime": {
"version": "5.0.0",
"license": "Apache-2.0 OR MIT",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/protons-runtime/-/protons-runtime-5.0.2.tgz",
"integrity": "sha512-eKppVrIS5dDh+Y61Yj4bDEOs2sQLQbQGIhr7EBiybPQhIMGBynzVXlYILPWl3Td1GDadobc8qevh5D+JwfG9bw==",
"dependencies": {
"protobufjs": "^7.0.0",
"uint8arraylist": "^2.4.3"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"peerDependencies": {
"uint8arraylist": "^2.3.2"
}
@ -27266,7 +27263,7 @@
"version": "0.0.5",
"license": "MIT OR Apache-2.0",
"dependencies": {
"protons-runtime": "^5.0.0"
"protons-runtime": "^5.0.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
@ -31409,7 +31406,7 @@
"cspell": "^7.3.2",
"npm-run-all": "^4.1.5",
"protons": "^7.0.2",
"protons-runtime": "^5.0.0",
"protons-runtime": "^5.0.2",
"rollup": "^3.29.0",
"typescript": "^5.0.4",
"uint8arraylist": "^2.4.3"
@ -41653,7 +41650,9 @@
}
},
"protons-runtime": {
"version": "5.0.0",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/protons-runtime/-/protons-runtime-5.0.2.tgz",
"integrity": "sha512-eKppVrIS5dDh+Y61Yj4bDEOs2sQLQbQGIhr7EBiybPQhIMGBynzVXlYILPWl3Td1GDadobc8qevh5D+JwfG9bw==",
"requires": {
"protobufjs": "^7.0.0",
"uint8arraylist": "^2.4.3"

View File

@ -44,7 +44,7 @@
"node": ">=16"
},
"dependencies": {
"protons-runtime": "^5.0.0"
"protons-runtime": "^5.0.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",