Update ava to 4.3.3

The [release notes](https://github.com/avajs/ava/releases/tag/v4.3.3)
mention compatibility with Node 18.8.
This commit is contained in:
Henry Mercer 2022-09-02 18:02:07 +01:00
parent 21530f507f
commit bea5e4b220
160 changed files with 2647 additions and 2263 deletions

12
node_modules/figures/package.json generated vendored
View file

@ -1,6 +1,6 @@
{
"name": "figures",
"version": "4.0.0",
"version": "4.0.1",
"description": "Unicode symbols with fallbacks for older terminals",
"license": "MIT",
"repository": "sindresorhus/figures",
@ -36,12 +36,12 @@
],
"dependencies": {
"escape-string-regexp": "^5.0.0",
"is-unicode-supported": "^1.0.0"
"is-unicode-supported": "^1.2.0"
},
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.17.0",
"typescript": "^4.3.5",
"xo": "^0.40.3"
"ava": "^4.1.0",
"tsd": "^0.19.1",
"typescript": "^4.6.3",
"xo": "^0.48.0"
}
}