Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit fddfe59

Browse files
committed
Bump devDependencies
1 parent bb1d4da commit fddfe59

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,3 @@ updates:
66
interval: monthly
77
ignore:
88
- dependency-name: dependency-check
9-
- dependency-name: sinon
10-
- dependency-name: nyc
11-
12-
# Pinned to 1.1.10 for browser compatibility (later versions depend
13-
# on `queue-microtask` which uses arrow functions and promises).
14-
- dependency-name: run-parallel

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@
3232
"coveralls": "^3.0.2",
3333
"delayed": "^2.0.0",
3434
"dependency-check": "^4.1.0",
35-
"encoding-down": "^6.2.0",
35+
"encoding-down": "^7.0.0",
3636
"faucet": "^0.0.1",
3737
"hallmark": "^3.1.0",
3838
"level-community": "^3.0.0",
39-
"level-concat-iterator": "^2.0.1",
40-
"memdown": "^5.0.0",
41-
"nyc": "^14.0.0",
42-
"run-parallel": "1.1.10",
39+
"level-concat-iterator": "^3.0.0",
40+
"memdown": "^6.0.0",
41+
"nyc": "^15.1.0",
42+
"run-parallel": "^1.2.0",
4343
"run-series": "^1.1.8",
4444
"safe-buffer": "^5.1.0",
4545
"simple-concat": "^1.0.0",
46-
"sinon": "^7.4.2",
46+
"sinon": "^10.0.0",
4747
"standard": "^16.0.3",
4848
"tape": "^5.2.2",
4949
"trickle": "0.0.2"

0 commit comments

Comments
 (0)