Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 3f1c883

Browse files
committed
dependencies: bump (minor)
1 parent 7c72f3a commit 3f1c883

File tree

2 files changed

+88
-61
lines changed

2 files changed

+88
-61
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"singleQuote": true
2020
},
2121
"dependencies": {
22-
"@babel/parser": "7.17.10",
23-
"@babel/types": "7.17.10",
22+
"@babel/parser": "7.18.4",
23+
"@babel/types": "7.18.4",
2424
"chalk": "^4.1.2",
2525
"escodegen": "^2.0.0",
2626
"fs-extra": "^9.1.0",
@@ -35,13 +35,13 @@
3535
"stream-meter": "^1.0.4"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "7.17.10",
38+
"@babel/core": "7.18.2",
3939
"@types/escodegen": "0.0.7",
4040
"@types/fs-extra": "9.0.13",
4141
"@types/is-core-module": "2.2.0",
4242
"@types/minimist": "1.2.2",
4343
"@types/multistream": "4.1.0",
44-
"@types/node": "14.18.16",
44+
"@types/node": "14.18.20",
4545
"@types/resolve": "1.20.2",
4646
"@types/stream-meter": "0.0.22",
4747
"@typescript-eslint/eslint-plugin": "4.33.0",
@@ -56,8 +56,8 @@
5656
"mkdirp": "^1.0.4",
5757
"prettier": "2.6.2",
5858
"rimraf": "^3.0.2",
59-
"simple-git-hooks": ">=2.7.0",
60-
"typescript": "4.6.4"
59+
"simple-git-hooks": ">=2.8.0",
60+
"typescript": "4.7.2"
6161
},
6262
"peerDependencies": {
6363
"node-notifier": ">=9.0.1"

yarn.lock

Lines changed: 82 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -36,40 +36,40 @@
3636
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
3737
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
3838

39-
"@babel/core@7.17.10":
40-
version "7.17.10"
41-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.10.tgz#74ef0fbf56b7dfc3f198fc2d927f4f03e12f4b05"
42-
integrity sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==
39+
"@babel/core@7.18.2":
40+
version "7.18.2"
41+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876"
42+
integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==
4343
dependencies:
4444
"@ampproject/remapping" "^2.1.0"
4545
"@babel/code-frame" "^7.16.7"
46-
"@babel/generator" "^7.17.10"
47-
"@babel/helper-compilation-targets" "^7.17.10"
48-
"@babel/helper-module-transforms" "^7.17.7"
49-
"@babel/helpers" "^7.17.9"
50-
"@babel/parser" "^7.17.10"
46+
"@babel/generator" "^7.18.2"
47+
"@babel/helper-compilation-targets" "^7.18.2"
48+
"@babel/helper-module-transforms" "^7.18.0"
49+
"@babel/helpers" "^7.18.2"
50+
"@babel/parser" "^7.18.0"
5151
"@babel/template" "^7.16.7"
52-
"@babel/traverse" "^7.17.10"
53-
"@babel/types" "^7.17.10"
52+
"@babel/traverse" "^7.18.2"
53+
"@babel/types" "^7.18.2"
5454
convert-source-map "^1.7.0"
5555
debug "^4.1.0"
5656
gensync "^1.0.0-beta.2"
5757
json5 "^2.2.1"
5858
semver "^6.3.0"
5959

60-
"@babel/generator@^7.17.10":
61-
version "7.17.10"
62-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.10.tgz#c281fa35b0c349bbe9d02916f4ae08fc85ed7189"
63-
integrity sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==
60+
"@babel/generator@^7.18.2":
61+
version "7.18.2"
62+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.2.tgz#33873d6f89b21efe2da63fe554460f3df1c5880d"
63+
integrity sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==
6464
dependencies:
65-
"@babel/types" "^7.17.10"
66-
"@jridgewell/gen-mapping" "^0.1.0"
65+
"@babel/types" "^7.18.2"
66+
"@jridgewell/gen-mapping" "^0.3.0"
6767
jsesc "^2.5.1"
6868

69-
"@babel/helper-compilation-targets@^7.17.10":
70-
version "7.17.10"
71-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz#09c63106d47af93cf31803db6bc49fef354e2ebe"
72-
integrity sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==
69+
"@babel/helper-compilation-targets@^7.18.2":
70+
version "7.18.2"
71+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz#67a85a10cbd5fc7f1457fec2e7f45441dc6c754b"
72+
integrity sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==
7373
dependencies:
7474
"@babel/compat-data" "^7.17.10"
7575
"@babel/helper-validator-option" "^7.16.7"
@@ -83,6 +83,11 @@
8383
dependencies:
8484
"@babel/types" "^7.16.7"
8585

86+
"@babel/helper-environment-visitor@^7.18.2":
87+
version "7.18.2"
88+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd"
89+
integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==
90+
8691
"@babel/helper-function-name@^7.17.9":
8792
version "7.17.9"
8893
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12"
@@ -105,19 +110,19 @@
105110
dependencies:
106111
"@babel/types" "^7.16.7"
107112

108-
"@babel/helper-module-transforms@^7.17.7":
109-
version "7.17.7"
110-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz#3943c7f777139e7954a5355c815263741a9c1cbd"
111-
integrity sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==
113+
"@babel/helper-module-transforms@^7.18.0":
114+
version "7.18.0"
115+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz#baf05dec7a5875fb9235bd34ca18bad4e21221cd"
116+
integrity sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==
112117
dependencies:
113118
"@babel/helper-environment-visitor" "^7.16.7"
114119
"@babel/helper-module-imports" "^7.16.7"
115120
"@babel/helper-simple-access" "^7.17.7"
116121
"@babel/helper-split-export-declaration" "^7.16.7"
117122
"@babel/helper-validator-identifier" "^7.16.7"
118123
"@babel/template" "^7.16.7"
119-
"@babel/traverse" "^7.17.3"
120-
"@babel/types" "^7.17.0"
124+
"@babel/traverse" "^7.18.0"
125+
"@babel/types" "^7.18.0"
121126

122127
"@babel/helper-simple-access@^7.17.7":
123128
version "7.17.7"
@@ -148,14 +153,14 @@
148153
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
149154
integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==
150155

151-
"@babel/helpers@^7.17.9":
152-
version "7.17.9"
153-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.9.tgz#b2af120821bfbe44f9907b1826e168e819375a1a"
154-
integrity sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==
156+
"@babel/helpers@^7.18.2":
157+
version "7.18.2"
158+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.2.tgz#970d74f0deadc3f5a938bfa250738eb4ac889384"
159+
integrity sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==
155160
dependencies:
156161
"@babel/template" "^7.16.7"
157-
"@babel/traverse" "^7.17.9"
158-
"@babel/types" "^7.17.0"
162+
"@babel/traverse" "^7.18.2"
163+
"@babel/types" "^7.18.2"
159164

160165
"@babel/highlight@^7.10.4", "@babel/highlight@^7.16.0":
161166
version "7.16.0"
@@ -175,7 +180,12 @@
175180
chalk "^2.0.0"
176181
js-tokens "^4.0.0"
177182

178-
"@babel/parser@7.17.10", "@babel/parser@^7.16.7", "@babel/parser@^7.17.10":
183+
"@babel/parser@7.18.4", "@babel/parser@^7.18.0":
184+
version "7.18.4"
185+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.4.tgz#6774231779dd700e0af29f6ad8d479582d7ce5ef"
186+
integrity sha512-FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==
187+
188+
"@babel/parser@^7.16.7":
179189
version "7.17.10"
180190
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
181191
integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
@@ -189,23 +199,31 @@
189199
"@babel/parser" "^7.16.7"
190200
"@babel/types" "^7.16.7"
191201

192-
"@babel/traverse@^7.17.10", "@babel/traverse@^7.17.3", "@babel/traverse@^7.17.9":
193-
version "7.17.10"
194-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.10.tgz#1ee1a5ac39f4eac844e6cf855b35520e5eb6f8b5"
195-
integrity sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw==
202+
"@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2":
203+
version "7.18.2"
204+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8"
205+
integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==
196206
dependencies:
197207
"@babel/code-frame" "^7.16.7"
198-
"@babel/generator" "^7.17.10"
199-
"@babel/helper-environment-visitor" "^7.16.7"
208+
"@babel/generator" "^7.18.2"
209+
"@babel/helper-environment-visitor" "^7.18.2"
200210
"@babel/helper-function-name" "^7.17.9"
201211
"@babel/helper-hoist-variables" "^7.16.7"
202212
"@babel/helper-split-export-declaration" "^7.16.7"
203-
"@babel/parser" "^7.17.10"
204-
"@babel/types" "^7.17.10"
213+
"@babel/parser" "^7.18.0"
214+
"@babel/types" "^7.18.2"
205215
debug "^4.1.0"
206216
globals "^11.1.0"
207217

208-
"@babel/types@7.17.10", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.17.10":
218+
"@babel/types@7.18.4", "@babel/types@^7.18.0", "@babel/types@^7.18.2":
219+
version "7.18.4"
220+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
221+
integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==
222+
dependencies:
223+
"@babel/helper-validator-identifier" "^7.16.7"
224+
to-fast-properties "^2.0.0"
225+
226+
"@babel/types@^7.16.7", "@babel/types@^7.17.0":
209227
version "7.17.10"
210228
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.10.tgz#d35d7b4467e439fcf06d195f8100e0fea7fc82c4"
211229
integrity sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==
@@ -250,6 +268,15 @@
250268
"@jridgewell/set-array" "^1.0.0"
251269
"@jridgewell/sourcemap-codec" "^1.4.10"
252270

271+
"@jridgewell/gen-mapping@^0.3.0":
272+
version "0.3.1"
273+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz#cf92a983c83466b8c0ce9124fadeaf09f7c66ea9"
274+
integrity sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==
275+
dependencies:
276+
"@jridgewell/set-array" "^1.0.0"
277+
"@jridgewell/sourcemap-codec" "^1.4.10"
278+
"@jridgewell/trace-mapping" "^0.3.9"
279+
253280
"@jridgewell/resolve-uri@^3.0.3":
254281
version "3.0.6"
255282
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.6.tgz#4ac237f4dabc8dd93330386907b97591801f7352"
@@ -338,10 +365,10 @@
338365
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.6.tgz#6bef7a2a0ad684cf6e90fcfe31cecabd9ce0a3ae"
339366
integrity sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w==
340367

341-
"@types/node@14.18.16":
342-
version "14.18.16"
343-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.16.tgz#878f670ba3f00482bf859b6550b6010610fc54b5"
344-
integrity sha512-X3bUMdK/VmvrWdoTkz+VCn6nwKwrKCFTHtqwBIaQJNx4RUIBBUFXM00bqPz/DsDd+Icjmzm6/tyYZzeGVqb6/Q==
368+
"@types/node@14.18.20":
369+
version "14.18.20"
370+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.20.tgz#268f028b36eaf51181c3300252f605488c4f0650"
371+
integrity sha512-Q8KKwm9YqEmUBRsqJ2GWJDtXltBDxTdC4m5vTdXBolu2PeQh8LX+f6BTwU+OuXPu37fLxoN6gidqBmnky36FXA==
345372

346373
"@types/parse-json@^4.0.0":
347374
version "4.0.0"
@@ -2409,10 +2436,10 @@ simple-get@^3.0.3:
24092436
once "^1.3.1"
24102437
simple-concat "^1.0.0"
24112438

2412-
simple-git-hooks@>=2.7.0:
2413-
version "2.7.0"
2414-
resolved "https://registry.yarnpkg.com/simple-git-hooks/-/simple-git-hooks-2.7.0.tgz#121a5c3023663b8abcc5648c8bfe8619dc263705"
2415-
integrity sha512-nQe6ASMO9zn5/htIrU37xEIHGr9E6wikXelLbOeTcfsX2O++DHaVug7RSQoq+kO7DvZTH37WA5gW49hN9HTDmQ==
2439+
simple-git-hooks@>=2.8.0:
2440+
version "2.8.0"
2441+
resolved "https://registry.yarnpkg.com/simple-git-hooks/-/simple-git-hooks-2.8.0.tgz#291558785af6e17ca0c7a4f9d3d91e8635965a64"
2442+
integrity sha512-ocmZQORwa6x9mxg+gVIAp5o4wXiWOHGXyrDBA0+UxGKIEKOyFtL4LWNKkP/2ornQPdlnlDGDteVeYP5FjhIoWA==
24162443

24172444
slash@^3.0.0:
24182445
version "3.0.0"
@@ -2686,10 +2713,10 @@ type-fest@^0.21.3:
26862713
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
26872714
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
26882715

2689-
typescript@4.6.4:
2690-
version "4.6.4"
2691-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
2692-
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
2716+
typescript@4.7.2:
2717+
version "4.7.2"
2718+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4"
2719+
integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==
26932720

26942721
unbox-primitive@^1.0.1:
26952722
version "1.0.1"

0 commit comments

Comments
 (0)