Skip to content

Commit ab80f2f

Browse files
Bump @babel/preset-env from 7.12.16 to 7.12.17
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.16 to 7.12.17. - [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.12.17/packages/babel-preset-env) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 8ea9aaf commit ab80f2f

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"devDependencies": {
7373
"@babel/cli": "7.12.16",
7474
"@babel/core": "7.12.16",
75-
"@babel/preset-env": "7.12.16",
75+
"@babel/preset-env": "7.12.17",
7676
"@babel/preset-typescript": "7.12.16",
7777
"@rollup/plugin-commonjs": "17.1.0",
7878
"@rollup/plugin-node-resolve": "11.1.1",

yarn.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@
9292
"@babel/helper-explode-assignable-expression" "^7.12.13"
9393
"@babel/types" "^7.12.13"
9494

95-
"@babel/helper-compilation-targets@^7.12.16":
96-
version "7.12.16"
97-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.16.tgz#6905238b4a5e02ba2d032c1a49dd1820fe8ce61b"
98-
integrity sha512-dBHNEEaZx7F3KoUYqagIhRIeqyyuI65xMndMZ3WwGwEBI609I4TleYQHcrS627vbKyNTXqShoN+fvYD9HuQxAg==
95+
"@babel/helper-compilation-targets@^7.12.17":
96+
version "7.12.17"
97+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.17.tgz#91d83fae61ef390d39c3f0507cb83979bab837c7"
98+
integrity sha512-5EkibqLVYOuZ89BSg2lv+GG8feywLuvMXNYgf0Im4MssE0mFWPztSpJbildNnUgw0bLI2EsIN4MpSHC2iUJkQA==
9999
dependencies:
100100
"@babel/compat-data" "^7.12.13"
101-
"@babel/helper-validator-option" "^7.12.16"
101+
"@babel/helper-validator-option" "^7.12.17"
102102
browserslist "^4.14.5"
103103
semver "^5.5.0"
104104

@@ -255,10 +255,10 @@
255255
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
256256
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
257257

258-
"@babel/helper-validator-option@^7.12.16":
259-
version "7.12.16"
260-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.16.tgz#f73cbd3bbba51915216c5dea908e9b206bb10051"
261-
integrity sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ==
258+
"@babel/helper-validator-option@^7.12.16", "@babel/helper-validator-option@^7.12.17":
259+
version "7.12.17"
260+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
261+
integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==
262262

263263
"@babel/helper-wrap-function@^7.12.13":
264264
version "7.12.13"
@@ -310,10 +310,10 @@
310310
"@babel/helper-create-class-features-plugin" "^7.12.13"
311311
"@babel/helper-plugin-utils" "^7.12.13"
312312

313-
"@babel/plugin-proposal-dynamic-import@^7.12.16":
314-
version "7.12.16"
315-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.16.tgz#b9f33b252e3406d492a15a799c9d45a9a9613473"
316-
integrity sha512-yiDkYFapVxNOCcBfLnsb/qdsliroM+vc3LHiZwS4gh7pFjo5Xq3BDhYBNn3H3ao+hWPvqeeTdU+s+FIvokov+w==
313+
"@babel/plugin-proposal-dynamic-import@^7.12.17":
314+
version "7.12.17"
315+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.17.tgz#e0ebd8db65acc37eac518fa17bead2174e224512"
316+
integrity sha512-ZNGoFZqrnuy9H2izB2jLlnNDAfVPlGl5NhFEiFe4D84ix9GQGygF+CWMGHKuE+bpyS/AOuDQCnkiRNqW2IzS1Q==
317317
dependencies:
318318
"@babel/helper-plugin-utils" "^7.12.13"
319319
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
@@ -375,10 +375,10 @@
375375
"@babel/helper-plugin-utils" "^7.12.13"
376376
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
377377

378-
"@babel/plugin-proposal-optional-chaining@^7.12.16":
379-
version "7.12.16"
380-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.16.tgz#600c7531f754186b0f2096e495a92da7d88aa139"
381-
integrity sha512-O3ohPwOhkwji5Mckb7F/PJpJVJY3DpPsrt/F0Bk40+QMk9QpAIqeGusHWqu/mYqsM8oBa6TziL/2mbERWsUZjg==
378+
"@babel/plugin-proposal-optional-chaining@^7.12.17":
379+
version "7.12.17"
380+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.17.tgz#e382becadc2cb16b7913b6c672d92e4b33385b5c"
381+
integrity sha512-TvxwI80pWftrGPKHNfkvX/HnoeSTR7gC4ezWnAL39PuktYUe6r8kEpOLTYnkBTsaoeazXm2jHJ22EQ81sdgfcA==
382382
dependencies:
383383
"@babel/helper-plugin-utils" "^7.12.13"
384384
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -762,27 +762,27 @@
762762
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
763763
"@babel/helper-plugin-utils" "^7.12.13"
764764

765-
"@babel/preset-env@7.12.16":
766-
version "7.12.16"
767-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.16.tgz#16710e3490e37764b2f41886de0a33bc4ae91082"
768-
integrity sha512-BXCAXy8RE/TzX416pD2hsVdkWo0G+tYd16pwnRV4Sc0fRwTLRS/Ssv8G5RLXUGQv7g4FG7TXkdDJxCjQ5I+Zjg==
765+
"@babel/preset-env@7.12.17":
766+
version "7.12.17"
767+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.17.tgz#94a3793ff089c32ee74d76a3c03a7597693ebaaa"
768+
integrity sha512-9PMijx8zFbCwTHrd2P4PJR5nWGH3zWebx2OcpTjqQrHhCiL2ssSR2Sc9ko2BsI2VmVBfoaQmPrlMTCui4LmXQg==
769769
dependencies:
770770
"@babel/compat-data" "^7.12.13"
771-
"@babel/helper-compilation-targets" "^7.12.16"
771+
"@babel/helper-compilation-targets" "^7.12.17"
772772
"@babel/helper-module-imports" "^7.12.13"
773773
"@babel/helper-plugin-utils" "^7.12.13"
774-
"@babel/helper-validator-option" "^7.12.16"
774+
"@babel/helper-validator-option" "^7.12.17"
775775
"@babel/plugin-proposal-async-generator-functions" "^7.12.13"
776776
"@babel/plugin-proposal-class-properties" "^7.12.13"
777-
"@babel/plugin-proposal-dynamic-import" "^7.12.16"
777+
"@babel/plugin-proposal-dynamic-import" "^7.12.17"
778778
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
779779
"@babel/plugin-proposal-json-strings" "^7.12.13"
780780
"@babel/plugin-proposal-logical-assignment-operators" "^7.12.13"
781781
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.13"
782782
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
783783
"@babel/plugin-proposal-object-rest-spread" "^7.12.13"
784784
"@babel/plugin-proposal-optional-catch-binding" "^7.12.13"
785-
"@babel/plugin-proposal-optional-chaining" "^7.12.16"
785+
"@babel/plugin-proposal-optional-chaining" "^7.12.17"
786786
"@babel/plugin-proposal-private-methods" "^7.12.13"
787787
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
788788
"@babel/plugin-syntax-async-generators" "^7.8.0"
@@ -830,7 +830,7 @@
830830
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
831831
"@babel/plugin-transform-unicode-regex" "^7.12.13"
832832
"@babel/preset-modules" "^0.1.3"
833-
"@babel/types" "^7.12.13"
833+
"@babel/types" "^7.12.17"
834834
core-js-compat "^3.8.0"
835835
semver "^5.5.0"
836836

@@ -885,10 +885,10 @@
885885
globals "^11.1.0"
886886
lodash "^4.17.19"
887887

888-
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
889-
version "7.12.13"
890-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611"
891-
integrity sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==
888+
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.17", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
889+
version "7.12.17"
890+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.17.tgz#9d711eb807e0934c90b8b1ca0eb1f7230d150963"
891+
integrity sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ==
892892
dependencies:
893893
"@babel/helper-validator-identifier" "^7.12.11"
894894
lodash "^4.17.19"

0 commit comments

Comments
 (0)