diff --git a/package-lock.json b/package-lock.json index 421e8ba1..dd69585a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1453,9 +1453,9 @@ } }, "@babel/runtime-corejs2": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.11.0.tgz", - "integrity": "sha512-vFaGjzMzlDF4FUWvYBHGM/+nLwIzyf9mFfsU+1KcCGmS6S5/bVENENZ3Kq6BEJnbeMZut9qq72wuNhTvIQoNiA==", + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.11.1.tgz", + "integrity": "sha512-qrrTRaz8NIzJTFngBdKnnZoObHVm2kbgEBWi503C/qlnhpMNwx5VEgtvnBI8k+5rWbZkRSoolY2PqZTS70vFtQ==", "requires": { "core-js": "^2.6.5", "regenerator-runtime": "^0.13.4" diff --git a/package.json b/package.json index 5f372b5f..fe2c39b5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "ux": "build/lib/bin/ux.js" }, "dependencies": { - "@babel/runtime-corejs2": "7.11.0", + "@babel/runtime-corejs2": "7.11.1", "@types/animejs": "3.1.1", "@types/color": "3.0.1", "@types/fs-extra": "9.0.1",