Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
version: 2
registries:
github:
type: git
url: https://github.com/
username: x-access-token
password: ${{ secrets.DEPENDABOT_GH_TOKEN }}
updates:
- package-ecosystem: 'github-actions'
directory: '/'
Expand Down
2 changes: 1 addition & 1 deletion package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"gray-matter": ">= 4.0",
"happy-dom": "^12.6.0",
"http-server": "^14.1.1",
"husky": "^8.0.3",
"husky": "^9.1.7",
"hyperlink": "^5.0.4",
"is-ci": "^3.0.1",
"lint-staged": "^14.0.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ __metadata:
gray-matter: ">= 4.0"
happy-dom: ^12.6.0
http-server: ^14.1.1
husky: ^8.0.3
husky: ^9.1.7
hyperlink: ^5.0.4
is-ci: ^3.0.1
lint-staged: ^14.0.1
Expand Down Expand Up @@ -5581,12 +5581,12 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:^8.0.3":
version: 8.0.3
resolution: "husky@npm:8.0.3"
"husky@npm:^9.1.7":
version: 9.1.7
resolution: "husky@npm:9.1.7"
bin:
husky: lib/bin.js
checksum: 837bc7e4413e58c1f2946d38fb050f5d7324c6f16b0fd66411ffce5703b294bd21429e8ba58711cd331951ee86ed529c5be4f76805959ff668a337dbfa82a1b0
husky: bin.js
checksum: c2412753f15695db369634ba70f50f5c0b7e5cb13b673d0826c411ec1bd9ddef08c1dad89ea154f57da2521d2605bd64308af748749b27d08c5f563bcd89975f
languageName: node
linkType: hard

Expand Down