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:
6
gradle/package-lock.json
generated
6
gradle/package-lock.json
generated
@@ -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=="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,6 +17,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/google/nomulus#readme",
|
||||
"dependencies": {
|
||||
"google-closure-library": "20190121.0.0"
|
||||
"google-closure-library": "20190325.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user