Skip to content

Commit 157eaa6

Browse files
authored
Upgrade build dependencies (#4517)
Upgrades 11ty, Axios, and tsx. The Axios upgrade resolves a vulnerability warning. These upgrades do not cause any changes to build output.
1 parent 933c1c4 commit 157eaa6

File tree

2 files changed

+211
-25
lines changed

2 files changed

+211
-25
lines changed

package-lock.json

Lines changed: 208 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"author": "W3C",
1616
"license": "W3C",
1717
"dependencies": {
18-
"@11ty/eleventy": "^3.1.1",
19-
"axios": "^1.7.9",
18+
"@11ty/eleventy": "^3.1.2",
19+
"axios": "^1.11.0",
2020
"cheerio": "^1.0.0",
2121
"glob": "^10.3.16",
2222
"gray-matter": "^4.0.3",
2323
"liquidjs": "^10.21.0",
2424
"lodash-es": "^4.17.21",
2525
"mkdirp": "^3.0.1",
2626
"rimraf": "^5.0.10",
27-
"tsx": "^4.19.3"
27+
"tsx": "^4.20.3"
2828
},
2929
"devDependencies": {
3030
"@types/lodash-es": "^4.17.12",

0 commit comments

Comments
 (0)