Skip to content

Commit d728d5c

Browse files
achingbrainhugomrdias
authored andcommitted
chore: update deps (#445)
* chore: update deps * chore: update bundlesize
1 parent 82a8df2 commit d728d5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.aegir.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const createServer = require('./src').createServer
44

55
const server = createServer() // using defaults
66
module.exports = {
7-
bundlesize: { maxSize: '928kB' },
7+
bundlesize: { maxSize: '930kB' },
88
karma: {
99
files: [{
1010
pattern: 'test/fixtures/**/*',

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@
5959
"go-ipfs-dep": "~0.4.22",
6060
"ipfs": "0.40.0",
6161
"ipfs-http-client": "^41.0.0",
62-
"ipfs-utils": "^0.6.0",
62+
"ipfs-utils": "^0.7.1",
6363
"ky": "^0.16.1",
6464
"ky-universal": "^0.3.0",
6565
"merge-options": "^2.0.0",
66-
"multiaddr": "^6.1.1",
66+
"multiaddr": "^7.2.1",
6767
"nanoid": "^2.1.9",
6868
"resolve-cwd": "^3.0.0",
6969
"temp-write": "^4.0.0"
@@ -75,7 +75,7 @@
7575
"chai-as-promised": "^7.1.1",
7676
"dirty-chai": "^2.0.1",
7777
"husky": "^4.0.10",
78-
"lint-staged": "^9.5.0"
78+
"lint-staged": "^10.0.2"
7979
},
8080
"repository": {
8181
"type": "git",

0 commit comments

Comments
 (0)