react-app-polyfill 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-app-polyfill",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Polyfills for various browsers including commonly used language features",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,12 +21,12 @@
21
21
  "stable.js"
22
22
  ],
23
23
  "dependencies": {
24
- "core-js": "^3.4.1",
24
+ "core-js": "^3.5.0",
25
25
  "object-assign": "^4.1.1",
26
26
  "promise": "^8.0.3",
27
27
  "raf": "^3.4.1",
28
28
  "regenerator-runtime": "^0.13.3",
29
29
  "whatwg-fetch": "^3.0.0"
30
30
  },
31
- "gitHead": "9a817dd0d780ec401afb1f99dbc0f3bdbcd51683"
31
+ "gitHead": "d7c68420f7ca1c03b50a2c6b9ecd9c7bf94a10f6"
32
32
  }