From d01b598b147d2b88cb82beffb5f85c31e9a14230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2020 18:17:28 +0000 Subject: [PATCH] Bump google-closure-library in /static/blockly Bumps [google-closure-library](https://github.com/google/closure-library) from 20190121.0.0 to 20200830.0.0. - [Release notes](https://github.com/google/closure-library/releases) - [Commits](https://github.com/google/closure-library/compare/v20190121...v20200830) Signed-off-by: dependabot[bot] --- static/blockly/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/blockly/package.json b/static/blockly/package.json index b94f0bc..b0cc8e5 100644 --- a/static/blockly/package.json +++ b/static/blockly/package.json @@ -27,7 +27,7 @@ "devDependencies": { "eslint": "^5.13.0", "google-closure-compiler": "^20190121.0.0", - "google-closure-library": "^20190121.0.0", + "google-closure-library": "^20200830.0.0", "gulp": "^3.9.1", "gulp-concat": "^2.6.1", "gulp-insert": "^0.5.0",