From 9ffc7a4f6020f8630bc71a3b745451cd040ffb10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 20:11:23 +0000 Subject: [PATCH] fix: examples/oauth2_consumer_implicit/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 --- examples/oauth2_consumer_implicit/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/oauth2_consumer_implicit/package.json b/examples/oauth2_consumer_implicit/package.json index 3f0c20a0d4b9bf..7d25fb0d3d489b 100644 --- a/examples/oauth2_consumer_implicit/package.json +++ b/examples/oauth2_consumer_implicit/package.json @@ -13,10 +13,10 @@ "license": "ISC", "dependencies": { "babel-core": "^6.23.1", - "babel-loader": "^6.3.2", + "babel-loader": "^8.2.4", "babel-preset-env": "^1.2.0", "http-server": "^0.9.0", "oauth2-implicit": "^0.7.0", - "webpack": "^2.2.1" + "webpack": "^5.0.0" } }