Skip to content

Commit

Permalink
Update dependencies and dev dependencies
Browse files Browse the repository at this point in the history
Closes #28.
  • Loading branch information
domenic committed Oct 6, 2021
1 parent e5764af commit a402d6b
Show file tree
Hide file tree
Showing 3 changed files with 771 additions and 701 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
},
"dependencies": {
"abab": "^2.0.3",
"whatwg-mimetype": "^2.3.0",
"whatwg-url": "^9.0.0"
"whatwg-mimetype": "^3.0.0",
"whatwg-url": "^10.0.0"
},
"devDependencies": {
"@domenic/eslint-config": "^1.2.0",
"eslint": "^7.29.0",
"jest": "^27.0.5",
"node-fetch": "^2.6.1"
"@domenic/eslint-config": "^1.4.0",
"eslint": "^7.32.0",
"jest": "^27.2.4",
"minipass-fetch": "^1.4.1"
},
"engines": {
"node": ">=12"
Expand Down
2 changes: 1 addition & 1 deletion scripts/get-latest-platform-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (process.env.NO_UPDATE) {

const path = require("path");
const fs = require("fs");
const fetch = require("node-fetch");
const fetch = require("minipass-fetch");

process.on("unhandledRejection", err => {
throw err;
Expand Down
Loading

0 comments on commit a402d6b

Please sign in to comment.