Skip to content

Commit 3d985e1

Browse files
chore(deps): update all non-major dependencies to v7.19.3 (#1177)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9740f2b commit 3d985e1

File tree

2 files changed

+49
-49
lines changed

2 files changed

+49
-49
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"prettier": "prettier --write --list-different ."
2424
},
2525
"devDependencies": {
26-
"@babel/core": "7.19.1",
27-
"@babel/preset-env": "7.19.1",
26+
"@babel/core": "7.19.3",
27+
"@babel/preset-env": "7.19.3",
2828
"@babel/preset-typescript": "7.18.6",
2929
"@changesets/changelog-github": "0.4.6",
3030
"@changesets/cli": "2.24.4",

yarn.lock

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -16,38 +16,38 @@
1616
dependencies:
1717
"@babel/highlight" "^7.18.6"
1818

19-
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8", "@babel/compat-data@^7.19.1":
20-
version "7.19.1"
21-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9"
22-
integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==
19+
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8", "@babel/compat-data@^7.19.3":
20+
version "7.19.3"
21+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
22+
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
2323

24-
"@babel/[email protected].1", "@babel/core@^7.11.6", "@babel/core@^7.12.3":
25-
version "7.19.1"
26-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b"
27-
integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==
24+
"@babel/[email protected].3", "@babel/core@^7.11.6", "@babel/core@^7.12.3":
25+
version "7.19.3"
26+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
27+
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
2828
dependencies:
2929
"@ampproject/remapping" "^2.1.0"
3030
"@babel/code-frame" "^7.18.6"
31-
"@babel/generator" "^7.19.0"
32-
"@babel/helper-compilation-targets" "^7.19.1"
31+
"@babel/generator" "^7.19.3"
32+
"@babel/helper-compilation-targets" "^7.19.3"
3333
"@babel/helper-module-transforms" "^7.19.0"
3434
"@babel/helpers" "^7.19.0"
35-
"@babel/parser" "^7.19.1"
35+
"@babel/parser" "^7.19.3"
3636
"@babel/template" "^7.18.10"
37-
"@babel/traverse" "^7.19.1"
38-
"@babel/types" "^7.19.0"
37+
"@babel/traverse" "^7.19.3"
38+
"@babel/types" "^7.19.3"
3939
convert-source-map "^1.7.0"
4040
debug "^4.1.0"
4141
gensync "^1.0.0-beta.2"
4242
json5 "^2.2.1"
4343
semver "^6.3.0"
4444

45-
"@babel/generator@^7.19.0", "@babel/generator@^7.7.2":
46-
version "7.19.0"
47-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.0.tgz#785596c06425e59334df2ccee63ab166b738419a"
48-
integrity sha512-S1ahxf1gZ2dpoiFgA+ohK9DIpz50bJ0CWs7Zlzb54Z4sG8qmdIrGrVqmy1sAtTVRb+9CU6U8VqT9L0Zj7hxHVg==
45+
"@babel/generator@^7.19.3", "@babel/generator@^7.7.2":
46+
version "7.19.3"
47+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
48+
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
4949
dependencies:
50-
"@babel/types" "^7.19.0"
50+
"@babel/types" "^7.19.3"
5151
"@jridgewell/gen-mapping" "^0.3.2"
5252
jsesc "^2.5.1"
5353

@@ -66,12 +66,12 @@
6666
"@babel/helper-explode-assignable-expression" "^7.18.6"
6767
"@babel/types" "^7.18.9"
6868

69-
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.1":
70-
version "7.19.1"
71-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz#7f630911d83b408b76fe584831c98e5395d7a17c"
72-
integrity sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==
69+
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.3":
70+
version "7.19.3"
71+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
72+
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
7373
dependencies:
74-
"@babel/compat-data" "^7.19.1"
74+
"@babel/compat-data" "^7.19.3"
7575
"@babel/helper-validator-option" "^7.18.6"
7676
browserslist "^4.21.3"
7777
semver "^6.3.0"
@@ -223,7 +223,7 @@
223223
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
224224
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
225225

226-
"@babel/helper-validator-identifier@^7.18.6":
226+
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
227227
version "7.19.1"
228228
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
229229
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
@@ -261,10 +261,10 @@
261261
chalk "^2.0.0"
262262
js-tokens "^4.0.0"
263263

264-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.8", "@babel/parser@^7.18.10", "@babel/parser@^7.19.1":
265-
version "7.19.1"
266-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
267-
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
264+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.8", "@babel/parser@^7.18.10", "@babel/parser@^7.19.3":
265+
version "7.19.3"
266+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
267+
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
268268

269269
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
270270
version "7.18.6"
@@ -806,13 +806,13 @@
806806
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
807807
"@babel/helper-plugin-utils" "^7.18.6"
808808

809-
"@babel/[email protected].1":
810-
version "7.19.1"
811-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.1.tgz#9f04c916f9c0205a48ebe5cc1be7768eb1983f67"
812-
integrity sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA==
809+
"@babel/[email protected].3":
810+
version "7.19.3"
811+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.3.tgz#52cd19abaecb3f176a4ff9cc5e15b7bf06bec754"
812+
integrity sha512-ziye1OTc9dGFOAXSWKUqQblYHNlBOaDl8wzqf2iKXJAltYiR3hKHUKmkt+S9PppW7RQpq4fFCrwwpIDj/f5P4w==
813813
dependencies:
814-
"@babel/compat-data" "^7.19.1"
815-
"@babel/helper-compilation-targets" "^7.19.1"
814+
"@babel/compat-data" "^7.19.3"
815+
"@babel/helper-compilation-targets" "^7.19.3"
816816
"@babel/helper-plugin-utils" "^7.19.0"
817817
"@babel/helper-validator-option" "^7.18.6"
818818
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
@@ -880,7 +880,7 @@
880880
"@babel/plugin-transform-unicode-escapes" "^7.18.10"
881881
"@babel/plugin-transform-unicode-regex" "^7.18.6"
882882
"@babel/preset-modules" "^0.1.5"
883-
"@babel/types" "^7.19.0"
883+
"@babel/types" "^7.19.3"
884884
babel-plugin-polyfill-corejs2 "^0.3.3"
885885
babel-plugin-polyfill-corejs3 "^0.6.0"
886886
babel-plugin-polyfill-regenerator "^0.4.1"
@@ -923,29 +923,29 @@
923923
"@babel/parser" "^7.18.10"
924924
"@babel/types" "^7.18.10"
925925

926-
"@babel/traverse@^7.16.8", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.7.2":
927-
version "7.19.1"
928-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347"
929-
integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==
926+
"@babel/traverse@^7.16.8", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.2":
927+
version "7.19.3"
928+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
929+
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
930930
dependencies:
931931
"@babel/code-frame" "^7.18.6"
932-
"@babel/generator" "^7.19.0"
932+
"@babel/generator" "^7.19.3"
933933
"@babel/helper-environment-visitor" "^7.18.9"
934934
"@babel/helper-function-name" "^7.19.0"
935935
"@babel/helper-hoist-variables" "^7.18.6"
936936
"@babel/helper-split-export-declaration" "^7.18.6"
937-
"@babel/parser" "^7.19.1"
938-
"@babel/types" "^7.19.0"
937+
"@babel/parser" "^7.19.3"
938+
"@babel/types" "^7.19.3"
939939
debug "^4.1.0"
940940
globals "^11.1.0"
941941

942-
"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
943-
version "7.19.0"
944-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"
945-
integrity sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==
942+
"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
943+
version "7.19.3"
944+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
945+
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
946946
dependencies:
947947
"@babel/helper-string-parser" "^7.18.10"
948-
"@babel/helper-validator-identifier" "^7.18.6"
948+
"@babel/helper-validator-identifier" "^7.19.1"
949949
to-fast-properties "^2.0.0"
950950

951951
"@bcoe/v8-coverage@^0.2.3":

0 commit comments

Comments
 (0)