From be52bee4a9a903fa359876cccb3eef67df5b1944 Mon Sep 17 00:00:00 2001 From: Alex Nitu Date: Fri, 30 Aug 2024 11:59:48 +0100 Subject: [PATCH] fix: update repository URL --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8197109..da7649d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *** -[![Known Vulnerabilities](https://snyk.io/test/github/snyk-tech-services/snyk-request-manager/badge.svg)](https://snyk.io/test/github/snyk-tech-services/snyk-request-manager) +[![Known Vulnerabilities](https://snyk.io/test/github/snyk-labs/snyk-request-manager/badge.svg)](https://snyk.io/test/github/snyk-labs/snyk-request-manager) [![Actively Maintained](https://img.shields.io/badge/Maintenance%20Level-Actively%20Maintained-green.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d) Snyk helps you find, fix and monitor for known vulnerabilities in your dependencies, both on an ad hoc basis and as part of your CI (Build) system. diff --git a/package.json b/package.json index 3295a5f..24567a1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "types": "./dist/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/snyk-tech-services/snyk-request-manager" + "url": "https://github.com/snyk-labs/snyk-request-manager" }, "author": "Snyk Tech Services", "license": "Apache-2.0", @@ -30,7 +30,7 @@ "bin", "dist" ], - "homepage": "https://github.com/snyk-tech-services/snyk-request-manager#readme", + "homepage": "https://github.com/snyk-labs/snyk-request-manager#readme", "dependencies": { "@snyk/configstore": "^3.2.0-rc1", "@types/babel__traverse": "7.17.1",