From c465481e97409a4c0fc5ab66ffc7cab16048ab59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Jul 2024 07:12:34 +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 7bab10b..e38674d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "load-grunt-tasks": "^5.1.0", "maxmin": "^4.0.0", "plato": "^1.7.0", - "requirejs": "^2.3.6", + "requirejs": "^2.3.7", "time-grunt": "^2.0.0" }, "devDependencies": { @@ -4940,9 +4940,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 72f7d5d..3f208ca 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "load-grunt-tasks": "^5.1.0", "maxmin": "^4.0.0", "plato": "^1.7.0", - "requirejs": "^2.3.6", + "requirejs": "^2.3.7", "time-grunt": "^2.0.0" }, "devDependencies": {