react-app-polyfill 2.0.0 → 3.0.0-next.101

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-app-polyfill",
3
- "version": "2.0.0",
3
+ "version": "3.0.0-next.101+20edab48",
4
4
  "description": "Polyfills for various browsers including commonly used language features",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "url": "https://github.com/facebook/create-react-app/issues"
13
13
  },
14
14
  "engines": {
15
- "node": ">=10"
15
+ "node": ">=14"
16
16
  },
17
17
  "files": [
18
18
  "ie9.js",
@@ -21,12 +21,12 @@
21
21
  "stable.js"
22
22
  ],
23
23
  "dependencies": {
24
- "core-js": "^3.6.5",
24
+ "core-js": "^3.19.2",
25
25
  "object-assign": "^4.1.1",
26
26
  "promise": "^8.1.0",
27
27
  "raf": "^3.4.1",
28
- "regenerator-runtime": "^0.13.7",
29
- "whatwg-fetch": "^3.4.1"
28
+ "regenerator-runtime": "^0.13.9",
29
+ "whatwg-fetch": "^3.6.2"
30
30
  },
31
- "gitHead": "ed958938f642007645dd5ac3466db36202f8754e"
31
+ "gitHead": "20edab4894b301f6b90dad0f90a2f82c52a7ac66"
32
32
  }