From 0366908bdc05edb030c001faea17eb604d10355f Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 12 Dec 2022 15:13:57 +0100 Subject: [PATCH] chore(deps): update devdependencies (non-major) (#171) Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- package-lock.json | 22 +++++++++++----------- package.json | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index f250c3e..693abf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,12 +13,12 @@ "favicons-webpack-plugin": "6.0.0", "js-yaml": "4.1.0", "npm-run-all": "4.1.5", - "prettier": "2.8.0", + "prettier": "2.8.1", "prettier-plugin-go-template": "0.0.13", "shx": "0.3.4", "svg-sprite": "2.0.2", "webpack": "5.75.0", - "webpack-cli": "5.0.0", + "webpack-cli": "5.0.1", "webpack-favicons": "1.3.8" } }, @@ -3129,9 +3129,9 @@ } }, "node_modules/prettier": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.0.tgz", - "integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.1.tgz", + "integrity": "sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==", "dev": true, "bin": { "prettier": "bin-prettier.js" @@ -4336,15 +4336,15 @@ } }, "node_modules/webpack-cli": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-5.0.0.tgz", - "integrity": "sha512-AACDTo20yG+xn6HPW5xjbn2Be4KUzQPebWXsDMHwPPyKh9OnTOJgZN2Nc+g/FZKV3ObRTYsGvibAvc+5jAUrVA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-5.0.1.tgz", + "integrity": "sha512-S3KVAyfwUqr0Mo/ur3NzIp6jnerNpo7GUO6so51mxLi1spqsA17YcMXy0WOIJtBSnj748lthxC6XLbNKh/ZC+A==", "dev": true, "dependencies": { "@discoveryjs/json-ext": "^0.5.0", - "@webpack-cli/configtest": "^2.0.0", - "@webpack-cli/info": "^2.0.0", - "@webpack-cli/serve": "^2.0.0", + "@webpack-cli/configtest": "^2.0.1", + "@webpack-cli/info": "^2.0.1", + "@webpack-cli/serve": "^2.0.1", "colorette": "^2.0.14", "commander": "^9.4.1", "cross-spawn": "^7.0.3", diff --git a/package.json b/package.json index ab5ac83..612de67 100644 --- a/package.json +++ b/package.json @@ -25,12 +25,12 @@ "favicons-webpack-plugin": "6.0.0", "js-yaml": "4.1.0", "npm-run-all": "4.1.5", - "prettier": "2.8.0", + "prettier": "2.8.1", "prettier-plugin-go-template": "0.0.13", "shx": "0.3.4", "svg-sprite": "2.0.2", "webpack": "5.75.0", - "webpack-cli": "5.0.0", + "webpack-cli": "5.0.1", "webpack-favicons": "1.3.8" }, "overrides": {