From b297a3e6a930aa1b4e2538e8bcf49f2794c0202d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 18:43:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e11218f62..b776722a2 100644 --- a/package.json +++ b/package.json @@ -61,10 +61,10 @@ "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^7.0.5", - "@semantic-release/npm": "^7.0.5", + "@semantic-release/npm": "^10.0.0", "@semantic-release/release-notes-generator": "^9.0.1", "@tanstack/react-table": "^8.10.1", - "@testing-library/jest-dom": "^5.16.3", + "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^13.2.0", "@testing-library/react-hooks": "^8.0.0", "@types/chart.js": "^2.9.37", @@ -111,7 +111,7 @@ "long": "^5.2.1", "moment": "^2.29.4", "morgan": "^1.10.0", - "msw": "^1.3.2", + "msw": "^2.2.0", "node-polyfill-webpack-plugin": "^2.0.1", "nodemon": "^2.0.19", "parse5": "^7.1.2",