mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Bump ava from 3.8.1 to 3.8.2
Bumps [ava](https://github.com/avajs/ava) from 3.8.1 to 3.8.2. - [Release notes](https://github.com/avajs/ava/releases) - [Commits](https://github.com/avajs/ava/compare/v3.8.1...v3.8.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
2324f7048d
commit
d32688b236
2 changed files with 20 additions and 20 deletions
|
|
@ -91,7 +91,7 @@
|
||||||
"@types/webpack": "4.41.12",
|
"@types/webpack": "4.41.12",
|
||||||
"@typescript-eslint/eslint-plugin": "2.28.0",
|
"@typescript-eslint/eslint-plugin": "2.28.0",
|
||||||
"@typescript-eslint/parser": "2.32.0",
|
"@typescript-eslint/parser": "2.32.0",
|
||||||
"ava": "3.8.1",
|
"ava": "3.8.2",
|
||||||
"babel-loader": "8.1.0",
|
"babel-loader": "8.1.0",
|
||||||
"concurrently": "5.2.0",
|
"concurrently": "5.2.0",
|
||||||
"copy-webpack-plugin": "5.1.1",
|
"copy-webpack-plugin": "5.1.1",
|
||||||
|
|
|
||||||
38
yarn.lock
38
yarn.lock
|
|
@ -1523,10 +1523,10 @@ atob@^2.1.2:
|
||||||
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
|
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
|
||||||
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
|
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
|
||||||
|
|
||||||
ava@3.8.1:
|
ava@3.8.2:
|
||||||
version "3.8.1"
|
version "3.8.2"
|
||||||
resolved "https://registry.yarnpkg.com/ava/-/ava-3.8.1.tgz#ec50814f8e6c769b8ed0dcc64bca990cd06bb2d1"
|
resolved "https://registry.yarnpkg.com/ava/-/ava-3.8.2.tgz#877c9eb861763a185bbabd54f359e1fbe57d1754"
|
||||||
integrity sha512-OPWrTxcf1EbtAaGGFQPLbx4AaVqPrFMumKOKn2SzIRo+RTKb33lF2aoVnWqBeZaJ68uSc9R6jqIE7qkG6O33uQ==
|
integrity sha512-sph3oUsVTGsq4qbgeWys03QKCmXjkZUO3oPnFWXEW6g1SReCY9vuONGghMgw1G6VOzkg1k+niqJsOzwfO8h9Ng==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@concordance/react" "^2.0.0"
|
"@concordance/react" "^2.0.0"
|
||||||
acorn "^7.1.1"
|
acorn "^7.1.1"
|
||||||
|
|
@ -1559,7 +1559,7 @@ ava@3.8.1:
|
||||||
indent-string "^4.0.0"
|
indent-string "^4.0.0"
|
||||||
is-error "^2.2.2"
|
is-error "^2.2.2"
|
||||||
is-plain-object "^3.0.0"
|
is-plain-object "^3.0.0"
|
||||||
is-promise "^3.0.0"
|
is-promise "^4.0.0"
|
||||||
lodash "^4.17.15"
|
lodash "^4.17.15"
|
||||||
matcher "^3.0.0"
|
matcher "^3.0.0"
|
||||||
md5-hex "^3.0.1"
|
md5-hex "^3.0.1"
|
||||||
|
|
@ -1570,12 +1570,12 @@ ava@3.8.1:
|
||||||
picomatch "^2.2.2"
|
picomatch "^2.2.2"
|
||||||
pkg-conf "^3.1.0"
|
pkg-conf "^3.1.0"
|
||||||
plur "^4.0.0"
|
plur "^4.0.0"
|
||||||
pretty-ms "^6.0.1"
|
pretty-ms "^7.0.0"
|
||||||
read-pkg "^5.2.0"
|
read-pkg "^5.2.0"
|
||||||
resolve-cwd "^3.0.0"
|
resolve-cwd "^3.0.0"
|
||||||
slash "^3.0.0"
|
slash "^3.0.0"
|
||||||
source-map-support "^0.5.19"
|
source-map-support "^0.5.19"
|
||||||
stack-utils "^2.0.1"
|
stack-utils "^2.0.2"
|
||||||
strip-ansi "^6.0.0"
|
strip-ansi "^6.0.0"
|
||||||
supertap "^1.0.0"
|
supertap "^1.0.0"
|
||||||
temp-dir "^2.0.0"
|
temp-dir "^2.0.0"
|
||||||
|
|
@ -4899,10 +4899,10 @@ is-promise@^2.1.0:
|
||||||
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
|
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
|
||||||
integrity sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=
|
integrity sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=
|
||||||
|
|
||||||
is-promise@^3.0.0:
|
is-promise@^4.0.0:
|
||||||
version "3.0.0"
|
version "4.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-3.0.0.tgz#1f88031af842d9203dc1777cba40411e848f9beb"
|
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-4.0.0.tgz#42ff9f84206c1991d26debf520dd5c01042dd2f3"
|
||||||
integrity sha512-aTHJ4BvETyySzLhguH+7sL4b8765eecqq7ZrHVuhZr3FjCL/IV+LsvisEeH+9d0AkChYny3ad1KEL+mKy4ot7A==
|
integrity sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==
|
||||||
|
|
||||||
is-regex@^1.0.4, is-regex@^1.0.5:
|
is-regex@^1.0.4, is-regex@^1.0.5:
|
||||||
version "1.0.5"
|
version "1.0.5"
|
||||||
|
|
@ -6758,10 +6758,10 @@ pretty-bytes@^1.0.2:
|
||||||
get-stdin "^4.0.1"
|
get-stdin "^4.0.1"
|
||||||
meow "^3.1.0"
|
meow "^3.1.0"
|
||||||
|
|
||||||
pretty-ms@^6.0.1:
|
pretty-ms@^7.0.0:
|
||||||
version "6.0.1"
|
version "7.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-6.0.1.tgz#03ec6cfee20329f142645e63efad96bb775d3da4"
|
resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-7.0.0.tgz#45781273110caf35f55cab21a8a9bd403a233dc0"
|
||||||
integrity sha512-ke4njoVmlotekHlHyCZ3wI/c5AMT8peuHs8rKJqekj/oR5G8lND2dVpicFlUz5cbZgE290vvkMuDwfj/OcW1kw==
|
integrity sha512-J3aPWiC5e9ZeZFuSeBraGxSkGMOvulSWsxDByOcbD1Pr75YL3LSNIKIb52WXbCLE1sS5s4inBBbryjF4Y05Ceg==
|
||||||
dependencies:
|
dependencies:
|
||||||
parse-ms "^2.1.0"
|
parse-ms "^2.1.0"
|
||||||
|
|
||||||
|
|
@ -7880,10 +7880,10 @@ ssri@^8.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
minipass "^3.1.1"
|
minipass "^3.1.1"
|
||||||
|
|
||||||
stack-utils@^2.0.1:
|
stack-utils@^2.0.2:
|
||||||
version "2.0.1"
|
version "2.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.1.tgz#3df48345a3b92adc06038f0e95782df61beff742"
|
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.2.tgz#5cf48b4557becb4638d0bc4f21d23f5d19586593"
|
||||||
integrity sha512-BvBTnHGm8boe+HiJFqP19ywEsGlfQAKqW78pbfvUuzCbUuxPPUyLrH5dYFY+Xn9IpLY3b5ZmMcl8jAqXB4wddg==
|
integrity sha512-0H7QK2ECz3fyZMzQ8rH0j2ykpfbnd20BFtfg/SqVC2+sCTtcw0aDTGB7dk+de4U4uUeuz6nOtJcrkFFLG1B0Rg==
|
||||||
dependencies:
|
dependencies:
|
||||||
escape-string-regexp "^2.0.0"
|
escape-string-regexp "^2.0.0"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue