From 110f04af3dfad370d3dc15a7339c72abf27ef113 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 21:14:04 +0000 Subject: [PATCH] fix: examples/hugo/themes/ananke/src/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- examples/hugo/themes/ananke/src/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/hugo/themes/ananke/src/package.json b/examples/hugo/themes/ananke/src/package.json index 477d9a4fd2a..52c82327d41 100644 --- a/examples/hugo/themes/ananke/src/package.json +++ b/examples/hugo/themes/ananke/src/package.json @@ -14,19 +14,19 @@ "devDependencies": { "assets-webpack-plugin": "^3.5.1", "babel-core": "^6.24.1", - "babel-loader": "^7.0.0", + "babel-loader": "^8.2.4", "babel-preset-env": "^1.4.0", - "css-loader": "^0.28.0", + "css-loader": "^4.0.0", "cssnano": "^3.10.0", "extract-text-webpack-plugin": "^2.1.0", - "file-loader": "^0.11.1", + "file-loader": "^6.0.0", "postcss": "^5.2.16", "postcss-cssnext": "^2.10.0", "postcss-import": "^9.1.0", - "postcss-loader": "^1.3.3", - "style-loader": "^0.16.1", + "postcss-loader": "^4.0.0", + "style-loader": "^1.1.4", "tachyons": "^4.9.1", - "webpack": "^2.3.3" + "webpack": "^5.0.0" }, "dependencies": {} }