From c5a5443df732b26a3b59085dcf398f29476fb22c Mon Sep 17 00:00:00 2001 From: Aaron Kelbsch Date: Mon, 25 Aug 2025 15:32:21 +0200 Subject: [PATCH] chore: update package.json --- package-lock.json | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6b3698..8b35b3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rust-audit-check", - "version": "1.4.1", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rust-audit-check", - "version": "1.4.1", + "version": "2.0.0", "license": "MIT", "dependencies": { "@clechasseur/rs-actions-core": "^3.0.5", diff --git a/package.json b/package.json index a46fa69..067d8ad 100644 --- a/package.json +++ b/package.json @@ -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" } -} +} \ No newline at end of file