diff --git a/code/Section-11-Using-Webpack-with-TypeScript/156-Adding-a-Production-Workflow/package-lock.json b/code/Section-11-Using-Webpack-with-TypeScript/156-Adding-a-Production-Workflow/package-lock.json index 01fec84..a9b37db 100644 --- a/code/Section-11-Using-Webpack-with-TypeScript/156-Adding-a-Production-Workflow/package-lock.json +++ b/code/Section-11-Using-Webpack-with-TypeScript/156-Adding-a-Production-Workflow/package-lock.json @@ -3522,9 +3522,9 @@ "dev": true }, "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dev": true, "requires": { "minimist": "^1.2.0"