Skip to content

Commit a040adb

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade babel monorepo to v7.16.10
1 parent 5e63e0b commit a040adb

File tree

2 files changed

+35
-14
lines changed

2 files changed

+35
-14
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
},
6464
"dependencies": {},
6565
"devDependencies": {
66-
"@babel/core": "7.16.7",
67-
"@babel/preset-env": "7.16.8",
66+
"@babel/core": "7.16.10",
67+
"@babel/preset-env": "7.16.10",
6868
"@babel/register": "7.16.9",
6969
"@combinatorics/factorial": "0.0.2",
7070
"@commitlint/cli": "16.0.2",

yarn.lock

Lines changed: 33 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@
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/[email protected].7":
30-
version "7.16.7"
31-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
32-
integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==
29+
"@babel/[email protected].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==
3333
dependencies:
3434
"@babel/code-frame" "^7.16.7"
35-
"@babel/generator" "^7.16.7"
35+
"@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.7"
39+
"@babel/parser" "^7.16.10"
4040
"@babel/template" "^7.16.7"
41-
"@babel/traverse" "^7.16.7"
42-
"@babel/types" "^7.16.7"
41+
"@babel/traverse" "^7.16.10"
42+
"@babel/types" "^7.16.8"
4343
convert-source-map "^1.7.0"
4444
debug "^4.1.0"
4545
gensync "^1.0.0-beta.2"
@@ -520,6 +520,11 @@
520520
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.6.tgz#8f194828193e8fa79166f34a4b4e52f3e769a314"
521521
integrity sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ==
522522

523+
"@babel/parser@^7.16.10":
524+
version "7.16.10"
525+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.10.tgz#aba1b1cb9696a24a19f59c41af9cf17d1c716a88"
526+
integrity sha512-Sm/S9Or6nN8uiFsQU1yodyDW3MWXQhFeqzMPM+t8MJjM+pLsnFVxFZzkpXKvUXh+Gz9cbMoYYs484+Jw/NTEFQ==
527+
523528
"@babel/parser@^7.16.7":
524529
version "7.16.7"
525530
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e"
@@ -1485,10 +1490,10 @@
14851490
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
14861491
"@babel/helper-plugin-utils" "^7.16.7"
14871492

1488-
"@babel/[email protected].8":
1489-
version "7.16.8"
1490-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.8.tgz#e682fa0bcd1cf49621d64a8956318ddfb9a05af9"
1491-
integrity sha512-9rNKgVCdwHb3z1IlbMyft6yIXIeP3xz6vWvGaLHrJThuEIqWfHb0DNBH9VuTgnDfdbUDhkmkvMZS/YMCtP7Elg==
1493+
"@babel/[email protected].10":
1494+
version "7.16.10"
1495+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.10.tgz#84400e6b5ee1efd982f55c61f3b6ac3fb5c8ab57"
1496+
integrity sha512-iCac3fZn9oOcLqc1N2/copPiX7aoxzsvjeDdXoZobrlbQ6YGgS3bL9HyldOJ8V8AY5P7pFynCATrn7M4dMw0Yg==
14921497
dependencies:
14931498
"@babel/compat-data" "^7.16.8"
14941499
"@babel/helper-compilation-targets" "^7.16.7"
@@ -1729,6 +1734,22 @@
17291734
debug "^4.1.0"
17301735
globals "^11.1.0"
17311736

1737+
"@babel/traverse@^7.16.10":
1738+
version "7.16.10"
1739+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.10.tgz#448f940defbe95b5a8029975b051f75993e8239f"
1740+
integrity sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw==
1741+
dependencies:
1742+
"@babel/code-frame" "^7.16.7"
1743+
"@babel/generator" "^7.16.8"
1744+
"@babel/helper-environment-visitor" "^7.16.7"
1745+
"@babel/helper-function-name" "^7.16.7"
1746+
"@babel/helper-hoist-variables" "^7.16.7"
1747+
"@babel/helper-split-export-declaration" "^7.16.7"
1748+
"@babel/parser" "^7.16.10"
1749+
"@babel/types" "^7.16.8"
1750+
debug "^4.1.0"
1751+
globals "^11.1.0"
1752+
17321753
"@babel/traverse@^7.16.7":
17331754
version "7.16.7"
17341755
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.7.tgz#dac01236a72c2560073658dd1a285fe4e0865d76"

0 commit comments

Comments
 (0)