Merge pull request #4564 from google/dependabot/npm_and_yarn/develop/google-closure-compiler-20201207.0.0

Bump google-closure-compiler from 20201102.0.1 to 20201207.0.0
This commit is contained in:
Rachel Fenichel
2021-01-05 11:15:42 -08:00
committed by GitHub
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View File

@@ -3779,45 +3779,45 @@
}
},
"google-closure-compiler": {
"version": "20201102.0.1",
"resolved": "https://registry.npmjs.org/google-closure-compiler/-/google-closure-compiler-20201102.0.1.tgz",
"integrity": "sha512-Cz+1jOswH0MwMVPu1rRH1xD4KYuY5XW2ox5aXwqaAxevqmirhr36f8wgKPHuVRSovFejW640r6UFwyrOT6U0CA==",
"version": "20201207.0.0",
"resolved": "https://registry.npmjs.org/google-closure-compiler/-/google-closure-compiler-20201207.0.0.tgz",
"integrity": "sha512-s1aybrbHH4YP8PwsNOGeDZ7xF6y2wysz0DQAf0Ed8OGvg9itD4Pd+iaz+/UVBxBSTfGuik56GZ3JwpX0bA5ovw==",
"dev": true,
"requires": {
"chalk": "2.x",
"google-closure-compiler-java": "^20201102.0.1",
"google-closure-compiler-linux": "^20201102.0.1",
"google-closure-compiler-osx": "^20201102.0.1",
"google-closure-compiler-windows": "^20201102.0.1",
"google-closure-compiler-java": "^20201207.0.0",
"google-closure-compiler-linux": "^20201207.0.0",
"google-closure-compiler-osx": "^20201207.0.0",
"google-closure-compiler-windows": "^20201207.0.0",
"minimist": "1.x",
"vinyl": "2.x",
"vinyl-sourcemaps-apply": "^0.2.0"
}
},
"google-closure-compiler-java": {
"version": "20201102.0.1",
"resolved": "https://registry.npmjs.org/google-closure-compiler-java/-/google-closure-compiler-java-20201102.0.1.tgz",
"integrity": "sha512-pXJIlyqepHhih0HCbShkAZJyViIxdyd4V7MnCUZEXLIIlygw92e2dC+5XiONDQZgRlF93BPmWCy9jr7wYoW1hQ==",
"version": "20201207.0.0",
"resolved": "https://registry.npmjs.org/google-closure-compiler-java/-/google-closure-compiler-java-20201207.0.0.tgz",
"integrity": "sha512-aHS1Vkx/oENjTOKTeiM+ZhTvVFmwA9me2O1Gr5dxI+0EvNoBJ/zJ3QnPv2CQ22oDbHGKcpeyShZLwWMZiwws7g==",
"dev": true
},
"google-closure-compiler-linux": {
"version": "20201102.0.1",
"resolved": "https://registry.npmjs.org/google-closure-compiler-linux/-/google-closure-compiler-linux-20201102.0.1.tgz",
"integrity": "sha512-aRbyTGnQoFXchcpEFNrP1p/WIvYOgN3hYKI+MOHWkvwVJBY2P8gpb07hAigO8fj+QKD/SFCl+2pXP+JniWOEqw==",
"version": "20201207.0.0",
"resolved": "https://registry.npmjs.org/google-closure-compiler-linux/-/google-closure-compiler-linux-20201207.0.0.tgz",
"integrity": "sha512-XYuODjnODRFP5zu1PzxqJ8B6VK1xsqwwWX8Kd618BNMSsMae7w1UST4YRxuqkOjItBsFHqPIB+AZ3veRrkiu7A==",
"dev": true,
"optional": true
},
"google-closure-compiler-osx": {
"version": "20201102.0.1",
"resolved": "https://registry.npmjs.org/google-closure-compiler-osx/-/google-closure-compiler-osx-20201102.0.1.tgz",
"integrity": "sha512-VguqEAOYI6XYZN6JcLMP8fpsoXk1Z9YuntMjv0IDVydkbZaHYOI4zE39FJhMuWiN7gOzSX2b/BBC6GsSh1F3fw==",
"version": "20201207.0.0",
"resolved": "https://registry.npmjs.org/google-closure-compiler-osx/-/google-closure-compiler-osx-20201207.0.0.tgz",
"integrity": "sha512-y0dsV6/NmYhP1Hi5vbNk8JQ5hxpct0ZSU17UcCWeojNCVCjEmIoBv0CnySDDeNX1bdwjSUivwoMZlSxGAm+noA==",
"dev": true,
"optional": true
},
"google-closure-compiler-windows": {
"version": "20201102.0.1",
"resolved": "https://registry.npmjs.org/google-closure-compiler-windows/-/google-closure-compiler-windows-20201102.0.1.tgz",
"integrity": "sha512-LlynipQi/iP76mjkOu6Rc1mCRuxTAhRvLjq10aGfVjKwpbCAF0Jq2a5k2ygr4xYiINNi2/L2qUw6ObPm9wQCOw==",
"version": "20201207.0.0",
"resolved": "https://registry.npmjs.org/google-closure-compiler-windows/-/google-closure-compiler-windows-20201207.0.0.tgz",
"integrity": "sha512-BbxXsXBfQRxJqIoN5cRU1liJli9LepmL3qt4N5oWdHpx0Np3Ay9a7fwGQiC403D1HnlGUFtD07cHLZbrcyme7A==",
"dev": true,
"optional": true
},

View File

@@ -64,7 +64,7 @@
"concurrently": "^5.3.0",
"eslint": "^7.6.0",
"eslint-plugin-es5": "^1.5.0",
"google-closure-compiler": "^20201102.0.1",
"google-closure-compiler": "^20201207.0.0",
"google-closure-deps": "^20201102.0.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",