From cfa77d9f060b251aece982dd30ff68b9b0f86a20 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Sep 2023 00:52:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-PARSEURL-3023021 - https://snyk.io/vuln/SNYK-JS-PARSEURL-3024398 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e19efa8d0a3bb..5e74ea0a5c11c 100644 --- a/package.json +++ b/package.json @@ -184,7 +184,7 @@ "jest-canvas-mock": "2.3.0", "jest-date-mock": "1.0.8", "jest-matcher-utils": "26.0.0", - "lerna": "^4.0.0", + "lerna": "^5.5.2", "lint-staged": "10.0.7", "mini-css-extract-plugin": "2.2.0", "mocha": "7.0.1", @@ -192,7 +192,7 @@ "mutationobserver-shim": "0.3.3", "ngtemplate-loader": "2.1.0", "nodemon": "2.0.2", - "pa11y-ci": "pa11y/pa11y-ci#5c842cf1b9fe2867b70ff5354851d985be8d71c4", + "pa11y-ci": "3.0.0", "postcss": "8.3.6", "postcss-loader": "6.1.1", "postcss-reporter": "7.0.2",