Skip to content

Commit 79c05f4

Browse files
Bump @babel/core from 7.17.7 to 7.17.10
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.7 to 7.17.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.17.10/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dfec0b9 commit 79c05f4

File tree

2 files changed

+54
-43
lines changed

2 files changed

+54
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"repository": "meilisearch/docs-searchbar.js",
3434
"devDependencies": {
3535
"@babel/cli": "^7.17.10",
36-
"@babel/core": "^7.17.7",
36+
"@babel/core": "^7.17.10",
3737
"@babel/preset-env": "^7.17.10",
3838
"@babel/register": "^7.17.7",
3939
"autoprefixer": "^9.8.8",

yarn.lock

Lines changed: 53 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -44,35 +44,35 @@
4444
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
4545
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
4646

47-
"@babel/core@^7.1.0", "@babel/core@^7.17.7", "@babel/core@^7.7.5":
48-
version "7.17.7"
49-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.7.tgz#f7c28228c83cdf2dbd1b9baa06eaf9df07f0c2f9"
50-
integrity sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ==
47+
"@babel/core@^7.1.0", "@babel/core@^7.17.10", "@babel/core@^7.7.5":
48+
version "7.17.10"
49+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.10.tgz#74ef0fbf56b7dfc3f198fc2d927f4f03e12f4b05"
50+
integrity sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==
5151
dependencies:
5252
"@ampproject/remapping" "^2.1.0"
5353
"@babel/code-frame" "^7.16.7"
54-
"@babel/generator" "^7.17.7"
55-
"@babel/helper-compilation-targets" "^7.17.7"
54+
"@babel/generator" "^7.17.10"
55+
"@babel/helper-compilation-targets" "^7.17.10"
5656
"@babel/helper-module-transforms" "^7.17.7"
57-
"@babel/helpers" "^7.17.7"
58-
"@babel/parser" "^7.17.7"
57+
"@babel/helpers" "^7.17.9"
58+
"@babel/parser" "^7.17.10"
5959
"@babel/template" "^7.16.7"
60-
"@babel/traverse" "^7.17.3"
61-
"@babel/types" "^7.17.0"
60+
"@babel/traverse" "^7.17.10"
61+
"@babel/types" "^7.17.10"
6262
convert-source-map "^1.7.0"
6363
debug "^4.1.0"
6464
gensync "^1.0.0-beta.2"
65-
json5 "^2.1.2"
65+
json5 "^2.2.1"
6666
semver "^6.3.0"
6767

68-
"@babel/generator@^7.17.3", "@babel/generator@^7.17.7":
69-
version "7.17.7"
70-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad"
71-
integrity sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==
68+
"@babel/generator@^7.17.10":
69+
version "7.17.10"
70+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.10.tgz#c281fa35b0c349bbe9d02916f4ae08fc85ed7189"
71+
integrity sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==
7272
dependencies:
73-
"@babel/types" "^7.17.0"
73+
"@babel/types" "^7.17.10"
74+
"@jridgewell/gen-mapping" "^0.1.0"
7475
jsesc "^2.5.1"
75-
source-map "^0.5.0"
7676

7777
"@babel/helper-annotate-as-pure@^7.16.7":
7878
version "7.16.7"
@@ -89,7 +89,7 @@
8989
"@babel/helper-explode-assignable-expression" "^7.16.7"
9090
"@babel/types" "^7.16.7"
9191

92-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10", "@babel/helper-compilation-targets@^7.17.7":
92+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10":
9393
version "7.17.10"
9494
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz#09c63106d47af93cf31803db6bc49fef354e2ebe"
9595
integrity sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==
@@ -334,13 +334,13 @@
334334
"@babel/traverse" "^7.16.8"
335335
"@babel/types" "^7.16.8"
336336

337-
"@babel/helpers@^7.17.7":
338-
version "7.17.7"
339-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.7.tgz#6fc0a24280fd00026e85424bbfed4650e76d7127"
340-
integrity sha512-TKsj9NkjJfTBxM7Phfy7kv6yYc4ZcOo+AaWGqQOKTPDOmcGkIFb5xNA746eKisQkm4yavUYh4InYM9S+VnO01w==
337+
"@babel/helpers@^7.17.9":
338+
version "7.17.9"
339+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.9.tgz#b2af120821bfbe44f9907b1826e168e819375a1a"
340+
integrity sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==
341341
dependencies:
342342
"@babel/template" "^7.16.7"
343-
"@babel/traverse" "^7.17.3"
343+
"@babel/traverse" "^7.17.9"
344344
"@babel/types" "^7.17.0"
345345

346346
"@babel/highlight@^7.10.4":
@@ -361,10 +361,10 @@
361361
chalk "^2.0.0"
362362
js-tokens "^4.0.0"
363363

364-
"@babel/parser@^7.1.0", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.17.7", "@babel/parser@^7.7.0":
365-
version "7.17.7"
366-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.7.tgz#fc19b645a5456c8d6fdb6cecd3c66c0173902800"
367-
integrity sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA==
364+
"@babel/parser@^7.1.0", "@babel/parser@^7.16.7", "@babel/parser@^7.17.10", "@babel/parser@^7.7.0":
365+
version "7.17.10"
366+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
367+
integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
368368

369369
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
370370
version "7.16.7"
@@ -990,19 +990,19 @@
990990
"@babel/parser" "^7.16.7"
991991
"@babel/types" "^7.16.7"
992992

993-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.0":
994-
version "7.17.3"
995-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
996-
integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
993+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.10", "@babel/traverse@^7.17.3", "@babel/traverse@^7.17.9", "@babel/traverse@^7.7.0":
994+
version "7.17.10"
995+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.10.tgz#1ee1a5ac39f4eac844e6cf855b35520e5eb6f8b5"
996+
integrity sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw==
997997
dependencies:
998998
"@babel/code-frame" "^7.16.7"
999-
"@babel/generator" "^7.17.3"
999+
"@babel/generator" "^7.17.10"
10001000
"@babel/helper-environment-visitor" "^7.16.7"
1001-
"@babel/helper-function-name" "^7.16.7"
1001+
"@babel/helper-function-name" "^7.17.9"
10021002
"@babel/helper-hoist-variables" "^7.16.7"
10031003
"@babel/helper-split-export-declaration" "^7.16.7"
1004-
"@babel/parser" "^7.17.3"
1005-
"@babel/types" "^7.17.0"
1004+
"@babel/parser" "^7.17.10"
1005+
"@babel/types" "^7.17.10"
10061006
debug "^4.1.0"
10071007
globals "^11.1.0"
10081008

@@ -1299,11 +1299,24 @@
12991299
"@types/yargs" "^16.0.0"
13001300
chalk "^4.0.0"
13011301

1302+
"@jridgewell/gen-mapping@^0.1.0":
1303+
version "0.1.1"
1304+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996"
1305+
integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==
1306+
dependencies:
1307+
"@jridgewell/set-array" "^1.0.0"
1308+
"@jridgewell/sourcemap-codec" "^1.4.10"
1309+
13021310
"@jridgewell/resolve-uri@^3.0.3":
13031311
version "3.0.5"
13041312
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c"
13051313
integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==
13061314

1315+
"@jridgewell/set-array@^1.0.0":
1316+
version "1.1.1"
1317+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.1.tgz#36a6acc93987adcf0ba50c66908bd0b70de8afea"
1318+
integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==
1319+
13071320
"@jridgewell/sourcemap-codec@^1.4.10":
13081321
version "1.4.11"
13091322
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
@@ -5208,12 +5221,10 @@ json5@^1.0.1:
52085221
dependencies:
52095222
minimist "^1.2.0"
52105223

5211-
json5@^2.1.2:
5212-
version "2.2.0"
5213-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
5214-
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
5215-
dependencies:
5216-
minimist "^1.2.5"
5224+
json5@^2.1.2, json5@^2.2.1:
5225+
version "2.2.1"
5226+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
5227+
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
52175228

52185229
jsonfile@^6.0.1:
52195230
version "6.1.0"
@@ -7164,7 +7175,7 @@ source-map-url@^0.4.0:
71647175
resolved "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz"
71657176
integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==
71667177

7167-
source-map@^0.5.0, source-map@^0.5.6:
7178+
source-map@^0.5.6:
71687179
version "0.5.7"
71697180
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
71707181
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=

0 commit comments

Comments
 (0)