Skip to content

Commit

Permalink
update deps (except node-fetch to match eleventy-fetch); bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburnell committed Jul 16, 2023
1 parent 3e4104a commit 8565e33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2",
"version": "1.2.3",
"description": "Fetch and cache webmentions using eleventy-fetch.",
"author": "Chris Burnell <me@chrisburnell.com>",
"license": "MIT",
Expand All @@ -20,13 +20,13 @@
"webmention"
],
"devDependencies": {
"eslint": "^8.41.0"
"eslint": "^8.45.0"
},
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"sanitize-html": "^2.10.0"
"sanitize-html": "^2.11.0"
},
"main": "eleventy-cache-webmentions.js",
"scripts": {
Expand Down

0 comments on commit 8565e33

Please sign in to comment.