From b6cddafe711ef5f1313eb5b73da58fd8b0cf7188 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 16:33:15 +0000 Subject: [PATCH] fix: modules/openapi-generator/src/main/resources/php-laravel/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- .../src/main/resources/php-laravel/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openapi-generator/src/main/resources/php-laravel/package.json b/modules/openapi-generator/src/main/resources/php-laravel/package.json index 2c35181c9b14..0b6888548615 100644 --- a/modules/openapi-generator/src/main/resources/php-laravel/package.json +++ b/modules/openapi-generator/src/main/resources/php-laravel/package.json @@ -10,7 +10,7 @@ "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" }, "devDependencies": { - "axios": "^0.19", + "axios": "^1.6.0", "cross-env": "^7.0", "laravel-mix": "^5.0.1", "lodash": "^4.17.13",