Skip to content

Commit ed396a9

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @babel/core to v7.16.12
1 parent d9e6bc6 commit ed396a9

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"dependencies": {},
6565
"devDependencies": {
66-
"@babel/core": "7.16.10",
66+
"@babel/core": "7.16.12",
6767
"@babel/preset-env": "7.16.11",
6868
"@babel/register": "7.16.9",
6969
"@combinatorics/factorial": "0.0.2",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
2727
integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==
2828

29-
"@babel/core@7.16.10":
30-
version "7.16.10"
31-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.10.tgz#ebd034f8e7ac2b6bfcdaa83a161141a646f74b50"
32-
integrity sha512-pbiIdZbCiMx/MM6toR+OfXarYix3uz0oVsnNtfdAGTcCTu3w/JGF8JhirevXLBJUu0WguSZI12qpKnx7EeMyLA==
29+
"@babel/core@7.16.12":
30+
version "7.16.12"
31+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.12.tgz#5edc53c1b71e54881315923ae2aedea2522bb784"
32+
integrity sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg==
3333
dependencies:
3434
"@babel/code-frame" "^7.16.7"
3535
"@babel/generator" "^7.16.8"
3636
"@babel/helper-compilation-targets" "^7.16.7"
3737
"@babel/helper-module-transforms" "^7.16.7"
3838
"@babel/helpers" "^7.16.7"
39-
"@babel/parser" "^7.16.10"
39+
"@babel/parser" "^7.16.12"
4040
"@babel/template" "^7.16.7"
4141
"@babel/traverse" "^7.16.10"
4242
"@babel/types" "^7.16.8"
@@ -538,6 +538,11 @@
538538
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.10.tgz#aba1b1cb9696a24a19f59c41af9cf17d1c716a88"
539539
integrity sha512-Sm/S9Or6nN8uiFsQU1yodyDW3MWXQhFeqzMPM+t8MJjM+pLsnFVxFZzkpXKvUXh+Gz9cbMoYYs484+Jw/NTEFQ==
540540

541+
"@babel/parser@^7.16.12":
542+
version "7.16.12"
543+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.12.tgz#9474794f9a650cf5e2f892444227f98e28cdf8b6"
544+
integrity sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A==
545+
541546
"@babel/parser@^7.16.7":
542547
version "7.16.7"
543548
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e"

0 commit comments

Comments
 (0)