From 2660812afbf479888d2660936652f1a4aabbc8a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Apr 2021 08:56:59 +0000 Subject: [PATCH] fix: upgrade requirejs from 2.1.22 to 2.3.6 Snyk has created this PR to upgrade requirejs from 2.1.22 to 2.3.6. See this package in npm: https://www.npmjs.com/package/requirejs See this project in Snyk: https://app.snyk.io/org/cedriclombardot/project/fb1453f3-fd2c-42cf-ba30-0c0002e37779?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a92b16f..67f2daf 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "pwuid": "^1.0.2", "q": "^1.1.1", "qs": "^2.4.1", - "requirejs": "~2.1.15", + "requirejs": "~2.3.6", "run-sequence": "^1.0.2", "semver": "^4.1.0", "streamqueue": "^0.1.3",