Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Mar 28, 2024
1 parent f7751de commit d958901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"main": "index.js",
"dependencies": {
"ansi-colors": "^3.0.3",
"ansi-colors": "^4.1.3",
"benchmark": "^2.1.4",
"minimist": "^1.2.0"
"minimist": "^1.2.8"
},
"devDependencies": {
"glob-parent": "^6.0.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"test:cover": "nyc npm run mocha"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"fill-range": "^7.0.1",
"gulp-format-md": "^2.0.0",
"mocha": "^10.2.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"time-require": "github:jonschlinkert/time-require"
},
Expand Down

0 comments on commit d958901

Please sign in to comment.