We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7751de commit d958901Copy full SHA for d958901
2 files changed
bench/package.json
@@ -4,9 +4,9 @@
4
"private": true,
5
"main": "index.js",
6
"dependencies": {
7
- "ansi-colors": "^3.0.3",
+ "ansi-colors": "^4.1.3",
8
"benchmark": "^2.1.4",
9
- "minimist": "^1.2.0"
+ "minimist": "^1.2.8"
10
},
11
"devDependencies": {
12
"glob-parent": "^6.0.2",
package.json
@@ -28,10 +28,10 @@
28
"test:cover": "nyc npm run mocha"
29
30
31
- "eslint": "^8.56.0",
+ "eslint": "^8.57.0",
32
"fill-range": "^7.0.1",
33
"gulp-format-md": "^2.0.0",
34
- "mocha": "^10.2.0",
+ "mocha": "^10.4.0",
35
"nyc": "^15.1.0",
36
"time-require": "github:jonschlinkert/time-require"
37
0 commit comments