chore: update package.json

This commit is contained in:
Aaron Kelbsch
2025-08-25 15:32:21 +02:00
parent dd2c7de31f
commit c5a5443df7
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions-rs/audit.git"
"url": "github:rustsec/audit-check"
},
"keywords": [
"actions",
@@ -31,7 +31,7 @@
"author": "actions-rs",
"license": "MIT",
"bugs": {
"url": "https://github.com/actions-rs/audit-check/issues"
"url": "https://github.com/rustsec/audit-check/issues"
},
"dependencies": {
"@clechasseur/rs-actions-core": "^3.0.5",
@@ -52,4 +52,4 @@
"typescript": "^5.3.3",
"prettier": "^3.2.5"
}
}
}