Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburnell committed May 16, 2024
1 parent cb42379 commit 95a8381
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chrisburnell/eleventy-cache-webmentions",
"version": "2.0.5",
"version": "2.0.6",
"description": "Cache webmentions using eleventy-fetch and make them available to use in collections, layouts, pages, etc. in Eleventy.",
"author": "Chris Burnell <me@chrisburnell.com>",
"license": "MIT",
Expand All @@ -20,13 +20,13 @@
"webmention"
],
"devDependencies": {
"eslint": "^8.56.0"
"eslint": "^9.2.0"
},
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.0",
"@11ty/eleventy-fetch": "^4.0.1",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"sanitize-html": "^2.11.0"
"node-fetch": "2.6.7",
"sanitize-html": "^2.13.0"
},
"main": "eleventy-cache-webmentions.js",
"scripts": {
Expand Down

0 comments on commit 95a8381

Please sign in to comment.