diff --git a/package.json b/package.json index 965991f85440..154e0b429aeb 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "devDependencies": { "@babel/core": "7.15.5", "@babel/preset-env": "7.15.4", - "@babel/types": "7.15.4", + "@babel/types": "7.15.6", "@glimmer/reference": "0.80.0", "@rollup/plugin-alias": "3.1.5", "@rollup/plugin-babel": "5.3.0", diff --git a/yarn.lock b/yarn.lock index b100d4955c8b..30ccbb436f0a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -911,10 +911,10 @@ debug "^4.1.0" globals "^11.1.0" -"@babel/types@7.15.4", "@babel/types@^7.0.0", "@babel/types@^7.15.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": - version "7.15.4" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.4.tgz#74eeb86dbd6748d2741396557b9860e57fce0a0d" - integrity sha512-0f1HJFuGmmbrKTCZtbm3cU+b/AqdEYk5toj5iQur58xkVMlS0JWaKxTBSmCXd47uiN7vbcozAupm6Mvs80GNhw== +"@babel/types@7.15.6", "@babel/types@^7.0.0", "@babel/types@^7.15.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": + version "7.15.6" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f" + integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig== dependencies: "@babel/helper-validator-identifier" "^7.14.9" to-fast-properties "^2.0.0"