From c91db7a06a16c8c8b2b72099ec26cb141d00474d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Aug 2022 05:17:33 +0000 Subject: [PATCH] fix: packages/@uppy/companion/examples/serverless/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090599 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090600 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090601 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090602 --- packages/@uppy/companion/examples/serverless/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@uppy/companion/examples/serverless/package.json b/packages/@uppy/companion/examples/serverless/package.json index 5051ba185b..65b70426ca 100644 --- a/packages/@uppy/companion/examples/serverless/package.json +++ b/packages/@uppy/companion/examples/serverless/package.json @@ -2,7 +2,7 @@ "name": "uploader", "version": "1.0.0", "dependencies": { - "@uppy/companion": "^0.17.3", + "@uppy/companion": "^4.0.0", "aws-serverless-express": "^3.3.6", "body-parser": "^1.18.3", "compression": "^1.7.4",