Bump @babel/polyfill from 7.4.4 to 7.6.0 (#1229)

Bump @babel/polyfill from 7.4.4 to 7.6.0
This commit is contained in:
Julius Härtl
2019-09-10 18:15:43 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -862,9 +862,9 @@
} }
}, },
"@babel/polyfill": { "@babel/polyfill": {
"version": "7.4.4", "version": "7.6.0",
"resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.4.4.tgz", "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.6.0.tgz",
"integrity": "sha512-WlthFLfhQQhh+A2Gn5NSFl0Huxz36x86Jn+E9OW7ibK8edKPq+KLy4apM1yDpQ8kJOVi1OVjpP4vSDLdrI04dg==", "integrity": "sha512-q5BZJI0n/B10VaQQvln1IlDK3BTBJFbADx7tv+oXDPIDZuTo37H5Adb9jhlXm/fEN4Y7/64qD9mnrJJG7rmaTw==",
"requires": { "requires": {
"core-js": "^2.6.5", "core-js": "^2.6.5",
"regenerator-runtime": "^0.13.2" "regenerator-runtime": "^0.13.2"

View File

@@ -26,7 +26,7 @@
"test:coverage": "jest --coverage" "test:coverage": "jest --coverage"
}, },
"dependencies": { "dependencies": {
"@babel/polyfill": "^7.4.4", "@babel/polyfill": "^7.6.0",
"nextcloud-axios": "^0.2.1", "nextcloud-axios": "^0.2.1",
"nextcloud-server": "^0.15.10", "nextcloud-server": "^0.15.10",
"nextcloud-vue": "^0.12.3", "nextcloud-vue": "^0.12.3",