Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
chore: auto-update dependencies (#289)
Browse files Browse the repository at this point in the history
Co-authored-by: tophat <[email protected]>
  • Loading branch information
tophat-opensource-bot and tophat authored Mar 24, 2021
1 parent 0cc2f0e commit 34b36f4
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@babel/preset-typescript": "^7.13.0",
"@commitlint/cli": "^11.0.0",
"@monodeploy/test-utils": "link:./testUtils",
Expand Down
54 changes: 34 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ __metadata:
languageName: node
linkType: hard

"@babel/compat-data@npm:^7.13.0, @babel/compat-data@npm:^7.13.8":
version: 7.13.8
resolution: "@babel/compat-data@npm:7.13.8"
checksum: e07e24737973206dd17439224945a354352ce0896d5a0bdd22fc637464eb650bdf6651a42352dc35fa8d55842ce1b66e545a1e3c096ee8f45947dcc32a44be44
"@babel/compat-data@npm:^7.13.0, @babel/compat-data@npm:^7.13.12, @babel/compat-data@npm:^7.13.8":
version: 7.13.12
resolution: "@babel/compat-data@npm:7.13.12"
checksum: a7165243d68ee4d3f22cddd431175678df9c01dc12c11621ba8a76af9907d922d68afaa9f32a05ce2b85e55895dd8ca5c9407a8ec72ffcda12400ca24714d15a
languageName: node
linkType: hard

Expand Down Expand Up @@ -368,6 +368,19 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.13.12":
version: 7.13.12
resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.13.12"
dependencies:
"@babel/helper-plugin-utils": ^7.13.0
"@babel/helper-skip-transparent-expression-wrappers": ^7.12.1
"@babel/plugin-proposal-optional-chaining": ^7.13.12
peerDependencies:
"@babel/core": ^7.13.0
checksum: ad0b508a5c3f3436ff0ff598b7aad63686bfe7f846b19c862c09397bc987ab9244b866204440496cf6d1b7ec07ea01a6fe95fd3067dbdf58ec48d9d4d4d9a440
languageName: node
linkType: hard

"@babel/plugin-proposal-async-generator-functions@npm:^7.13.8":
version: 7.13.8
resolution: "@babel/plugin-proposal-async-generator-functions@npm:7.13.8"
Expand Down Expand Up @@ -492,16 +505,16 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-proposal-optional-chaining@npm:^7.13.8":
version: 7.13.8
resolution: "@babel/plugin-proposal-optional-chaining@npm:7.13.8"
"@babel/plugin-proposal-optional-chaining@npm:^7.13.12":
version: 7.13.12
resolution: "@babel/plugin-proposal-optional-chaining@npm:7.13.12"
dependencies:
"@babel/helper-plugin-utils": ^7.13.0
"@babel/helper-skip-transparent-expression-wrappers": ^7.12.1
"@babel/plugin-syntax-optional-chaining": ^7.8.3
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 8295f1ceda1bc40eb281b611eeebc087db843de318bbffeecd245b0a0ffe7df723ec99c39579d2e1089af2694abde938f30defb16c5f909423fa6d57a7155598
checksum: 8663cfbf5cdfe41f8765976b94de9525c223085d53bb48bd481a03539a7680f2aa3b3fd525d80144e1c1c646cbad817fea7ef8da573bbf0600ddde32fab7420b
languageName: node
linkType: hard

Expand Down Expand Up @@ -1099,14 +1112,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/preset-env@npm:^7.13.10":
version: 7.13.10
resolution: "@babel/preset-env@npm:7.13.10"
"@babel/preset-env@npm:^7.13.12":
version: 7.13.12
resolution: "@babel/preset-env@npm:7.13.12"
dependencies:
"@babel/compat-data": ^7.13.8
"@babel/compat-data": ^7.13.12
"@babel/helper-compilation-targets": ^7.13.10
"@babel/helper-plugin-utils": ^7.13.0
"@babel/helper-validator-option": ^7.12.17
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": ^7.13.12
"@babel/plugin-proposal-async-generator-functions": ^7.13.8
"@babel/plugin-proposal-class-properties": ^7.13.0
"@babel/plugin-proposal-dynamic-import": ^7.13.8
Expand All @@ -1117,7 +1131,7 @@ __metadata:
"@babel/plugin-proposal-numeric-separator": ^7.12.13
"@babel/plugin-proposal-object-rest-spread": ^7.13.8
"@babel/plugin-proposal-optional-catch-binding": ^7.13.8
"@babel/plugin-proposal-optional-chaining": ^7.13.8
"@babel/plugin-proposal-optional-chaining": ^7.13.12
"@babel/plugin-proposal-private-methods": ^7.13.0
"@babel/plugin-proposal-unicode-property-regex": ^7.12.13
"@babel/plugin-syntax-async-generators": ^7.8.4
Expand Down Expand Up @@ -1165,15 +1179,15 @@ __metadata:
"@babel/plugin-transform-unicode-escapes": ^7.12.13
"@babel/plugin-transform-unicode-regex": ^7.12.13
"@babel/preset-modules": ^0.1.4
"@babel/types": ^7.13.0
"@babel/types": ^7.13.12
babel-plugin-polyfill-corejs2: ^0.1.4
babel-plugin-polyfill-corejs3: ^0.1.3
babel-plugin-polyfill-regenerator: ^0.1.2
core-js-compat: ^3.9.0
semver: ^6.3.0
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 1f23eb25dea448fd75a3e525f71181d535d2884fe50c7fbb9aa29918b997a7d92ba27cfb55f8b4070bc1b0507ab3d2d7ba9ee612a972e0f0b7447d4455d2b447
checksum: e86ef0d986e388b5c4efd0b426975cc1e41d0aecea9b94ba54904ad06f2ba92d5ee82c3a073edb21cd7ca15b2a22970478cbdd63a69fb2f01d65161904aa998c
languageName: node
linkType: hard

Expand Down Expand Up @@ -1252,14 +1266,14 @@ __metadata:
languageName: node
linkType: hard

"@babel/types@npm:^7.0.0, @babel/types@npm:^7.12.1, @babel/types@npm:^7.12.13, @babel/types@npm:^7.13.0, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
version: 7.13.0
resolution: "@babel/types@npm:7.13.0"
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.12.1, @babel/types@npm:^7.12.13, @babel/types@npm:^7.13.0, @babel/types@npm:^7.13.12, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
version: 7.13.12
resolution: "@babel/types@npm:7.13.12"
dependencies:
"@babel/helper-validator-identifier": ^7.12.11
lodash: ^4.17.19
to-fast-properties: ^2.0.0
checksum: a47357647a92c08ee2f5059210d37fd7fe190e8d4ef71dd97ba61c6ca7b7e979660bc8ba00fdc51249c037199b634dd984fde8d7a622fdd5e3e2161fe65e94c3
checksum: 154392625ea7b7c550be1ebf624b9cfed394d11bf8b7cb39b0ec874a84313d26dc708cca62b18de9901bce19a9a187f0d4834e8cf365ad2fc9357c96c13923f7
languageName: node
linkType: hard

Expand Down Expand Up @@ -1743,7 +1757,7 @@ __metadata:
"@babel/cli": ^7.13.10
"@babel/core": ^7.13.10
"@babel/plugin-transform-runtime": ^7.13.10
"@babel/preset-env": ^7.13.10
"@babel/preset-env": ^7.13.12
"@babel/preset-typescript": ^7.13.0
"@commitlint/cli": ^11.0.0
"@monodeploy/test-utils": "link:./testUtils"
Expand Down

0 comments on commit 34b36f4

Please sign in to comment.