mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +02: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:
parent
336a34b95a
commit
da2d69b9c1
2 changed files with 4 additions and 4 deletions
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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue