Skip to content

Commit 57c01b3

Browse files
Bump @babel/preset-env from 7.14.5 to 7.15.0 in /services/bot (#138)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.5 to 7.15.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.15.0/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa7ea0e commit 57c01b3

File tree

2 files changed

+41
-51
lines changed

2 files changed

+41
-51
lines changed

services/bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@babel/core": "^7.15.0",
46-
"@babel/preset-env": "^7.14.5",
46+
"@babel/preset-env": "^7.15.0",
4747
"@types/axios": "^0.14.0",
4848
"@types/express": "^4.17.12",
4949
"@types/jest": "^26.0.22",

services/bot/yarn.lock

Lines changed: 40 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414
dependencies:
1515
"@babel/highlight" "^7.14.5"
1616

17-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5":
18-
version "7.14.5"
19-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea"
20-
21-
"@babel/compat-data@^7.15.0":
17+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.15.0":
2218
version "7.15.0"
2319
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
2420

@@ -202,12 +198,6 @@
202198
"@babel/traverse" "^7.15.0"
203199
"@babel/types" "^7.15.0"
204200

205-
"@babel/helper-simple-access@^7.14.5":
206-
version "7.14.5"
207-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4"
208-
dependencies:
209-
"@babel/types" "^7.14.5"
210-
211201
"@babel/helper-simple-access@^7.14.8":
212202
version "7.14.8"
213203
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
@@ -287,9 +277,9 @@
287277
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
288278
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
289279

290-
"@babel/plugin-proposal-async-generator-functions@^7.14.5":
291-
version "7.14.5"
292-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.5.tgz#4024990e3dd74181f4f426ea657769ff49a2df39"
280+
"@babel/plugin-proposal-async-generator-functions@^7.14.9":
281+
version "7.14.9"
282+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.9.tgz#7028dc4fa21dc199bbacf98b39bab1267d0eaf9a"
293283
dependencies:
294284
"@babel/helper-plugin-utils" "^7.14.5"
295285
"@babel/helper-remap-async-to-generator" "^7.14.5"
@@ -352,11 +342,11 @@
352342
"@babel/helper-plugin-utils" "^7.14.5"
353343
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
354344

355-
"@babel/plugin-proposal-object-rest-spread@^7.14.5":
356-
version "7.14.5"
357-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.5.tgz#e581d5ccdfa187ea6ed73f56c6a21c1580b90fbf"
345+
"@babel/plugin-proposal-object-rest-spread@^7.14.7":
346+
version "7.14.7"
347+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz#5920a2b3df7f7901df0205974c0641b13fd9d363"
358348
dependencies:
359-
"@babel/compat-data" "^7.14.5"
349+
"@babel/compat-data" "^7.14.7"
360350
"@babel/helper-compilation-targets" "^7.14.5"
361351
"@babel/helper-plugin-utils" "^7.14.5"
362352
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
@@ -522,9 +512,9 @@
522512
dependencies:
523513
"@babel/helper-plugin-utils" "^7.14.5"
524514

525-
"@babel/plugin-transform-classes@^7.14.5":
526-
version "7.14.5"
527-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.5.tgz#0e98e82097b38550b03b483f9b51a78de0acb2cf"
515+
"@babel/plugin-transform-classes@^7.14.9":
516+
version "7.14.9"
517+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz#2a391ffb1e5292710b00f2e2c210e1435e7d449f"
528518
dependencies:
529519
"@babel/helper-annotate-as-pure" "^7.14.5"
530520
"@babel/helper-function-name" "^7.14.5"
@@ -540,9 +530,9 @@
540530
dependencies:
541531
"@babel/helper-plugin-utils" "^7.14.5"
542532

543-
"@babel/plugin-transform-destructuring@^7.14.5":
544-
version "7.14.5"
545-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.5.tgz#d32ad19ff1a6da1e861dc62720d80d9776e3bf35"
533+
"@babel/plugin-transform-destructuring@^7.14.7":
534+
version "7.14.7"
535+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz#0ad58ed37e23e22084d109f185260835e5557576"
546536
dependencies:
547537
"@babel/helper-plugin-utils" "^7.14.5"
548538

@@ -599,13 +589,13 @@
599589
"@babel/helper-plugin-utils" "^7.14.5"
600590
babel-plugin-dynamic-import-node "^2.3.3"
601591

602-
"@babel/plugin-transform-modules-commonjs@^7.14.5":
603-
version "7.14.5"
604-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.5.tgz#7aaee0ea98283de94da98b28f8c35701429dad97"
592+
"@babel/plugin-transform-modules-commonjs@^7.15.0":
593+
version "7.15.0"
594+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"
605595
dependencies:
606-
"@babel/helper-module-transforms" "^7.14.5"
596+
"@babel/helper-module-transforms" "^7.15.0"
607597
"@babel/helper-plugin-utils" "^7.14.5"
608-
"@babel/helper-simple-access" "^7.14.5"
598+
"@babel/helper-simple-access" "^7.14.8"
609599
babel-plugin-dynamic-import-node "^2.3.3"
610600

611601
"@babel/plugin-transform-modules-systemjs@^7.14.5":
@@ -625,9 +615,9 @@
625615
"@babel/helper-module-transforms" "^7.14.5"
626616
"@babel/helper-plugin-utils" "^7.14.5"
627617

628-
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.5":
629-
version "7.14.5"
630-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.5.tgz#d537e8ee083ee6f6aa4f4eef9d2081d555746e4c"
618+
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.9":
619+
version "7.14.9"
620+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz#c68f5c5d12d2ebaba3762e57c2c4f6347a46e7b2"
631621
dependencies:
632622
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
633623

@@ -674,7 +664,7 @@
674664
dependencies:
675665
"@babel/helper-plugin-utils" "^7.14.5"
676666

677-
"@babel/plugin-transform-spread@^7.14.5":
667+
"@babel/plugin-transform-spread@^7.14.6":
678668
version "7.14.6"
679669
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144"
680670
dependencies:
@@ -719,16 +709,16 @@
719709
core-js "^2.6.5"
720710
regenerator-runtime "^0.13.4"
721711

722-
"@babel/preset-env@^7.14.5":
723-
version "7.14.5"
724-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.5.tgz#c0c84e763661fd0e74292c3d511cb33b0c668997"
712+
"@babel/preset-env@^7.15.0":
713+
version "7.15.0"
714+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464"
725715
dependencies:
726-
"@babel/compat-data" "^7.14.5"
727-
"@babel/helper-compilation-targets" "^7.14.5"
716+
"@babel/compat-data" "^7.15.0"
717+
"@babel/helper-compilation-targets" "^7.15.0"
728718
"@babel/helper-plugin-utils" "^7.14.5"
729719
"@babel/helper-validator-option" "^7.14.5"
730720
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
731-
"@babel/plugin-proposal-async-generator-functions" "^7.14.5"
721+
"@babel/plugin-proposal-async-generator-functions" "^7.14.9"
732722
"@babel/plugin-proposal-class-properties" "^7.14.5"
733723
"@babel/plugin-proposal-class-static-block" "^7.14.5"
734724
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
@@ -737,7 +727,7 @@
737727
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
738728
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
739729
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
740-
"@babel/plugin-proposal-object-rest-spread" "^7.14.5"
730+
"@babel/plugin-proposal-object-rest-spread" "^7.14.7"
741731
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
742732
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
743733
"@babel/plugin-proposal-private-methods" "^7.14.5"
@@ -761,9 +751,9 @@
761751
"@babel/plugin-transform-async-to-generator" "^7.14.5"
762752
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
763753
"@babel/plugin-transform-block-scoping" "^7.14.5"
764-
"@babel/plugin-transform-classes" "^7.14.5"
754+
"@babel/plugin-transform-classes" "^7.14.9"
765755
"@babel/plugin-transform-computed-properties" "^7.14.5"
766-
"@babel/plugin-transform-destructuring" "^7.14.5"
756+
"@babel/plugin-transform-destructuring" "^7.14.7"
767757
"@babel/plugin-transform-dotall-regex" "^7.14.5"
768758
"@babel/plugin-transform-duplicate-keys" "^7.14.5"
769759
"@babel/plugin-transform-exponentiation-operator" "^7.14.5"
@@ -772,29 +762,29 @@
772762
"@babel/plugin-transform-literals" "^7.14.5"
773763
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
774764
"@babel/plugin-transform-modules-amd" "^7.14.5"
775-
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
765+
"@babel/plugin-transform-modules-commonjs" "^7.15.0"
776766
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
777767
"@babel/plugin-transform-modules-umd" "^7.14.5"
778-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.5"
768+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
779769
"@babel/plugin-transform-new-target" "^7.14.5"
780770
"@babel/plugin-transform-object-super" "^7.14.5"
781771
"@babel/plugin-transform-parameters" "^7.14.5"
782772
"@babel/plugin-transform-property-literals" "^7.14.5"
783773
"@babel/plugin-transform-regenerator" "^7.14.5"
784774
"@babel/plugin-transform-reserved-words" "^7.14.5"
785775
"@babel/plugin-transform-shorthand-properties" "^7.14.5"
786-
"@babel/plugin-transform-spread" "^7.14.5"
776+
"@babel/plugin-transform-spread" "^7.14.6"
787777
"@babel/plugin-transform-sticky-regex" "^7.14.5"
788778
"@babel/plugin-transform-template-literals" "^7.14.5"
789779
"@babel/plugin-transform-typeof-symbol" "^7.14.5"
790780
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
791781
"@babel/plugin-transform-unicode-regex" "^7.14.5"
792782
"@babel/preset-modules" "^0.1.4"
793-
"@babel/types" "^7.14.5"
783+
"@babel/types" "^7.15.0"
794784
babel-plugin-polyfill-corejs2 "^0.2.2"
795785
babel-plugin-polyfill-corejs3 "^0.2.2"
796786
babel-plugin-polyfill-regenerator "^0.2.2"
797-
core-js-compat "^3.14.0"
787+
core-js-compat "^3.16.0"
798788
semver "^6.3.0"
799789

800790
"@babel/preset-modules@^0.1.4":
@@ -2756,9 +2746,9 @@ core-decorators@^0.20.0:
27562746
version "0.20.0"
27572747
resolved "https://registry.npmjs.org/core-decorators/-/core-decorators-0.20.0.tgz"
27582748

2759-
core-js-compat@^3.14.0:
2760-
version "3.14.0"
2761-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.14.0.tgz#b574dabf29184681d5b16357bd33d104df3d29a5"
2749+
core-js-compat@^3.14.0, core-js-compat@^3.16.0:
2750+
version "3.16.0"
2751+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.16.0.tgz#fced4a0a534e7e02f7e084bff66c701f8281805f"
27622752
dependencies:
27632753
browserslist "^4.16.6"
27642754
semver "7.0.0"

0 commit comments

Comments
 (0)