Skip to content

Commit 2f98bd7

Browse files
committed
Merge branch 'main' into dbux-3
2 parents 19e96f6 + 955dd83 commit 2f98bd7

File tree

5 files changed

+55
-55
lines changed

5 files changed

+55
-55
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "daily"
8-
time: "03:00"
8+
time: "04:00"
99
timezone: "Europe/Berlin"
1010
pull-request-branch-name:
1111
separator: "-"

.github/workflows/00-scan-secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: extract_branch
1818

1919
- name: 🐷 TruffleHog OSS
20-
uses: trufflesecurity/trufflehog@v3.18.0
20+
uses: trufflesecurity/trufflehog@v3.19.0
2121
with:
2222
path: ./
2323
base: ${{ steps.extract_branch.outputs.branch-name }}

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Schedule Auto Update
33

44
on:
55
schedule:
6-
- cron: "0 0 * * *"
6+
- cron: "30 4 * * *"
77

88
jobs:
99
auto-update:

package-lock.json

Lines changed: 49 additions & 49 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
@@ -84,15 +84,15 @@
8484
"nodemon": "^2.0.20",
8585
"npm-run-all": "^4.1.5",
8686
"pa11y-ci": "^3.0.1",
87-
"postcss": "^8.4.19",
87+
"postcss": "^8.4.20",
8888
"postcss-cli": "^10.1.0",
8989
"postcss-focus": "^5.0.1",
9090
"postcss-list-style-safari-fix": "^1.0.0",
9191
"prettier": "^2.8.1",
9292
"pretty-quick": "^3.1.3",
9393
"rimraf": "^3.0.2",
94-
"sass": "^1.56.1",
95-
"start-server-and-test": "^1.15.1",
94+
"sass": "^1.56.2",
95+
"start-server-and-test": "^1.15.2",
9696
"stylelint": "^14.16.0",
9797
"stylelint-config-prettier": "^9.0.4",
9898
"stylelint-config-sass-guidelines": "^9.0.1",

0 commit comments

Comments
 (0)