Skip to content

Commit a3d1808

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update all non-major dependencies to ^7.18.2
1 parent b1459b9 commit a3d1808

File tree

2 files changed

+65
-67
lines changed

2 files changed

+65
-67
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
},
4747
"devDependencies": {
4848
"@babel/cli": "^7.17.10",
49-
"@babel/core": "^7.18.0",
50-
"@babel/preset-env": "^7.18.0",
49+
"@babel/core": "^7.18.2",
50+
"@babel/preset-env": "^7.18.2",
5151
"@babel/preset-react": "^7.17.12",
5252
"babel-eslint": "^10.1.0",
5353
"babel-jest": "^27.5.1",

yarn.lock

+63-65
Original file line numberDiff line numberDiff line change
@@ -44,33 +44,33 @@
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.12.3", "@babel/core@^7.18.0", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
48-
version "7.18.0"
49-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.0.tgz#c58d04d7c6fbfb58ea7681e2b9145cfb62726756"
50-
integrity sha512-Xyw74OlJwDijToNi0+6BBI5mLLR5+5R3bcSH80LXzjzEGEUlvNzujEE71BaD/ApEZHAvFI/Mlmp4M5lIkdeeWw==
47+
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.18.2", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
48+
version "7.18.2"
49+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876"
50+
integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==
5151
dependencies:
5252
"@ampproject/remapping" "^2.1.0"
5353
"@babel/code-frame" "^7.16.7"
54-
"@babel/generator" "^7.18.0"
55-
"@babel/helper-compilation-targets" "^7.17.10"
54+
"@babel/generator" "^7.18.2"
55+
"@babel/helper-compilation-targets" "^7.18.2"
5656
"@babel/helper-module-transforms" "^7.18.0"
57-
"@babel/helpers" "^7.18.0"
57+
"@babel/helpers" "^7.18.2"
5858
"@babel/parser" "^7.18.0"
5959
"@babel/template" "^7.16.7"
60-
"@babel/traverse" "^7.18.0"
61-
"@babel/types" "^7.18.0"
60+
"@babel/traverse" "^7.18.2"
61+
"@babel/types" "^7.18.2"
6262
convert-source-map "^1.7.0"
6363
debug "^4.1.0"
6464
gensync "^1.0.0-beta.2"
6565
json5 "^2.2.1"
6666
semver "^6.3.0"
6767

68-
"@babel/generator@^7.18.0", "@babel/generator@^7.7.2":
69-
version "7.18.0"
70-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.0.tgz#46d28e8a18fc737b028efb25ab105d74473af43f"
71-
integrity sha512-81YO9gGx6voPXlvYdZBliFXAZU8vZ9AZ6z+CjlmcnaeOcYSFbMTpdeDUO9xD9dh/68Vq03I8ZspfUTPfitcDHg==
68+
"@babel/generator@^7.18.2", "@babel/generator@^7.7.2":
69+
version "7.18.2"
70+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.2.tgz#33873d6f89b21efe2da63fe554460f3df1c5880d"
71+
integrity sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==
7272
dependencies:
73-
"@babel/types" "^7.18.0"
73+
"@babel/types" "^7.18.2"
7474
"@jridgewell/gen-mapping" "^0.3.0"
7575
jsesc "^2.5.1"
7676

@@ -89,10 +89,10 @@
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":
93-
version "7.17.10"
94-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz#09c63106d47af93cf31803db6bc49fef354e2ebe"
95-
integrity sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==
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.18.2":
93+
version "7.18.2"
94+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz#67a85a10cbd5fc7f1457fec2e7f45441dc6c754b"
95+
integrity sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==
9696
dependencies:
9797
"@babel/compat-data" "^7.17.10"
9898
"@babel/helper-validator-option" "^7.16.7"
@@ -134,12 +134,10 @@
134134
resolve "^1.14.2"
135135
semver "^6.1.2"
136136

137-
"@babel/helper-environment-visitor@^7.16.7":
138-
version "7.16.7"
139-
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7"
140-
integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==
141-
dependencies:
142-
"@babel/types" "^7.16.7"
137+
"@babel/helper-environment-visitor@^7.16.7", "@babel/helper-environment-visitor@^7.18.2":
138+
version "7.18.2"
139+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd"
140+
integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==
143141

144142
"@babel/helper-explode-assignable-expression@^7.16.7":
145143
version "7.16.7"
@@ -223,12 +221,12 @@
223221
"@babel/traverse" "^7.16.7"
224222
"@babel/types" "^7.16.7"
225223

226-
"@babel/helper-simple-access@^7.17.7":
227-
version "7.17.7"
228-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz#aaa473de92b7987c6dfa7ce9a7d9674724823367"
229-
integrity sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==
224+
"@babel/helper-simple-access@^7.17.7", "@babel/helper-simple-access@^7.18.2":
225+
version "7.18.2"
226+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz#4dc473c2169ac3a1c9f4a51cfcd091d1c36fcff9"
227+
integrity sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==
230228
dependencies:
231-
"@babel/types" "^7.17.0"
229+
"@babel/types" "^7.18.2"
232230

233231
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
234232
version "7.16.0"
@@ -264,14 +262,14 @@
264262
"@babel/traverse" "^7.16.8"
265263
"@babel/types" "^7.16.8"
266264

267-
"@babel/helpers@^7.18.0":
268-
version "7.18.0"
269-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.0.tgz#aff37c3590de42102b54842446146d0205946370"
270-
integrity sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg==
265+
"@babel/helpers@^7.18.2":
266+
version "7.18.2"
267+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.2.tgz#970d74f0deadc3f5a938bfa250738eb4ac889384"
268+
integrity sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==
271269
dependencies:
272270
"@babel/template" "^7.16.7"
273-
"@babel/traverse" "^7.18.0"
274-
"@babel/types" "^7.18.0"
271+
"@babel/traverse" "^7.18.2"
272+
"@babel/types" "^7.18.2"
275273

276274
"@babel/highlight@^7.10.4", "@babel/highlight@^7.16.7":
277275
version "7.16.7"
@@ -645,7 +643,7 @@
645643
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.7"
646644
"@babel/helper-plugin-utils" "^7.16.7"
647645

648-
"@babel/plugin-transform-for-of@^7.17.12":
646+
"@babel/plugin-transform-for-of@^7.18.1":
649647
version "7.18.1"
650648
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.1.tgz#ed14b657e162b72afbbb2b4cdad277bf2bb32036"
651649
integrity sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg==
@@ -684,14 +682,14 @@
684682
"@babel/helper-plugin-utils" "^7.17.12"
685683
babel-plugin-dynamic-import-node "^2.3.3"
686684

687-
"@babel/plugin-transform-modules-commonjs@^7.18.0":
688-
version "7.18.0"
689-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.0.tgz#3be575e19fbd273d42adbc84566b1fad3582b3db"
690-
integrity sha512-cCeR0VZWtfxWS4YueAK2qtHtBPJRSaJcMlbS8jhSIm/A3E2Kpro4W1Dn4cqJtp59dtWfXjQwK7SPKF8ghs7rlw==
685+
"@babel/plugin-transform-modules-commonjs@^7.18.2":
686+
version "7.18.2"
687+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.2.tgz#1aa8efa2e2a6e818b6a7f2235fceaf09bdb31e9e"
688+
integrity sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ==
691689
dependencies:
692690
"@babel/helper-module-transforms" "^7.18.0"
693691
"@babel/helper-plugin-utils" "^7.17.12"
694-
"@babel/helper-simple-access" "^7.17.7"
692+
"@babel/helper-simple-access" "^7.18.2"
695693
babel-plugin-dynamic-import-node "^2.3.3"
696694

697695
"@babel/plugin-transform-modules-systemjs@^7.18.0":
@@ -820,10 +818,10 @@
820818
dependencies:
821819
"@babel/helper-plugin-utils" "^7.16.7"
822820

823-
"@babel/plugin-transform-template-literals@^7.17.12":
824-
version "7.17.12"
825-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.17.12.tgz#4aec0a18f39dd86c442e1d077746df003e362c6e"
826-
integrity sha512-kAKJ7DX1dSRa2s7WN1xUAuaQmkTpN+uig4wCKWivVXIObqGbVTUlSavHyfI2iZvz89GFAMGm9p2DBJ4Y1Tp0hw==
821+
"@babel/plugin-transform-template-literals@^7.18.2":
822+
version "7.18.2"
823+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.2.tgz#31ed6915721864847c48b656281d0098ea1add28"
824+
integrity sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g==
827825
dependencies:
828826
"@babel/helper-plugin-utils" "^7.17.12"
829827

@@ -849,13 +847,13 @@
849847
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
850848
"@babel/helper-plugin-utils" "^7.16.7"
851849

852-
"@babel/preset-env@^7.18.0":
853-
version "7.18.0"
854-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.0.tgz#ec7e51f4c6e026816000b230ed7cf74a1530d91d"
855-
integrity sha512-cP74OMs7ECLPeG1reiCQ/D/ypyOxgfm8uR6HRYV23vTJ7Lu1nbgj9DQDo/vH59gnn7GOAwtTDPPYV4aXzsMKHA==
850+
"@babel/preset-env@^7.18.2":
851+
version "7.18.2"
852+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.2.tgz#f47d3000a098617926e674c945d95a28cb90977a"
853+
integrity sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q==
856854
dependencies:
857855
"@babel/compat-data" "^7.17.10"
858-
"@babel/helper-compilation-targets" "^7.17.10"
856+
"@babel/helper-compilation-targets" "^7.18.2"
859857
"@babel/helper-plugin-utils" "^7.17.12"
860858
"@babel/helper-validator-option" "^7.16.7"
861859
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.17.12"
@@ -900,12 +898,12 @@
900898
"@babel/plugin-transform-dotall-regex" "^7.16.7"
901899
"@babel/plugin-transform-duplicate-keys" "^7.17.12"
902900
"@babel/plugin-transform-exponentiation-operator" "^7.16.7"
903-
"@babel/plugin-transform-for-of" "^7.17.12"
901+
"@babel/plugin-transform-for-of" "^7.18.1"
904902
"@babel/plugin-transform-function-name" "^7.16.7"
905903
"@babel/plugin-transform-literals" "^7.17.12"
906904
"@babel/plugin-transform-member-expression-literals" "^7.16.7"
907905
"@babel/plugin-transform-modules-amd" "^7.18.0"
908-
"@babel/plugin-transform-modules-commonjs" "^7.18.0"
906+
"@babel/plugin-transform-modules-commonjs" "^7.18.2"
909907
"@babel/plugin-transform-modules-systemjs" "^7.18.0"
910908
"@babel/plugin-transform-modules-umd" "^7.18.0"
911909
"@babel/plugin-transform-named-capturing-groups-regex" "^7.17.12"
@@ -918,12 +916,12 @@
918916
"@babel/plugin-transform-shorthand-properties" "^7.16.7"
919917
"@babel/plugin-transform-spread" "^7.17.12"
920918
"@babel/plugin-transform-sticky-regex" "^7.16.7"
921-
"@babel/plugin-transform-template-literals" "^7.17.12"
919+
"@babel/plugin-transform-template-literals" "^7.18.2"
922920
"@babel/plugin-transform-typeof-symbol" "^7.17.12"
923921
"@babel/plugin-transform-unicode-escapes" "^7.16.7"
924922
"@babel/plugin-transform-unicode-regex" "^7.16.7"
925923
"@babel/preset-modules" "^0.1.5"
926-
"@babel/types" "^7.18.0"
924+
"@babel/types" "^7.18.2"
927925
babel-plugin-polyfill-corejs2 "^0.3.0"
928926
babel-plugin-polyfill-corejs3 "^0.5.0"
929927
babel-plugin-polyfill-regenerator "^0.3.0"
@@ -977,26 +975,26 @@
977975
"@babel/parser" "^7.16.7"
978976
"@babel/types" "^7.16.7"
979977

980-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
981-
version "7.18.0"
982-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.0.tgz#0e5ec6db098660b2372dd63d096bf484e32d27ba"
983-
integrity sha512-oNOO4vaoIQoGjDQ84LgtF/IAlxlyqL4TUuoQ7xLkQETFaHkY1F7yazhB4Kt3VcZGL0ZF/jhrEpnXqUb0M7V3sw==
978+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
979+
version "7.18.2"
980+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8"
981+
integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==
984982
dependencies:
985983
"@babel/code-frame" "^7.16.7"
986-
"@babel/generator" "^7.18.0"
987-
"@babel/helper-environment-visitor" "^7.16.7"
984+
"@babel/generator" "^7.18.2"
985+
"@babel/helper-environment-visitor" "^7.18.2"
988986
"@babel/helper-function-name" "^7.17.9"
989987
"@babel/helper-hoist-variables" "^7.16.7"
990988
"@babel/helper-split-export-declaration" "^7.16.7"
991989
"@babel/parser" "^7.18.0"
992-
"@babel/types" "^7.18.0"
990+
"@babel/types" "^7.18.2"
993991
debug "^4.1.0"
994992
globals "^11.1.0"
995993

996-
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
997-
version "7.18.0"
998-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.0.tgz#ef523ea349722849cb4bf806e9342ede4d071553"
999-
integrity sha512-vhAmLPAiC8j9K2GnsnLPCIH5wCrPpYIVBCWRBFDCB7Y/BXLqi/O+1RSTTM2bsmg6U/551+FCf9PNPxjABmxHTw==
994+
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
995+
version "7.18.4"
996+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
997+
integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==
1000998
dependencies:
1001999
"@babel/helper-validator-identifier" "^7.16.7"
10021000
to-fast-properties "^2.0.0"

0 commit comments

Comments
 (0)