Upgrade dependant package in npm-shrinkwrap for es5-shim
According to https://github.com/es-shims/es5-shim/issues/280 4.0.5 is almost identical and includes proper minified versions that 4.0.3 should have included. This isn't the best solution, but should unbreak our builds for the time being. Ideally we should re-shrinkwrap this with proper versions, but it seems there are some issues doing that at this point. This should be a good stopgap. fixes gh-791 Change-Id: Id56cff056a025ac8dbf69e6b6d216bc644ed73b6 Reviewed-on: https://gerrit.instructure.com/75059 Reviewed-by: Dan Minkevitch <dan@instructure.com> Product-Review: Dan Minkevitch <dan@instructure.com> QA-Review: Cody Cutrer <cody@instructure.com> Tested-by: Cody Cutrer <cody@instructure.com>
This commit is contained in:
parent
3b54773806
commit
9822ee4194
|
@ -1145,9 +1145,9 @@
|
|||
}
|
||||
},
|
||||
"es5-shim": {
|
||||
"version": "4.0.3",
|
||||
"from": "https://registry.npmjs.org/es5-shim/-/es5-shim-4.0.3.tgz",
|
||||
"resolved": "https://registry.npmjs.org/es5-shim/-/es5-shim-4.0.3.tgz"
|
||||
"version": "4.0.5",
|
||||
"from": "https://registry.npmjs.org/es5-shim/-/es5-shim-4.0.5.tgz",
|
||||
"resolved": "https://registry.npmjs.org/es5-shim/-/es5-shim-4.0.5.tgz"
|
||||
},
|
||||
"jasmine-core": {
|
||||
"version": "2.0.4",
|
||||
|
|
Loading…
Reference in New Issue