Skip to content

Commit 2f4660f

Browse files
Merge pull request ferdikoomen#194 from ferdikoomen/dependabot/npm_and_yarn/babel/preset-env-7.9.5
2 parents d679051 + 7c76562 commit 2f4660f

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"devDependencies": {
7474
"@babel/core": "7.9.0",
75-
"@babel/preset-env": "7.9.0",
75+
"@babel/preset-env": "7.9.5",
7676
"@babel/preset-typescript": "7.9.0",
7777
"@types/jest": "25.2.1",
7878
"@types/js-yaml": "3.12.3",

yarn.lock

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,6 @@
6565
"@babel/helper-explode-assignable-expression" "^7.8.3"
6666
"@babel/types" "^7.8.3"
6767

68-
"@babel/helper-call-delegate@^7.8.7":
69-
version "7.8.7"
70-
resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.7.tgz#28a279c2e6c622a6233da548127f980751324cab"
71-
integrity sha512-doAA5LAKhsFCR0LAFIf+r2RSMmC+m8f/oQ+URnUET/rWeEzC0yTRmAGyWkD4sSu3xwbS7MYQ2u+xlt1V5R56KQ==
72-
dependencies:
73-
"@babel/helper-hoist-variables" "^7.8.3"
74-
"@babel/traverse" "^7.8.3"
75-
"@babel/types" "^7.8.7"
76-
7768
"@babel/helper-compilation-targets@^7.8.7":
7869
version "7.8.7"
7970
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde"
@@ -141,6 +132,15 @@
141132
"@babel/template" "^7.8.3"
142133
"@babel/types" "^7.8.3"
143134

135+
"@babel/helper-function-name@^7.9.5":
136+
version "7.9.5"
137+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
138+
integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==
139+
dependencies:
140+
"@babel/helper-get-function-arity" "^7.8.3"
141+
"@babel/template" "^7.8.3"
142+
"@babel/types" "^7.9.5"
143+
144144
"@babel/helper-get-function-arity@^7.8.3":
145145
version "7.8.3"
146146
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
@@ -237,10 +237,10 @@
237237
dependencies:
238238
"@babel/types" "^7.8.3"
239239

240-
"@babel/helper-validator-identifier@^7.9.0":
241-
version "7.9.0"
242-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
243-
integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
240+
"@babel/helper-validator-identifier@^7.9.5":
241+
version "7.9.5"
242+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
243+
integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==
244244

245245
"@babel/helper-wrap-function@^7.8.3":
246246
version "7.8.3"
@@ -316,13 +316,14 @@
316316
"@babel/helper-plugin-utils" "^7.8.3"
317317
"@babel/plugin-syntax-numeric-separator" "^7.8.3"
318318

319-
"@babel/plugin-proposal-object-rest-spread@^7.9.0":
320-
version "7.9.0"
321-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f"
322-
integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow==
319+
"@babel/plugin-proposal-object-rest-spread@^7.9.5":
320+
version "7.9.5"
321+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116"
322+
integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg==
323323
dependencies:
324324
"@babel/helper-plugin-utils" "^7.8.3"
325325
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
326+
"@babel/plugin-transform-parameters" "^7.9.5"
326327

327328
"@babel/plugin-proposal-optional-catch-binding@^7.8.3":
328329
version "7.8.3"
@@ -456,14 +457,14 @@
456457
"@babel/helper-plugin-utils" "^7.8.3"
457458
lodash "^4.17.13"
458459

459-
"@babel/plugin-transform-classes@^7.9.0":
460-
version "7.9.2"
461-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.2.tgz#8603fc3cc449e31fdbdbc257f67717536a11af8d"
462-
integrity sha512-TC2p3bPzsfvSsqBZo0kJnuelnoK9O3welkUpqSqBQuBF6R5MN2rysopri8kNvtlGIb2jmUO7i15IooAZJjZuMQ==
460+
"@babel/plugin-transform-classes@^7.9.5":
461+
version "7.9.5"
462+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c"
463+
integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg==
463464
dependencies:
464465
"@babel/helper-annotate-as-pure" "^7.8.3"
465466
"@babel/helper-define-map" "^7.8.3"
466-
"@babel/helper-function-name" "^7.8.3"
467+
"@babel/helper-function-name" "^7.9.5"
467468
"@babel/helper-optimise-call-expression" "^7.8.3"
468469
"@babel/helper-plugin-utils" "^7.8.3"
469470
"@babel/helper-replace-supers" "^7.8.6"
@@ -477,10 +478,10 @@
477478
dependencies:
478479
"@babel/helper-plugin-utils" "^7.8.3"
479480

480-
"@babel/plugin-transform-destructuring@^7.8.3":
481-
version "7.8.3"
482-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz#20ddfbd9e4676906b1056ee60af88590cc7aaa0b"
483-
integrity sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ==
481+
"@babel/plugin-transform-destructuring@^7.9.5":
482+
version "7.9.5"
483+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50"
484+
integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q==
484485
dependencies:
485486
"@babel/helper-plugin-utils" "^7.8.3"
486487

@@ -595,12 +596,11 @@
595596
"@babel/helper-plugin-utils" "^7.8.3"
596597
"@babel/helper-replace-supers" "^7.8.3"
597598

598-
"@babel/plugin-transform-parameters@^7.8.7":
599-
version "7.8.7"
600-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.7.tgz#66fa2f1de4129b4e0447509223ac71bda4955395"
601-
integrity sha512-brYWaEPTRimOctz2NDA3jnBbDi7SVN2T4wYuu0aqSzxC3nozFZngGaw29CJ9ZPweB7k+iFmZuoG3IVPIcXmD2g==
599+
"@babel/plugin-transform-parameters@^7.9.5":
600+
version "7.9.5"
601+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795"
602+
integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA==
602603
dependencies:
603-
"@babel/helper-call-delegate" "^7.8.7"
604604
"@babel/helper-get-function-arity" "^7.8.3"
605605
"@babel/helper-plugin-utils" "^7.8.3"
606606

@@ -679,10 +679,10 @@
679679
"@babel/helper-create-regexp-features-plugin" "^7.8.3"
680680
"@babel/helper-plugin-utils" "^7.8.3"
681681

682-
"@babel/[email protected].0":
683-
version "7.9.0"
684-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8"
685-
integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ==
682+
"@babel/[email protected].5":
683+
version "7.9.5"
684+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f"
685+
integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ==
686686
dependencies:
687687
"@babel/compat-data" "^7.9.0"
688688
"@babel/helper-compilation-targets" "^7.8.7"
@@ -693,7 +693,7 @@
693693
"@babel/plugin-proposal-json-strings" "^7.8.3"
694694
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
695695
"@babel/plugin-proposal-numeric-separator" "^7.8.3"
696-
"@babel/plugin-proposal-object-rest-spread" "^7.9.0"
696+
"@babel/plugin-proposal-object-rest-spread" "^7.9.5"
697697
"@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
698698
"@babel/plugin-proposal-optional-chaining" "^7.9.0"
699699
"@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
@@ -710,9 +710,9 @@
710710
"@babel/plugin-transform-async-to-generator" "^7.8.3"
711711
"@babel/plugin-transform-block-scoped-functions" "^7.8.3"
712712
"@babel/plugin-transform-block-scoping" "^7.8.3"
713-
"@babel/plugin-transform-classes" "^7.9.0"
713+
"@babel/plugin-transform-classes" "^7.9.5"
714714
"@babel/plugin-transform-computed-properties" "^7.8.3"
715-
"@babel/plugin-transform-destructuring" "^7.8.3"
715+
"@babel/plugin-transform-destructuring" "^7.9.5"
716716
"@babel/plugin-transform-dotall-regex" "^7.8.3"
717717
"@babel/plugin-transform-duplicate-keys" "^7.8.3"
718718
"@babel/plugin-transform-exponentiation-operator" "^7.8.3"
@@ -727,7 +727,7 @@
727727
"@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
728728
"@babel/plugin-transform-new-target" "^7.8.3"
729729
"@babel/plugin-transform-object-super" "^7.8.3"
730-
"@babel/plugin-transform-parameters" "^7.8.7"
730+
"@babel/plugin-transform-parameters" "^7.9.5"
731731
"@babel/plugin-transform-property-literals" "^7.8.3"
732732
"@babel/plugin-transform-regenerator" "^7.8.7"
733733
"@babel/plugin-transform-reserved-words" "^7.8.3"
@@ -738,7 +738,7 @@
738738
"@babel/plugin-transform-typeof-symbol" "^7.8.4"
739739
"@babel/plugin-transform-unicode-regex" "^7.8.3"
740740
"@babel/preset-modules" "^0.1.3"
741-
"@babel/types" "^7.9.0"
741+
"@babel/types" "^7.9.5"
742742
browserslist "^4.9.1"
743743
core-js-compat "^3.6.2"
744744
invariant "^2.2.2"
@@ -795,12 +795,12 @@
795795
globals "^11.1.0"
796796
lodash "^4.17.13"
797797

798-
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7", "@babel/types@^7.9.0":
799-
version "7.9.0"
800-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
801-
integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng==
798+
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
799+
version "7.9.5"
800+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
801+
integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==
802802
dependencies:
803-
"@babel/helper-validator-identifier" "^7.9.0"
803+
"@babel/helper-validator-identifier" "^7.9.5"
804804
lodash "^4.17.13"
805805
to-fast-properties "^2.0.0"
806806

0 commit comments

Comments
 (0)