updated core.js still working

This commit is contained in:
2019-11-28 16:36:35 +00:00
parent 188e2584a1
commit 32eda58dd5
2 changed files with 4 additions and 4 deletions

View File

@@ -6931,9 +6931,9 @@
}
},
"core-js": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.4.1.tgz",
"integrity": "sha512-KX/dnuY/J8FtEwbnrzmAjUYgLqtk+cxM86hfG60LGiW3MmltIc2yAmDgBgEkfm0blZhUrdr1Zd84J2Y14mLxzg=="
"version": "3.4.5",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.4.5.tgz",
"integrity": "sha512-OuvejWH6vIaUo59Ndlh89purNm4DCIy/v3QoYlcGnn+PkYI8BhNHfCuAESrWX+ZPfq9JccVJ+XXgOMy77PJexg=="
},
"core-js-compat": {
"version": "3.3.3",

View File

@@ -12,7 +12,7 @@
},
"dependencies": {
"@babel/polyfill": "^7.7.0",
"core-js": "^3.4.1",
"core-js": "^3.4.5",
"dayjs": "^1.8.17",
"jwt-decode": "^2.2.0",
"nprogress": "^0.2.0",