Skip to content

Commit 8fa7db7

Browse files
committed
chore(deps): update babel monorepo to v7.17.3
1 parent 76742d7 commit 8fa7db7

File tree

2 files changed

+31
-30
lines changed

2 files changed

+31
-30
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"react": "^16.3.0 || ^17.0.0-0"
5050
},
5151
"devDependencies": {
52-
"@babel/cli": "7.17.0",
53-
"@babel/core": "7.17.2",
52+
"@babel/cli": "7.17.3",
53+
"@babel/core": "7.17.3",
5454
"@babel/eslint-parser": "7.17.0",
5555
"@babel/preset-env": "7.16.11",
5656
"@babel/preset-react": "7.16.7",

yarn.lock

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22
# yarn lockfile v1
33

44

5-
"@ampproject/remapping@^2.0.0":
5+
"@ampproject/remapping@^2.1.0":
66
version "2.1.1"
77
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.1.tgz#7922fb0817bf3166d8d9e258c57477e3fd1c3610"
88
integrity sha512-Aolwjd7HSC2PyY0fDj/wA/EimQT4HfEnFYNp5s9CQlrdhyvWTtvZ5YzrUPu6R6/1jKiUlxu8bUhkdSnKHNAHMA==
99
dependencies:
1010
"@jridgewell/trace-mapping" "^0.3.0"
1111

12-
"@babel/[email protected].0":
13-
version "7.17.0"
14-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.17.0.tgz#9b932d8f08a2e218fcdd9bba456044eb0a2e0b2c"
15-
integrity sha512-es10YH/ejXbg551vtnmEzIPe3MQRNOS644o3pf8vUr1tIeNzVNlP8BBvs1Eh7roh5A+k2fEHUas+ZptOWHA1fQ==
12+
"@babel/[email protected].3":
13+
version "7.17.3"
14+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.17.3.tgz#0ccb93a348d0e3a4ff8776a63dbeefd329f7b3cc"
15+
integrity sha512-1+WRlh1IqLocOp122CLx4if345RSHMspwIZNJTlqG/GA46HVZC6p49N1kolfdd2/GOdr+tu4nScbAR3ACJ2ZiA==
1616
dependencies:
17+
"@jridgewell/trace-mapping" "^0.3.4"
1718
commander "^4.0.1"
1819
convert-source-map "^1.1.0"
1920
fs-readdir-recursive "^1.1.0"
@@ -37,20 +38,20 @@
3738
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.0.tgz#86850b8597ea6962089770952075dcaabb8dba34"
3839
integrity sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==
3940

40-
"@babel/[email protected].2", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
41-
version "7.17.2"
42-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.2.tgz#2c77fc430e95139d816d39b113b31bf40fb22337"
43-
integrity sha512-R3VH5G42VSDolRHyUO4V2cfag8WHcZyxdq5Z/m8Xyb92lW/Erm/6kM+XtRFGf3Mulre3mveni2NHfEUws8wSvw==
41+
"@babel/[email protected].3", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
42+
version "7.17.3"
43+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.3.tgz#6a6f7e9b5cc0182aef531b93cb5dde94071dc20d"
44+
integrity sha512-TolSoY0D/G6/e5bufjUK7wqQeHdcK4NbdxHg0hrhx/zN6boloG52oNpxbZuil/GqmAIz2qEnJ0s8ay24j2YwVg==
4445
dependencies:
45-
"@ampproject/remapping" "^2.0.0"
46+
"@ampproject/remapping" "^2.1.0"
4647
"@babel/code-frame" "^7.16.7"
47-
"@babel/generator" "^7.17.0"
48+
"@babel/generator" "^7.17.3"
4849
"@babel/helper-compilation-targets" "^7.16.7"
4950
"@babel/helper-module-transforms" "^7.16.7"
5051
"@babel/helpers" "^7.17.2"
51-
"@babel/parser" "^7.17.0"
52+
"@babel/parser" "^7.17.3"
5253
"@babel/template" "^7.16.7"
53-
"@babel/traverse" "^7.17.0"
54+
"@babel/traverse" "^7.17.3"
5455
"@babel/types" "^7.17.0"
5556
convert-source-map "^1.7.0"
5657
debug "^4.1.0"
@@ -67,10 +68,10 @@
6768
eslint-visitor-keys "^2.1.0"
6869
semver "^6.3.0"
6970

70-
"@babel/generator@^7.17.0", "@babel/generator@^7.7.2":
71-
version "7.17.0"
72-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.0.tgz#7bd890ba706cd86d3e2f727322346ffdbf98f65e"
73-
integrity sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw==
71+
"@babel/generator@^7.17.3", "@babel/generator@^7.7.2":
72+
version "7.17.3"
73+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200"
74+
integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==
7475
dependencies:
7576
"@babel/types" "^7.17.0"
7677
jsesc "^2.5.1"
@@ -292,10 +293,10 @@
292293
chalk "^2.0.0"
293294
js-tokens "^4.0.0"
294295

295-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.0":
296-
version "7.17.0"
297-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.0.tgz#f0ac33eddbe214e4105363bb17c3341c5ffcc43c"
298-
integrity sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==
296+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3":
297+
version "7.17.3"
298+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0"
299+
integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==
299300

300301
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
301302
version "7.16.7"
@@ -977,18 +978,18 @@
977978
"@babel/parser" "^7.16.7"
978979
"@babel/types" "^7.16.7"
979980

980-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.0", "@babel/traverse@^7.7.2":
981-
version "7.17.0"
982-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.0.tgz#3143e5066796408ccc880a33ecd3184f3e75cd30"
983-
integrity sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg==
981+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.2":
982+
version "7.17.3"
983+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
984+
integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
984985
dependencies:
985986
"@babel/code-frame" "^7.16.7"
986-
"@babel/generator" "^7.17.0"
987+
"@babel/generator" "^7.17.3"
987988
"@babel/helper-environment-visitor" "^7.16.7"
988989
"@babel/helper-function-name" "^7.16.7"
989990
"@babel/helper-hoist-variables" "^7.16.7"
990991
"@babel/helper-split-export-declaration" "^7.16.7"
991-
"@babel/parser" "^7.17.0"
992+
"@babel/parser" "^7.17.3"
992993
"@babel/types" "^7.17.0"
993994
debug "^4.1.0"
994995
globals "^11.1.0"
@@ -1235,7 +1236,7 @@
12351236
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
12361237
integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==
12371238

1238-
"@jridgewell/trace-mapping@^0.3.0":
1239+
"@jridgewell/trace-mapping@^0.3.0", "@jridgewell/trace-mapping@^0.3.4":
12391240
version "0.3.4"
12401241
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz#f6a0832dffd5b8a6aaa633b7d9f8e8e94c83a0c3"
12411242
integrity sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==

0 commit comments

Comments
 (0)