Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jul 25, 2024
1 parent 49493c5 commit a6f97b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@
"homepage": "https://github.com/11ty/eleventy-img#readme",
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.1",
"@11ty/eleventy-utils": "^1.0.2",
"@11ty/eleventy-utils": "^1.0.3",
"brotli-size": "^4.0.0",
"debug": "^4.3.4",
"entities": "^4.5.0",
"debug": "^4.3.5",
"entities": "^5.0.0",
"image-size": "^1.1.1",
"p-queue": "^6.6.2",
"sharp": "^0.33.3"
"sharp": "^0.33.4"
},
"devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.10",
"@11ty/eleventy-plugin-webc": "^0.11.2",
"ava": "^6.1.2",
"ava": "^6.1.3",
"eslint": "^8.56.0",
"pixelmatch": "^5.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/generate-html.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { escapeAttribute } = require("entities/lib/escape.js");
const { escapeAttribute } = require("entities");

const DEFAULT_ATTRIBUTES = {
// loading: "lazy",
Expand Down

0 comments on commit a6f97b6

Please sign in to comment.