1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 22:15:30 +00:00

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 e1926dbc57
commit 625e613b07
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"
}
}