diff --git a/package.json b/package.json index 3794af92..9fc249bf 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react-deep-force-update": "2.1.3", "react-dom": "17.0.2", "react-redux": "7.2.8", - "recast": "0.20.5", + "recast": "0.21.1", "redux": "4.1.2", "redux-thunk": "2.4.1", "reselect": "4.1.5", diff --git a/yarn.lock b/yarn.lock index e89502ea..b26bb2ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1661,6 +1661,13 @@ ast-types@0.14.2: dependencies: tslib "^2.0.1" +ast-types@0.15.2: + version "0.15.2" + resolved "https://registry.npmjs.org/ast-types/-/ast-types-0.15.2.tgz#39ae4809393c4b16df751ee563411423e85fb49d" + integrity sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg== + dependencies: + tslib "^2.0.1" + ast-util-plus@^0.7.1: version "0.7.1" resolved "https://registry.npmjs.org/ast-util-plus/-/ast-util-plus-0.7.1.tgz#5612e2f2af2ee127a8f6ac846520856f517c7c51" @@ -6704,7 +6711,17 @@ readdirp@~3.6.0: dependencies: picomatch "^2.2.1" -recast@0.20.5, recast@^0.20.4: +recast@0.21.1: + version "0.21.1" + resolved "https://registry.npmjs.org/recast/-/recast-0.21.1.tgz#9b3f4f68c1fe9c1513a1c02ff572fdef02231de2" + integrity sha512-PF61BHLaOGF5oIKTpSrDM6Qfy2d7DIx5qblgqG+wjqHuFH97OgAqBYFIJwEuHTrM6pQGT17IJ8D0C/jVu/0tig== + dependencies: + ast-types "0.15.2" + esprima "~4.0.0" + source-map "~0.6.1" + tslib "^2.0.1" + +recast@^0.20.4: version "0.20.5" resolved "https://registry.npmjs.org/recast/-/recast-0.20.5.tgz#8e2c6c96827a1b339c634dd232957d230553ceae" integrity sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ==