Skip to content

Commit 1b06a26

Browse files
Update dependency @babel/core to v7.19.6
1 parent 7de1037 commit 1b06a26

File tree

2 files changed

+54
-42
lines changed

2 files changed

+54
-42
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"homepage": "https://github.com/three11/extract-query-arg#readme",
4343
"devDependencies": {
4444
"@babel/cli": "7.19.3",
45-
"@babel/core": "7.19.3",
45+
"@babel/core": "7.19.6",
4646
"@babel/plugin-transform-modules-umd": "7.18.6",
4747
"@babel/preset-env": "7.19.4",
4848
"babel-minify": "0.5.2"

yarn.lock

Lines changed: 53 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,21 @@
6464
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747"
6565
integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==
6666

67-
"@babel/[email protected].3":
68-
version "7.19.3"
69-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
70-
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
67+
"@babel/[email protected].6":
68+
version "7.19.6"
69+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f"
70+
integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg==
7171
dependencies:
7272
"@ampproject/remapping" "^2.1.0"
7373
"@babel/code-frame" "^7.18.6"
74-
"@babel/generator" "^7.19.3"
74+
"@babel/generator" "^7.19.6"
7575
"@babel/helper-compilation-targets" "^7.19.3"
76-
"@babel/helper-module-transforms" "^7.19.0"
77-
"@babel/helpers" "^7.19.0"
78-
"@babel/parser" "^7.19.3"
76+
"@babel/helper-module-transforms" "^7.19.6"
77+
"@babel/helpers" "^7.19.4"
78+
"@babel/parser" "^7.19.6"
7979
"@babel/template" "^7.18.10"
80-
"@babel/traverse" "^7.19.3"
81-
"@babel/types" "^7.19.3"
80+
"@babel/traverse" "^7.19.6"
81+
"@babel/types" "^7.19.4"
8282
convert-source-map "^1.7.0"
8383
debug "^4.1.0"
8484
gensync "^1.0.0-beta.2"
@@ -151,12 +151,12 @@
151151
"@jridgewell/gen-mapping" "^0.3.2"
152152
jsesc "^2.5.1"
153153

154-
"@babel/generator@^7.19.3":
155-
version "7.19.3"
156-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
157-
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
154+
"@babel/generator@^7.19.6":
155+
version "7.19.6"
156+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d"
157+
integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA==
158158
dependencies:
159-
"@babel/types" "^7.19.3"
159+
"@babel/types" "^7.19.4"
160160
"@jridgewell/gen-mapping" "^0.3.2"
161161
jsesc "^2.5.1"
162162

@@ -412,6 +412,20 @@
412412
"@babel/traverse" "^7.19.0"
413413
"@babel/types" "^7.19.0"
414414

415+
"@babel/helper-module-transforms@^7.19.6":
416+
version "7.19.6"
417+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f"
418+
integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw==
419+
dependencies:
420+
"@babel/helper-environment-visitor" "^7.18.9"
421+
"@babel/helper-module-imports" "^7.18.6"
422+
"@babel/helper-simple-access" "^7.19.4"
423+
"@babel/helper-split-export-declaration" "^7.18.6"
424+
"@babel/helper-validator-identifier" "^7.19.1"
425+
"@babel/template" "^7.18.10"
426+
"@babel/traverse" "^7.19.6"
427+
"@babel/types" "^7.19.4"
428+
415429
"@babel/helper-optimise-call-expression@^7.12.13":
416430
version "7.12.13"
417431
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
@@ -517,6 +531,13 @@
517531
dependencies:
518532
"@babel/types" "^7.18.6"
519533

534+
"@babel/helper-simple-access@^7.19.4":
535+
version "7.19.4"
536+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7"
537+
integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==
538+
dependencies:
539+
"@babel/types" "^7.19.4"
540+
520541
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
521542
version "7.18.9"
522543
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818"
@@ -602,14 +623,14 @@
602623
"@babel/traverse" "^7.14.0"
603624
"@babel/types" "^7.14.0"
604625

605-
"@babel/helpers@^7.19.0":
606-
version "7.19.0"
607-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18"
608-
integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg==
626+
"@babel/helpers@^7.19.4":
627+
version "7.19.4"
628+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5"
629+
integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==
609630
dependencies:
610631
"@babel/template" "^7.18.10"
611-
"@babel/traverse" "^7.19.0"
612-
"@babel/types" "^7.19.0"
632+
"@babel/traverse" "^7.19.4"
633+
"@babel/types" "^7.19.4"
613634

614635
"@babel/highlight@^7.12.13":
615636
version "7.14.0"
@@ -654,10 +675,10 @@
654675
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.0.tgz#497fcafb1d5b61376959c1c338745ef0577aa02c"
655676
integrity sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw==
656677

657-
"@babel/parser@^7.19.3":
658-
version "7.19.3"
659-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
660-
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
678+
"@babel/parser@^7.19.6":
679+
version "7.19.6"
680+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
681+
integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
661682

662683
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
663684
version "7.18.6"
@@ -1382,19 +1403,19 @@
13821403
debug "^4.1.0"
13831404
globals "^11.1.0"
13841405

1385-
"@babel/traverse@^7.19.3":
1386-
version "7.19.3"
1387-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
1388-
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
1406+
"@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6":
1407+
version "7.19.6"
1408+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc"
1409+
integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ==
13891410
dependencies:
13901411
"@babel/code-frame" "^7.18.6"
1391-
"@babel/generator" "^7.19.3"
1412+
"@babel/generator" "^7.19.6"
13921413
"@babel/helper-environment-visitor" "^7.18.9"
13931414
"@babel/helper-function-name" "^7.19.0"
13941415
"@babel/helper-hoist-variables" "^7.18.6"
13951416
"@babel/helper-split-export-declaration" "^7.18.6"
1396-
"@babel/parser" "^7.19.3"
1397-
"@babel/types" "^7.19.3"
1417+
"@babel/parser" "^7.19.6"
1418+
"@babel/types" "^7.19.4"
13981419
debug "^4.1.0"
13991420
globals "^11.1.0"
14001421

@@ -1440,15 +1461,6 @@
14401461
"@babel/helper-validator-identifier" "^7.18.6"
14411462
to-fast-properties "^2.0.0"
14421463

1443-
"@babel/types@^7.19.3":
1444-
version "7.19.3"
1445-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
1446-
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
1447-
dependencies:
1448-
"@babel/helper-string-parser" "^7.18.10"
1449-
"@babel/helper-validator-identifier" "^7.19.1"
1450-
to-fast-properties "^2.0.0"
1451-
14521464
"@babel/types@^7.19.4":
14531465
version "7.19.4"
14541466
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"

0 commit comments

Comments
 (0)