From a421e9f539f6bf7f289af4e51db5f875db69a85f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 04:34:44 +0000 Subject: [PATCH] fix: packages/generic-icon-splash-generate/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- packages/generic-icon-splash-generate/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/generic-icon-splash-generate/package.json b/packages/generic-icon-splash-generate/package.json index c408038..51d297d 100644 --- a/packages/generic-icon-splash-generate/package.json +++ b/packages/generic-icon-splash-generate/package.json @@ -25,7 +25,7 @@ "gulp-eslint": "^6.0.0", "gulp-if": "^3.0.0", "gulp-mocha": "^7.0.2", - "mocha": "^8.2.1", + "mocha": "^10.6.0", "nyc": "^15.1.0", "rimraf": "^3.0.2", "semantic-release": "^17.2.4",