Skip to content

Commit

Permalink
chore(deps)(deps-dev): bump rollup from 4.6.0 to 4.9.5 (#1802)
Browse files Browse the repository at this point in the history
Bumps [rollup](https://github.com/rollup/rollup) from 4.6.0 to 4.9.5.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.6.0...v4.9.5)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
1 parent dcfa73b commit bb680e4
Show file tree
Hide file tree
Showing 11 changed files with 167 additions and 138 deletions.
285 changes: 157 additions & 128 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"process": "^0.11.10",
"rollup": "^4.6.0"
"rollup": "^4.9.5"
},
"peerDependencies": {
"@multiformats/multiaddr": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dns-discovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"cspell": "^7.3.2",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"rollup": "^4.6.0"
"rollup": "^4.9.5"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/enr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"process": "^0.11.10",
"rollup": "^4.6.0",
"rollup": "^4.9.5",
"uint8arrays": "^4.0.4"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/message-encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"process": "^0.11.10",
"rollup": "^4.6.0"
"rollup": "^4.9.5"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/message-hash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"process": "^0.11.10",
"rollup": "^4.6.0"
"rollup": "^4.9.5"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/peer-exchange/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"chai": "^4.3.10",
"cspell": "^7.3.2",
"npm-run-all": "^4.1.5",
"rollup": "^4.6.0",
"rollup": "^4.9.5",
"uint8arraylist": "^2.4.3"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"cspell": "^7.3.2",
"npm-run-all": "^4.1.5",
"protons": "^7.0.2",
"rollup": "^4.6.0",
"rollup": "^4.9.5",
"uint8arraylist": "^2.4.3"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@waku/build-utils": "*",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^4.6.0"
"rollup": "^4.9.5"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"cspell": "^7.3.2",
"interface-datastore": "^8.2.10",
"npm-run-all": "^4.1.5",
"rollup": "^4.6.0"
"rollup": "^4.9.5"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@waku/build-utils": "*",
"cspell": "^7.3.2",
"npm-run-all": "^4.1.5",
"rollup": "^4.6.0"
"rollup": "^4.9.5"
},
"files": [
"dist",
Expand Down

0 comments on commit bb680e4

Please sign in to comment.