Skip to content

Commit 1bff0ef

Browse files
fix(deps): update dependency recast to v0.23.11
1 parent 758983c commit 1bff0ef

File tree

5 files changed

+27
-14
lines changed

5 files changed

+27
-14
lines changed

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"fs-extra": "^9.1.0",
3535
"lodash": "^4.17.21",
3636
"prettier": "^2.8.8",
37-
"recast": "0.20.4",
37+
"recast": "0.23.11",
3838
"return-deep-diff": "0.4.0",
3939
"underscore.string": "^3.3.6"
4040
},

packages/data-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"randexp": "0.5.3",
7272
"randomstring": "1.3.0",
7373
"react-docgen": "6.0.4",
74-
"recast": "0.20.4",
74+
"recast": "0.23.11",
7575
"resolve": "^1.22.10",
7676
"semver": "^7.7.1",
7777
"send": "0.19.0",

packages/rewriter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"debug": "^4.3.4",
2121
"lodash": "^4.17.19",
2222
"parse5-html-rewriting-stream": "5.1.1",
23-
"recast": "0.20.4"
23+
"recast": "0.23.11"
2424
},
2525
"devDependencies": {
2626
"@cypress/request-promise": "^5.0.0",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"pluralize": "8.0.0",
113113
"pretty-bytes": "^5.6.0",
114114
"randomstring": "1.3.0",
115-
"recast": "0.20.4",
115+
"recast": "0.23.11",
116116
"resolve": "^1.22.10",
117117
"resolve-package-path": "4.0.3",
118118
"sanitize-filename": "1.6.3",

yarn.lock

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11122,17 +11122,24 @@ [email protected]:
1112211122
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.3.tgz#50da3f28d17bdbc7969a3a2d83a0e4a72ae755a7"
1112311123
integrity sha512-XTZ7xGML849LkQP86sWdQzfhwbt3YwIO6MqbX9mUNYY98VKaaVZP7YNNm70IpwecbkkxmfC5IYAzOQ/2p29zRA==
1112411124

11125-
[email protected], ast-types@^0.14.2:
11125+
ast-types@^0.13.4:
11126+
version "0.13.4"
11127+
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.4.tgz#ee0d77b343263965ecc3fb62da16e7222b2b6782"
11128+
integrity sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==
11129+
dependencies:
11130+
tslib "^2.0.1"
11131+
11132+
ast-types@^0.14.2:
1112611133
version "0.14.2"
1112711134
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.14.2.tgz#600b882df8583e3cd4f2df5fa20fa83759d4bdfd"
1112811135
integrity sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==
1112911136
dependencies:
1113011137
tslib "^2.0.1"
1113111138

11132-
ast-types@^0.13.4:
11133-
version "0.13.4"
11134-
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.4.tgz#ee0d77b343263965ecc3fb62da16e7222b2b6782"
11135-
integrity sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==
11139+
ast-types@^0.16.1:
11140+
version "0.16.1"
11141+
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.16.1.tgz#7a9da1617c9081bc121faafe91711b4c8bb81da2"
11142+
integrity sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==
1113611143
dependencies:
1113711144
tslib "^2.0.1"
1113811145

@@ -28020,14 +28027,15 @@ readdirp@~3.6.0:
2802028027
dependencies:
2802128028
picomatch "^2.2.1"
2802228029

28023-
recast@0.20.4:
28024-
version "0.20.4"
28025-
resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.4.tgz#db55983eac70c46b3fff96c8e467d65ffb4a7abc"
28026-
integrity sha512-6qLIBGGRcwjrTZGIiBpJVC/NeuXpogXNyRQpqU1zWPUigCphvApoCs9KIwDYh1eDuJ6dAFlQoi/QUyE5KQ6RBQ==
28030+
recast@0.23.11:
28031+
version "0.23.11"
28032+
resolved "https://registry.yarnpkg.com/recast/-/recast-0.23.11.tgz#8885570bb28cf773ba1dc600da7f502f7883f73f"
28033+
integrity sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA==
2802728034
dependencies:
28028-
ast-types "0.14.2"
28035+
ast-types "^0.16.1"
2802928036
esprima "~4.0.0"
2803028037
source-map "~0.6.1"
28038+
tiny-invariant "^1.3.3"
2803128039
tslib "^2.0.1"
2803228040

2803328041
rechoir@^0.6.2:
@@ -31371,6 +31379,11 @@ timm@^1.6.1:
3137131379
resolved "https://registry.yarnpkg.com/timm/-/timm-1.7.1.tgz#96bab60c7d45b5a10a8a4d0f0117c6b7e5aff76f"
3137231380
integrity sha512-IjZc9KIotudix8bMaBW6QvMuq64BrJWFs1+4V0lXwWGQZwH+LnX87doAYhem4caOEusRP9/g6jVDQmZ8XOk1nw==
3137331381

31382+
tiny-invariant@^1.3.3:
31383+
version "1.3.3"
31384+
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz#46680b7a873a0d5d10005995eb90a70d74d60127"
31385+
integrity sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==
31386+
3137431387
tiny-lr@^1.1.1:
3137531388
version "1.1.1"
3137631389
resolved "https://registry.yarnpkg.com/tiny-lr/-/tiny-lr-1.1.1.tgz#9fa547412f238fedb068ee295af8b682c98b2aab"

0 commit comments

Comments
 (0)