diff --git a/package-lock.json b/package-lock.json index 84cc3cc..7fd05cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "favicons-webpack-plugin": "6.0.0", "js-yaml": "4.1.0", "npm-run-all": "4.1.5", - "prettier": "2.8.1", + "prettier": "2.8.2", "prettier-plugin-go-template": "0.0.13", "shx": "0.3.4", "svg-sprite": "2.0.2", @@ -3129,9 +3129,9 @@ } }, "node_modules/prettier": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.1.tgz", - "integrity": "sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==", + "version": "2.8.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.2.tgz", + "integrity": "sha512-BtRV9BcncDyI2tsuS19zzhzoxD8Dh8LiCx7j7tHzrkz8GFXAexeWFdi22mjE1d16dftH2qNaytVxqiRTGlMfpw==", "dev": true, "bin": { "prettier": "bin-prettier.js" diff --git a/package.json b/package.json index 612de67..33d9b1c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "favicons-webpack-plugin": "6.0.0", "js-yaml": "4.1.0", "npm-run-all": "4.1.5", - "prettier": "2.8.1", + "prettier": "2.8.2", "prettier-plugin-go-template": "0.0.13", "shx": "0.3.4", "svg-sprite": "2.0.2",