diff --git a/package-lock.json b/package-lock.json index d2e75db..aca7989 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1279,9 +1279,9 @@ "dev": true }, "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", + "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -3498,9 +3498,9 @@ } }, "lookpath": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/lookpath/-/lookpath-1.1.0.tgz", - "integrity": "sha512-B9NM7XpVfkyWqfOBI/UW0kVhGw7pJztsduch+1wkbYDi90mYK6/InFul3lG0hYko/VEcVMARVBJ5daFRc5aKCw==" + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/lookpath/-/lookpath-1.2.0.tgz", + "integrity": "sha512-cUl+R2bGJcSJiHLVKzGHRTYTBhudbHIgd7s63gfGHteaz0BBKEEz2yw2rgbxZAFze92KlbkiWzL1ylYOmqIPVA==" }, "lowercase-keys": { "version": "2.0.0", @@ -3664,9 +3664,9 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "mustache": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.1.0.tgz", - "integrity": "sha512-0FsgP/WVq4mKyjolIyX+Z9Bd+3WS8GOwoUTyKXT5cTYMGeauNTi2HPCwERqseC1IHAy0Z7MDZnJBfjabd4O8GQ==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz", + "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==" }, "nanomatch": { "version": "1.2.13", @@ -4964,9 +4964,9 @@ "dev": true }, "systeminformation": { - "version": "4.34.10", - "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-4.34.10.tgz", - "integrity": "sha512-mm8DcIEFp0o1m4fgCFIV2LKAxS3q8ESWNplOqI7+vpPtzeiXoNyPGosoWorwBF/HcTPJGl6UWtJKtu0PjgZxSg==" + "version": "4.34.20", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-4.34.20.tgz", + "integrity": "sha512-KyT3TFxs14x9CvSbNukbBq2DIjhuLHXkBjZ6Pqllnzqt3ERxDdC6SwIBiKnXeMq6NAOfx1Dp9PjPtXtnIFuAow==" }, "tar": { "version": "6.1.0", diff --git a/package.json b/package.json index 36024ce..0a7d82c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/ottomatica/bakerx#readme", "dependencies": { - "chalk": "^4.1.0", + "chalk": "^4.1.1", "follow-redirects": "^1.13.2", "fs-extra": "^9.1.0", "got": "^11.8.1",