mirror of
https://github.com/github/codeql-action.git
synced 2026-04-05 11:12:16 +00:00
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:
9
node_modules/yargs/package.json
generated
vendored
9
node_modules/yargs/package.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yargs",
|
||||
"version": "17.3.1",
|
||||
"version": "17.5.1",
|
||||
"description": "yargs the modern, pirate-themed, successor to optimist.",
|
||||
"main": "./index.cjs",
|
||||
"exports": {
|
||||
@@ -16,8 +16,13 @@
|
||||
"import": "./helpers/helpers.mjs",
|
||||
"require": "./helpers/index.js"
|
||||
},
|
||||
"./browser": {
|
||||
"import": "./browser.mjs",
|
||||
"types": "./browser.d.ts"
|
||||
},
|
||||
"./yargs": [
|
||||
{
|
||||
"import": "./yargs.mjs",
|
||||
"require": "./yargs"
|
||||
},
|
||||
"./yargs"
|
||||
@@ -33,11 +38,13 @@
|
||||
],
|
||||
"files": [
|
||||
"browser.mjs",
|
||||
"browser.d.ts",
|
||||
"index.cjs",
|
||||
"helpers/*.js",
|
||||
"helpers/*",
|
||||
"index.mjs",
|
||||
"yargs",
|
||||
"yargs.mjs",
|
||||
"build",
|
||||
"locales",
|
||||
"LICENSE",
|
||||
|
||||
Reference in New Issue
Block a user