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

23
node_modules/ci-info/package.json generated vendored
View file

@ -1,18 +1,13 @@
{
"name": "ci-info",
"version": "3.3.0",
"version": "3.3.2",
"description": "Get details about the current Continuous Integration environment",
"main": "index.js",
"typings": "index.d.ts",
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/watson/ci-info.git"
},
"bugs": {
"url": "https://github.com/watson/ci-info/issues"
},
"repository": "https://github.com/watson/ci-info.git",
"bugs": "https://github.com/watson/ci-info/issues",
"homepage": "https://github.com/watson/ci-info",
"keywords": [
"ci",
@ -21,16 +16,18 @@
"test",
"detect"
],
"coordinates": [
55.778231,
12.593179
"files": [
"vendors.json",
"index.js",
"index.d.ts",
"CHANGELOG.md"
],
"scripts": {
"test": "standard && node test.js"
},
"devDependencies": {
"clear-module": "^4.1.2",
"standard": "^16.0.4",
"tape": "^5.3.2"
"standard": "^17.0.0",
"tape": "^5.5.3"
}
}