From 45d8c63e3842dbfc0ef9567f4764951e6be0206e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Aug 2024 18:27:39 +0000 Subject: [PATCH] fix: playground/resolve/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ES5EXT-6095076 --- playground/resolve/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/resolve/package.json b/playground/resolve/package.json index d7e5f07b17f845..c64558355eb9f1 100644 --- a/playground/resolve/package.json +++ b/playground/resolve/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@babel/runtime": "^7.20.6", - "es5-ext": "0.10.62", + "es5-ext": "0.10.63", "normalize.css": "^8.0.1", "@vitejs/test-require-pkg-with-module-field": "link:./require-pkg-with-module-field", "@vitejs/test-resolve-browser-field": "link:./browser-field",