From 1ee5f92ccc4d23f12d209b4e4fc30d0493366997 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Feb 2024 15:10:36 +0000 Subject: [PATCH] fix: dmreactplugin/package.json & dmreactplugin/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YARN-6227561 --- dmreactplugin/package-lock.json | 16 ++++++++-------- dmreactplugin/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dmreactplugin/package-lock.json b/dmreactplugin/package-lock.json index abb6874b0..c47091cbf 100644 --- a/dmreactplugin/package-lock.json +++ b/dmreactplugin/package-lock.json @@ -15,7 +15,7 @@ "react-icons": "^4.2.0", "react-modal": "^3.14.3", "react-redux": "^7.2.3", - "react-scripts": "^5.0.0", + "react-scripts": "5.0.0", "react-tooltip": "^4.2.21", "reactstrap": "^8.10.0", "redux": "^4.1.1", @@ -24,7 +24,7 @@ "redux-thunk": "^2.3.0", "single-spa-react": "^4.3.1", "styled-components": "^5.3.1", - "yarn": "^1.22.11" + "yarn": "^1.22.13" }, "devDependencies": { "@babel/core": "^7.15.0", @@ -18805,9 +18805,9 @@ } }, "node_modules/yarn": { - "version": "1.22.11", - "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.11.tgz", - "integrity": "sha512-AWje4bzqO9RUn3sdnM5N8n4ZJ0BqCc/kqFJvpOI5/EVkINXui0yuvU7NDCEF//+WaxHuNay2uOHxA4+tq1P3cg==", + "version": "1.22.13", + "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.13.tgz", + "integrity": "sha512-G8qG4t7Ef5cLVpzbM3HWWsow4hpfeSCfKtMnjfERmp9V5qSCOKz0uGAIQCM/x3gWfCzH8Bvb4hl3ZfhG/XD1Jg==", "hasInstallScript": true, "bin": { "yarn": "bin/yarn.js", @@ -32390,9 +32390,9 @@ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==" }, "yarn": { - "version": "1.22.11", - "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.11.tgz", - "integrity": "sha512-AWje4bzqO9RUn3sdnM5N8n4ZJ0BqCc/kqFJvpOI5/EVkINXui0yuvU7NDCEF//+WaxHuNay2uOHxA4+tq1P3cg==" + "version": "1.22.13", + "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.13.tgz", + "integrity": "sha512-G8qG4t7Ef5cLVpzbM3HWWsow4hpfeSCfKtMnjfERmp9V5qSCOKz0uGAIQCM/x3gWfCzH8Bvb4hl3ZfhG/XD1Jg==" }, "yocto-queue": { "version": "0.1.0", diff --git a/dmreactplugin/package.json b/dmreactplugin/package.json index f2c009475..48f650b35 100644 --- a/dmreactplugin/package.json +++ b/dmreactplugin/package.json @@ -70,6 +70,6 @@ "redux-thunk": "^2.3.0", "single-spa-react": "^4.3.1", "styled-components": "^5.3.1", - "yarn": "^1.22.11" + "yarn": "^1.22.13" } }