Skip to content

Commit

Permalink
Merge 964ef48 into 013606c
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 30, 2020
2 parents 013606c + 964ef48 commit dfd7fd6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"dependencies": {},
"devDependencies": {
"@aureooms/js-heap-spec": "15.0.3",
"@babel/cli": "7.10.3",
"@babel/cli": "7.10.4",
"@babel/core": "7.10.3",
"@babel/plugin-proposal-async-generator-functions": "7.10.3",
"@babel/polyfill": "7.10.1",
"@babel/polyfill": "7.10.4",
"@babel/preset-env": "7.10.3",
"@babel/register": "7.10.3",
"@babel/register": "7.10.4",
"ava": "3.9.0",
"coveralls": "3.1.0",
"esdoc": "1.1.0",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
resolved "https://registry.yarnpkg.com/@aureooms/js-random/-/js-random-2.0.0.tgz#f62c6954ed79bd9a520197125ee3cfbe14b00d72"
integrity sha1-9ixpVO15vZpSAZcSXuPPvhSwDXI=

"@babel/cli@7.10.3":
version "7.10.3"
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.3.tgz#4ea83bd997d2a41c78d07263ada3ec466fb3764b"
integrity sha512-lWB3yH5/fWY8pi2Kj5/fA+17guJ9feSBw5DNjTju3/nRi9sXnl1JPh7aKQOSvdNbiDbkzzoGYtsr46M8dGmXDQ==
"@babel/cli@7.10.4":
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.4.tgz#ba38ad6d0b4b772a67b106934b7c33d656031896"
integrity sha512-xX99K4V1BzGJdQANK5cwK+EpF1vP9gvqhn+iWvG+TubCjecplW7RSQimJ2jcCvu6fnK5pY6mZMdu6EWTj32QVA==
dependencies:
commander "^4.0.1"
convert-source-map "^1.1.0"
Expand Down Expand Up @@ -1005,10 +1005,10 @@
"@babel/helper-create-regexp-features-plugin" "^7.10.1"
"@babel/helper-plugin-utils" "^7.10.1"

"@babel/polyfill@7.10.1":
version "7.10.1"
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.10.1.tgz#d56d4c8be8dd6ec4dce2649474e9b707089f739f"
integrity sha512-TviueJ4PBW5p48ra8IMtLXVkDucrlOZAIZ+EXqS3Ot4eukHbWiqcn7DcqpA1k5PcKtmJ4Xl9xwdv6yQvvcA+3g==
"@babel/polyfill@7.10.4":
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.10.4.tgz#915e5bfe61490ac0199008e35ca9d7d151a8e45a"
integrity sha512-8BYcnVqQ5kMD2HXoHInBH7H1b/uP3KdnwCYXOqFnXqguOyuu443WXusbIUbWEfY3Z0Txk0M1uG/8YuAMhNl6zg==
dependencies:
core-js "^2.6.5"
regenerator-runtime "^0.13.4"
Expand Down Expand Up @@ -1094,10 +1094,10 @@
"@babel/types" "^7.4.4"
esutils "^2.0.2"

"@babel/register@7.10.3":
version "7.10.3"
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.10.3.tgz#b49b6603fc8d214cd2f77a6ed2256bd198b5994b"
integrity sha512-s1il0vdd02HCGwV1iocGJEzcbTNouZqMolSXKXFAiTNJSudPas9jdLQwyPPyAJxdNL6KGJ8pwWIOpKmgO/JWqg==
"@babel/register@7.10.4":
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.10.4.tgz#53004ba8b04c4af3cbd84508e03ad150669746e4"
integrity sha512-whHmgGiWNVyTVnYTSawtDWhaeYsc+noeU8Rmi+MPnbGhDYmr5QpEDMrQcIA07D2RUv0BlThPcN89XcHCqq/O4g==
dependencies:
find-cache-dir "^2.0.0"
lodash "^4.17.13"
Expand Down

0 comments on commit dfd7fd6

Please sign in to comment.