diff --git a/package-lock.json b/package-lock.json index b206202a..5a239a14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1389,9 +1389,9 @@ } }, "@babel/runtime-corejs2": { - "version": "7.13.9", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.13.9.tgz", - "integrity": "sha512-p6rtfkmJnAqFMVMgjtwhmfzj7S32BxdS2LtKKjCUNiOakFm8hro/vHwtVMEveYKjIsBPjoQiVMhelgs+FRDoLw==", + "version": "7.13.10", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.13.10.tgz", + "integrity": "sha512-rZw5P1ZewO6XZTDxtXuAuAFUqfNXyM8HO/9WiaDd34Anka0uFTpo0RvBLeV775AEE/zKw3LQB+poZw/O9lrZBg==", "requires": { "core-js": "^2.6.5", "regenerator-runtime": "^0.13.4" diff --git a/package.json b/package.json index 68ccd0be..e8e3f443 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "ux": "build/lib/bin/ux.js" }, "dependencies": { - "@babel/runtime-corejs2": "7.13.9", + "@babel/runtime-corejs2": "7.13.10", "@types/animejs": "3.1.2", "@types/color": "3.0.1", "@types/fs-extra": "9.0.8",