Upgrade the version of google-closure-library that we use in NPM

This is the version that's available in internal Artifactory.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=246392223
This commit is contained in:
gbrodman 2019-05-02 14:34:26 -07:00 committed by jianglai
parent 336a34b95a
commit da2d69b9c1
2 changed files with 4 additions and 4 deletions

View file

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"google-closure-library": {
"version": "20190121.0.0",
"resolved": "https://registry.npmjs.org/google-closure-library/-/google-closure-library-20190121.0.0.tgz",
"integrity": "sha512-HkgqoXznjlx375vAYYQDS4Tt+ErrBNZ4D+mSev/8Pd/HlvmADX0CFuiDjZ/mk3ku474kgDoxUwi87O+siENn7w=="
"version": "20190325.0.0",
"resolved": "https://registry.npmjs.org/google-closure-library/-/google-closure-library-20190325.0.0.tgz",
"integrity": "sha512-B+Cdh2c3BbvSIONufK3yU/yKwhm7vxaqrAvxIBo3JmUAhA3WQPRSculbJPKC4ca7b/pjlsIR76KDpVqVrJd4dg=="
}
}
}

View file

@ -17,6 +17,6 @@
},
"homepage": "https://github.com/google/nomulus#readme",
"dependencies": {
"google-closure-library": "20190121.0.0"
"google-closure-library": "20190325.0.0"
}
}