Skip to content

Commit a653405

Browse files
committed
Merge branch 'main' into dbux-3
2 parents acc7fa7 + 664caa6 commit a653405

File tree

3 files changed

+72
-72
lines changed

3 files changed

+72
-72
lines changed

.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/[email protected].1
20+
uses: trufflesecurity/[email protected].3
2121
with:
2222
path: ./
2323
base: ${{ steps.extract_branch.outputs.branch-name }}

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@
4949
"cpr": "3.0.1",
5050
"dotenv": "^16.0.3",
5151
"find-versions-cli": "^4.0.0",
52-
"husky": "8.0.1",
52+
"husky": "8.0.2",
5353
"markdownlint-cli": "^0.32.2",
5454
"nodemon": "2.0.20",
5555
"npm-run-all": "4.1.5",
5656
"prettier": "2.7.1",
5757
"pretty-quick": "3.1.3",
58-
"sass": "^1.55.0",
58+
"sass": "^1.56.0",
5959
"style-dictionary": "3.7.1",
60-
"stylelint": "14.14.0",
60+
"stylelint": "14.14.1",
6161
"stylelint-config-prettier": "9.0.3",
6262
"stylelint-config-sass-guidelines": "9.0.1",
6363
"validate-branch-name": "^1.3.0",
6464
"xo": "^0.52.4"
6565
},
6666
"validate-branch-name": {
67-
"pattern": "((dbux-3)|(dependabot-)|^((test|feat|fix|chore|docs|refactor|style|ci|perf)\\-[a-zA-Z0-9\\-]+)$)",
67+
"pattern": "((dbux-3)|(dependabot-)|^((test|feat|fix|chore|docs|refactor|style|ci|perf|[0-9]+)\\-[a-zA-Z0-9\\-]+)$)",
6868
"errorMsg": "There is something wrong with your branch name. You should rename your branch to a valid name and try again. See the Pattern below."
6969
},
7070
"repository": {

0 commit comments

Comments
 (0)