From fabaf82d335dcd2b8438175c83408f28bfd06bfd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Jul 2024 03:41:27 +0000 Subject: [PATCH] fix: fc-solve/site/wml/package.json & fc-solve/site/wml/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 --- fc-solve/site/wml/package-lock.json | 15 ++++++++------- fc-solve/site/wml/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/fc-solve/site/wml/package-lock.json b/fc-solve/site/wml/package-lock.json index f49592d4b..1f8e2dd02 100644 --- a/fc-solve/site/wml/package-lock.json +++ b/fc-solve/site/wml/package-lock.json @@ -39,7 +39,7 @@ "puppeteer": "^22.13.0", "qunit": "^2.21.0", "qunit-puppeteer": "github:shlomif/qunit-puppeteer", - "requirejs": "^2.3.6", + "requirejs": "^2.3.7", "rollup": "^4.18.1", "tap": "^21.0.0", "tar": "^7.4.0", @@ -12676,9 +12676,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" @@ -23982,9 +23983,9 @@ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" }, "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==" }, "resolve": { "version": "1.22.1", diff --git a/fc-solve/site/wml/package.json b/fc-solve/site/wml/package.json index 51174b543..362981799 100644 --- a/fc-solve/site/wml/package.json +++ b/fc-solve/site/wml/package.json @@ -38,7 +38,7 @@ "puppeteer": "^22.13.0", "qunit": "^2.21.0", "qunit-puppeteer": "github:shlomif/qunit-puppeteer", - "requirejs": "^2.3.6", + "requirejs": "^2.3.7", "rollup": "^4.18.1", "tap": "^21.0.0", "tar": "^7.4.0",