diff --git a/package-lock.json b/package-lock.json index 04a33eeee3..8a1c60cfcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9057,9 +9057,9 @@ "dev": true }, "js-beautify": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.13.1.tgz", - "integrity": "sha512-RGc3cSmQR3xPzTtIFAMwHK0R84MwDNpxpZgoQGySGdzShfNjBjHXqz99kMFwXDGlMSFVJVlsUXBFfqKUzJbzUg==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.13.5.tgz", + "integrity": "sha512-MsXlH6Z/BiRYSkSRW3clNDqDjSpiSNOiG8xYVUBXt4k0LnGvDhlTGOlHX1VFtAdoLmtwjxMG5qiWKy/g+Ipv5w==", "requires": { "config-chain": "^1.1.12", "editorconfig": "^0.15.3", diff --git a/package.json b/package.json index c28aeee8de..1daa3b8b86 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "history": "4.10.1", "immutable": "4.0.0-rc.9", "immutable-devtools": "0.1.5", - "js-beautify": "1.13.1", + "js-beautify": "1.13.5", "json-file-plus": "3.2.0", "package-json": "6.5.0", "parse": "^3.1.0",