From 489ca890276a96853c95c788a502430f370df980 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Jul 2024 07:42:59 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUIREJS-7414192 - https://snyk.io/vuln/SNYK-JS-REQUIREJS-7417994 - https://snyk.io/vuln/SNYK-JS-REQUIREJS-5416713 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 534c08b4..f1d2aa85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "localforage": "^1.5.0", "pako": "^1.0.6", "require-from-string": "^1.2.1", - "requirejs": "^2.3.5", + "requirejs": "^2.3.7", "smooth-scrollbar": "^7.4.1", "text-encoding": "^0.6.4", "thenby": "^1.2.3", @@ -1085,9 +1085,10 @@ } }, "node_modules/requirejs": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/requirejs/-/requirejs-2.3.6.tgz", - "integrity": "sha512-ipEzlWQe6RK3jkzikgCupiTbTvm4S0/CAU5GlgptkN5SO6F3u0UD0K18wy6ErDqiCyP4J4YYe1HuAShvsxePLg==", + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/requirejs/-/requirejs-2.3.7.tgz", + "integrity": "sha512-DouTG8T1WanGok6Qjg2SXuCMzszOo0eHeH9hDZ5Y4x8Je+9JB38HdTLT4/VA8OaUhBa0JPVHJ0pyBkM1z+pDsw==", + "license": "MIT", "bin": { "r_js": "bin/r.js", "r.js": "bin/r.js" diff --git a/package.json b/package.json index 74974386..a4dd8889 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "localforage": "^1.5.0", "pako": "^1.0.6", "require-from-string": "^1.2.1", - "requirejs": "^2.3.5", + "requirejs": "^2.3.7", "smooth-scrollbar": "^7.4.1", "text-encoding": "^0.6.4", "thenby": "^1.2.3",