diff --git a/package-lock.json b/package-lock.json index bb35ea59..7a19a610 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4840,9 +4840,9 @@ } }, "google-closure-compiler-js": { - "version": "20200112.0.0", - "resolved": "https://registry.npmjs.org/google-closure-compiler-js/-/google-closure-compiler-js-20200112.0.0.tgz", - "integrity": "sha512-xW47rSuiRaql6q1YN7+b3FXIW74b1nCcENVwm9cigw1H5gWoBMBJOmpZiXnjMfmYC+MALjPQ8giMzvSeP+2X5A==", + "version": "20200224.0.0", + "resolved": "https://registry.npmjs.org/google-closure-compiler-js/-/google-closure-compiler-js-20200224.0.0.tgz", + "integrity": "sha512-70VKN0kbnTRtu2dqxDjWZQGfEQIHj7b7oUUCsYPO5oEXCDfgxNc13oYUJXvrTONLRWlHCNl/I8FNrVOwZ3gY/g==", "dev": true }, "got": { diff --git a/package.json b/package.json index 692b88e7..875b1244 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "cheerio": "^1.0.0-rc.2", "eslint": "^6.1.0", "flow-bin": "^0.114.0", - "google-closure-compiler-js": "^20200112.0.0", + "google-closure-compiler-js": "^20200224.0.0", "gzip-size": "^5.1.1", "handlebars": "^4.1.2", "highlight.js": "^9.15.8",