From 222e9a4aa2f362ec635e43b4e8053a614d11434e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 May 2024 02:01:01 +0000 Subject: [PATCH] fix: test/fixtures/postject-copy/node_modules/postject/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 --- test/fixtures/postject-copy/node_modules/postject/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/postject-copy/node_modules/postject/package.json b/test/fixtures/postject-copy/node_modules/postject/package.json index bbf82a5f461292..74b4d8027646b0 100644 --- a/test/fixtures/postject-copy/node_modules/postject/package.json +++ b/test/fixtures/postject-copy/node_modules/postject/package.json @@ -40,6 +40,6 @@ "prettier": "^2.7.1", "rimraf": "^3.0.2", "tempy": "^3.0.0", - "zx": "^7.1.1" + "zx": "^8.0.0" } }