Skip to content

Commit 61fc184

Browse files
committed
Fixed some vulnerabilities, added NPM updates for dependabot
1 parent feec7c3 commit 61fc184

4 files changed

Lines changed: 187 additions & 192 deletions

File tree

.eleventyignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
CODE_OF_CONDUCT.md
2-
README.md
2+
README.md

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2
22
updates:
3-
- package-ecosystem: bundler
3+
- package-ecosystem: npm
44
directory: /
55
schedule:
66
interval: daily

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.sass-cache
22
_site
33
*~
4-
node_modules
4+
node_modules

0 commit comments

Comments
 (0)