Update es6-promise

The breaking change is in the auto-polyfill behaviour, but we use
`babel-plugin-es6-promise` so we don't use the auto-polyfill behaviour.
This commit is contained in:
Renée Kooi 2018-01-15 10:24:11 +01:00
parent 5ecde45a86
commit 4bf30db53f
No known key found for this signature in database
GPG key ID: 30516CF2A8E63718
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4930,9 +4930,9 @@
}
},
"es6-promise": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-3.2.1.tgz",
"integrity": "sha1-7FYjOGgDKQkgcXDDlEjiREndH8Q="
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.2.tgz",
"integrity": "sha512-LSas5vsuA6Q4nEdf9wokY5/AJYXry98i0IzXsv49rYsgDGDNDPbqAYR1Pe23iFxygfbGZNR/5VrHXBCh2BhvUQ=="
},
"es6-set": {
"version": "0.1.5",

View file

@ -104,7 +104,7 @@
"classnames": "^2.2.5",
"cuid": "^2.0.2",
"drag-drop": "2.13.2",
"es6-promise": "3.2.1",
"es6-promise": "^4.2.2",
"get-form-data": "^2.0.0",
"lodash.throttle": "4.1.1",
"mime-match": "^1.0.2",