From 0e06a8a602707451ea6b60bcaa7ca6bb4953db4d Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 13 Jan 2021 03:10:20 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/user/application_security/dependency_scanning/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/user/application_security/dependency_scanning/index.md') diff --git a/doc/user/application_security/dependency_scanning/index.md b/doc/user/application_security/dependency_scanning/index.md index 70f74492560..e62a45d72cd 100644 --- a/doc/user/application_security/dependency_scanning/index.md +++ b/doc/user/application_security/dependency_scanning/index.md @@ -490,7 +490,7 @@ ensure that it can reach your private repository. Here is an example configurati ### Referencing local dependencies using a path in JavaScript projects The [Retire.js](https://gitlab.com/gitlab-org/security-products/analyzers/retire.js) analyzer -doesn't support dependency references made with [local paths](https://docs.npmjs.com/files/package.json#local-paths) +doesn't support dependency references made with [local paths](https://docs.npmjs.com/cli/v6/configuring-npm/package-json#local-paths) in the `package.json` of JavaScript projects. The dependency scan outputs the following error for such references: -- cgit v1.2.1