Skip to content

Commit 067aa67

Browse files
committed
Merge branch 'master' into fix-rss
2 parents fa190f5 + 6e357cf commit 067aa67

File tree

3 files changed

+23
-12
lines changed

3 files changed

+23
-12
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ updates:
1515
schedule:
1616
# Check for updates to npm dependencies every week
1717
interval: "weekly"
18+
ignore:
19+
- dependency-name: "*"
20+
update-types: ["version-update:semver-patch"]

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@11ty/eleventy": "^3",
2929
"@11ty/eleventy-img": "^5.0.0",
3030
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
31-
"@fortawesome/fontawesome-svg-core": "^6.5.2",
31+
"@fortawesome/fontawesome-svg-core": "^6.6.0",
3232
"@vidhill/fortawesome-brands-11ty-shortcode": "^1.1.0",
3333
"clean-css": "^5.3.2",
3434
"compression-webpack-plugin": "^11.1.0",
@@ -48,7 +48,7 @@
4848
"style-loader": "^3.3.4",
4949
"terser": "^5.34.1",
5050
"v": "^0.3.0",
51-
"webpack": "^5.94.0",
51+
"webpack": "^5.95.0",
5252
"webpack-bundle-analyzer": "^4.10.2",
5353
"webpack-cli": "^5.0.1"
5454
},

0 commit comments

Comments
 (0)