diff options
author | Vitaly Takmazov | 2019-05-22 09:28:41 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | ced70f6e2cba80fa2adcc3a0301861a7c2b6d3c0 (patch) | |
tree | 4fdf56d3e6d9991fb49d176bf6bb4bf089a2d508 | |
parent | b343e22805d5b16ed1366d9fe7874f107ef78396 (diff) |
update deps
-rw-r--r-- | vnext/package.json | 2 | ||||
-rw-r--r-- | vnext/yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/vnext/package.json b/vnext/package.json index 08125e95..f1cd5064 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -78,7 +78,7 @@ }, "dependencies": { "axios": "^0.18.0", - "core-js": "^3.1.1", + "core-js": "^3.1.2", "moment": "^2.24.0", "qs": "^6.7.0", "react": "16.8.6", diff --git a/vnext/yarn.lock b/vnext/yarn.lock index 9cff5e64..c2634324 100644 --- a/vnext/yarn.lock +++ b/vnext/yarn.lock @@ -2862,10 +2862,10 @@ core-js@^1.0.0: resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636" integrity sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY= -core-js@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.1.1.tgz#502ba6e7c15300de20a372b390f9fc9039db76f2" - integrity sha512-OddJJmAMN6czmPEtp1ScHFWq4RXzH1iWJFGL8CZ6UcopeBzCMjo4Slv0UoLW2hhny1/wsDowm6xCmBCWQ1azkA== +core-js@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.1.2.tgz#2549a2cfb3ca1a5d851c9f7838e8b282cef2f3ba" + integrity sha512-3poRGjbu56leCtZCZCzCgQ7GcKOflDFnjWIepaPFUsM0IXUBrne10sl3aa2Bkcz3+FjRdIxBe9dAMhIJmEnQNA== core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2" |