Skip to content

Commit

Permalink
downgrade node-fetch to 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburnell committed May 26, 2023
1 parent 3410544 commit fc09792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chrisburnell/eleventy-cache-webmentions",
"version": "1.2.0",
"version": "1.2.1",
"description": "Fetch and cache webmentions using eleventy-fetch.",
"author": "Chris Burnell <me@chrisburnell.com>",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.0",
"lodash": "^4.17.21",
"node-fetch": "^3.3.1",
"node-fetch": "2.6.5",
"sanitize-html": "^2.10.0"
},
"main": "eleventy-cache-webmentions.js",
Expand Down

0 comments on commit fc09792

Please sign in to comment.