Bump google-closure-deps from 20201102.0.1 to 20210106.0.0 (#4596)

Bumps [google-closure-deps](https://github.com/google/closure-library) from 20201102.0.1 to 20210106.0.0.
- [Release notes](https://github.com/google/closure-library/releases)
- [Commits](https://github.com/google/closure-library/commits/v20210106)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-01-25 13:07:42 -08:00
committed by GitHub
parent ee99aec820
commit ed2f58f05c
2 changed files with 5 additions and 4 deletions

7
package-lock.json generated
View File

@@ -3860,12 +3860,13 @@
"optional": true
},
"google-closure-deps": {
"version": "20201102.0.1",
"resolved": "https://registry.npmjs.org/google-closure-deps/-/google-closure-deps-20201102.0.1.tgz",
"integrity": "sha512-mJ0MfL4z7e/QNhtpRc0+5jlq8OYB7tO1WqkQqYUCUk9mZUSMhSgJgJkRqAx3akp/Ec/YHGx1dn1sXo27Yvu2NQ==",
"version": "20210106.0.0",
"resolved": "https://registry.npmjs.org/google-closure-deps/-/google-closure-deps-20210106.0.0.tgz",
"integrity": "sha512-RW6jLR4Ayhbzj56GKSWxtCmcLUm7CaRCUwIt5h1smuJQG7q+BxHRtAaZ9n8DwMKKdy+5ykaGWyaZHJ3heRSI0w==",
"dev": true,
"requires": {
"argparse": "^1.0.9",
"minimatch": "^3.0.4",
"yargs": "^12.0.2"
},
"dependencies": {

View File

@@ -70,7 +70,7 @@
"eslint": "^7.6.0",
"eslint-plugin-es5": "^1.5.0",
"google-closure-compiler": "^20210106.0.0",
"google-closure-deps": "^20201102.0.1",
"google-closure-deps": "^20210106.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-insert": "^0.5.0",