chore(deps): update all npm dependencies for playwright (#5496)

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
This commit is contained in:
depfu[bot] 2023-04-19 18:12:56 -04:00 committed by GitHub
parent 6611e31e7b
commit fdff116874
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 122 additions and 116 deletions

View file

@ -22,7 +22,17 @@
"eslint-plugin-n": "15.7.0", "eslint-plugin-n": "15.7.0",
"eslint-plugin-node": "11.1.0", "eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1", "eslint-plugin-promise": "6.1.1",
"npm-check-updates": "16.7.10" "npm-check-updates": "16.10.8"
}
},
"node_modules/@colors/colors": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
"integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
"dev": true,
"optional": true,
"engines": {
"node": ">=0.1.90"
} }
}, },
"node_modules/@eslint-community/eslint-utils": { "node_modules/@eslint-community/eslint-utils": {
@ -1014,16 +1024,19 @@
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/cli-table": { "node_modules/cli-table3": {
"version": "0.3.11", "version": "0.6.3",
"resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.11.tgz", "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz",
"integrity": "sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ==", "integrity": "sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"colors": "1.0.3" "string-width": "^4.2.0"
}, },
"engines": { "engines": {
"node": ">= 0.2.0" "node": "10.* || >= 12.*"
},
"optionalDependencies": {
"@colors/colors": "1.5.0"
} }
}, },
"node_modules/color-convert": { "node_modules/color-convert": {
@ -1053,15 +1066,6 @@
"color-support": "bin.js" "color-support": "bin.js"
} }
}, },
"node_modules/colors": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz",
"integrity": "sha512-pFGrxThWcWQ2MsAz6RtgeWe4NK2kUE1WfsrvvlctdII745EW9I0yflqhe7++M5LEc7bV2c/9/5zc8sFcpL0Drw==",
"dev": true,
"engines": {
"node": ">=0.1.90"
}
},
"node_modules/commander": { "node_modules/commander": {
"version": "10.0.0", "version": "10.0.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-10.0.0.tgz", "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.0.tgz",
@ -2642,12 +2646,12 @@
"dev": true "dev": true
}, },
"node_modules/ini": { "node_modules/ini": {
"version": "3.0.1", "version": "4.1.0",
"resolved": "https://registry.npmjs.org/ini/-/ini-3.0.1.tgz", "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.0.tgz",
"integrity": "sha512-it4HyVAUTKBc6m8e1iXWvXSTdndF7HbdN713+kvLrymxTaU4AUBWrJ4vEooP+V7fexnVD3LKcBshjGGPefSMUQ==", "integrity": "sha512-HLR38RSF2iulAzc3I/sma4CoYxQP844rPYCNfzGDOHqa/YqVlwuuZgBx6M50/X8dKgzk0cm1qRg3+47mK2N+cQ==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0" "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
} }
}, },
"node_modules/internal-slot": { "node_modules/internal-slot": {
@ -3730,13 +3734,13 @@
} }
}, },
"node_modules/npm-check-updates": { "node_modules/npm-check-updates": {
"version": "16.7.10", "version": "16.10.8",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.7.10.tgz", "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.10.8.tgz",
"integrity": "sha512-sLDgYD8ebkH9Jd6mPIq7UDGLr3DAxkHl6ZuJrEF4rauLv6DqHBxtnF16MHUPN+/eBt5QbH4GL/+nxfSAFm3TfQ==", "integrity": "sha512-e+p3rUCvaU0iKOvi+/Xiyx+mLe9/aRTu9Zrc7+TR6H2q+uFgmXEwqbXYN9Ngqsta8gdTjpn751UD5MEOogO5cA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chalk": "^5.2.0", "chalk": "^5.2.0",
"cli-table": "^0.3.11", "cli-table3": "^0.6.3",
"commander": "^10.0.0", "commander": "^10.0.0",
"fast-memoize": "^2.5.2", "fast-memoize": "^2.5.2",
"find-up": "5.0.0", "find-up": "5.0.0",
@ -3744,27 +3748,27 @@
"get-stdin": "^8.0.0", "get-stdin": "^8.0.0",
"globby": "^11.0.4", "globby": "^11.0.4",
"hosted-git-info": "^5.1.0", "hosted-git-info": "^5.1.0",
"ini": "^3.0.1", "ini": "^4.0.0",
"js-yaml": "^4.1.0",
"json-parse-helpfulerror": "^1.0.3", "json-parse-helpfulerror": "^1.0.3",
"jsonlines": "^0.1.1", "jsonlines": "^0.1.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"minimatch": "^7.0.1", "minimatch": "^8.0.3",
"p-map": "^4.0.0", "p-map": "^4.0.0",
"pacote": "15.1.1", "pacote": "15.1.1",
"parse-github-url": "^1.0.2", "parse-github-url": "^1.0.2",
"progress": "^2.0.3", "progress": "^2.0.3",
"prompts-ncu": "^2.5.1", "prompts-ncu": "^3.0.0",
"rc-config-loader": "^4.1.2", "rc-config-loader": "^4.1.2",
"remote-git-tags": "^3.0.0", "remote-git-tags": "^3.0.0",
"rimraf": "^4.1.2", "rimraf": "^4.4.1",
"semver": "^7.3.8", "semver": "^7.3.8",
"semver-utils": "^1.1.4", "semver-utils": "^1.1.4",
"source-map-support": "^0.5.21", "source-map-support": "^0.5.21",
"spawn-please": "^2.0.1", "spawn-please": "^2.0.1",
"strip-json-comments": "^5.0.0", "strip-json-comments": "^5.0.0",
"untildify": "^4.0.0", "untildify": "^4.0.0",
"update-notifier": "^6.0.2", "update-notifier": "^6.0.2"
"yaml": "^2.2.1"
}, },
"bin": { "bin": {
"ncu": "build/src/bin/cli.js", "ncu": "build/src/bin/cli.js",
@ -3796,13 +3800,13 @@
} }
}, },
"node_modules/npm-check-updates/node_modules/glob": { "node_modules/npm-check-updates/node_modules/glob": {
"version": "9.3.0", "version": "9.3.5",
"resolved": "https://registry.npmjs.org/glob/-/glob-9.3.0.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz",
"integrity": "sha512-EAZejC7JvnQINayvB/7BJbpZpNOJ8Lrw2OZNEvQxe0vaLn1SuwMcfV7/MNaX8L/T0wmptBFI4YMtDvSBxYDc7w==", "integrity": "sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"minimatch": "^7.4.1", "minimatch": "^8.0.2",
"minipass": "^4.2.4", "minipass": "^4.2.4",
"path-scurry": "^1.6.1" "path-scurry": "^1.6.1"
}, },
@ -3814,24 +3818,24 @@
} }
}, },
"node_modules/npm-check-updates/node_modules/minimatch": { "node_modules/npm-check-updates/node_modules/minimatch": {
"version": "7.4.2", "version": "8.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz",
"integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==", "integrity": "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"brace-expansion": "^2.0.1" "brace-expansion": "^2.0.1"
}, },
"engines": { "engines": {
"node": ">=10" "node": ">=16 || 14 >=14.17"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/isaacs" "url": "https://github.com/sponsors/isaacs"
} }
}, },
"node_modules/npm-check-updates/node_modules/rimraf": { "node_modules/npm-check-updates/node_modules/rimraf": {
"version": "4.4.0", "version": "4.4.1",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.4.0.tgz", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.4.1.tgz",
"integrity": "sha512-X36S+qpCUR0HjXlkDe4NAOhS//aHH0Z+h8Ckf2auGJk3PTnx5rLmrHkwNdbVQuCSUhOyFrlRvFEllZOYE+yZGQ==", "integrity": "sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"glob": "^9.2.0" "glob": "^9.2.0"
@ -4268,28 +4272,37 @@
"dev": true "dev": true
}, },
"node_modules/path-scurry": { "node_modules/path-scurry": {
"version": "1.6.1", "version": "1.7.0",
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.6.1.tgz", "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.7.0.tgz",
"integrity": "sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==", "integrity": "sha512-UkZUeDjczjYRE495+9thsgcVgsaCPkaw80slmfVFgllxY+IO8ubTsOpFVjDPROBqJdHfVPUFRHPBV/WciOVfWg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"lru-cache": "^7.14.1", "lru-cache": "^9.0.0",
"minipass": "^4.0.2" "minipass": "^5.0.0"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=16 || 14 >=14.17"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/isaacs" "url": "https://github.com/sponsors/isaacs"
} }
}, },
"node_modules/path-scurry/node_modules/lru-cache": { "node_modules/path-scurry/node_modules/lru-cache": {
"version": "7.18.3", "version": "9.0.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.0.3.tgz",
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "integrity": "sha512-cyjNRew29d4kbgnz1sjDqxg7qg8NW4s+HQzCGjeon7DV5T2yDije16W9HaUFV1dhVEMh+SjrOcK0TomBmf3Egg==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=12" "node": "14 || >=16.14"
}
},
"node_modules/path-scurry/node_modules/minipass": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
"dev": true,
"engines": {
"node": ">=8"
} }
}, },
"node_modules/path-type": { "node_modules/path-type": {
@ -4372,16 +4385,16 @@
} }
}, },
"node_modules/prompts-ncu": { "node_modules/prompts-ncu": {
"version": "2.5.1", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/prompts-ncu/-/prompts-ncu-2.5.1.tgz", "resolved": "https://registry.npmjs.org/prompts-ncu/-/prompts-ncu-3.0.0.tgz",
"integrity": "sha512-Hdd7GgV7b76Yh9FP9HL1D9xqtJCJdVPpiM2vDtuoc8W1KfweJe15gutFYmxkq83ViFaagFM8K0UcPCQ/tZq8bA==", "integrity": "sha512-qyz9UxZ5MlPKWVhWrCmSZ1ahm2GVYdjLb8og2sg0IPth1KRuhcggHGuijz0e41dkx35p1t1q3GRISGH7QGALFA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"kleur": "^4.0.1", "kleur": "^4.0.1",
"sisteransi": "^1.0.5" "sisteransi": "^1.0.5"
}, },
"engines": { "engines": {
"node": ">= 6" "node": ">= 14"
} }
}, },
"node_modules/proto-list": { "node_modules/proto-list": {
@ -5791,15 +5804,6 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
"dev": true "dev": true
}, },
"node_modules/yaml": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.1.tgz",
"integrity": "sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==",
"dev": true,
"engines": {
"node": ">= 14"
}
},
"node_modules/yocto-queue": { "node_modules/yocto-queue": {
"version": "0.1.0", "version": "0.1.0",
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
@ -5814,6 +5818,13 @@
} }
}, },
"dependencies": { "dependencies": {
"@colors/colors": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
"integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
"dev": true,
"optional": true
},
"@eslint-community/eslint-utils": { "@eslint-community/eslint-utils": {
"version": "4.4.0", "version": "4.4.0",
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
@ -6534,13 +6545,14 @@
"integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==",
"dev": true "dev": true
}, },
"cli-table": { "cli-table3": {
"version": "0.3.11", "version": "0.6.3",
"resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.11.tgz", "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz",
"integrity": "sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ==", "integrity": "sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==",
"dev": true, "dev": true,
"requires": { "requires": {
"colors": "1.0.3" "@colors/colors": "1.5.0",
"string-width": "^4.2.0"
} }
}, },
"color-convert": { "color-convert": {
@ -6564,12 +6576,6 @@
"integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
"dev": true "dev": true
}, },
"colors": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz",
"integrity": "sha512-pFGrxThWcWQ2MsAz6RtgeWe4NK2kUE1WfsrvvlctdII745EW9I0yflqhe7++M5LEc7bV2c/9/5zc8sFcpL0Drw==",
"dev": true
},
"commander": { "commander": {
"version": "10.0.0", "version": "10.0.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-10.0.0.tgz", "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.0.tgz",
@ -7735,9 +7741,9 @@
"dev": true "dev": true
}, },
"ini": { "ini": {
"version": "3.0.1", "version": "4.1.0",
"resolved": "https://registry.npmjs.org/ini/-/ini-3.0.1.tgz", "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.0.tgz",
"integrity": "sha512-it4HyVAUTKBc6m8e1iXWvXSTdndF7HbdN713+kvLrymxTaU4AUBWrJ4vEooP+V7fexnVD3LKcBshjGGPefSMUQ==", "integrity": "sha512-HLR38RSF2iulAzc3I/sma4CoYxQP844rPYCNfzGDOHqa/YqVlwuuZgBx6M50/X8dKgzk0cm1qRg3+47mK2N+cQ==",
"dev": true "dev": true
}, },
"internal-slot": { "internal-slot": {
@ -8554,13 +8560,13 @@
} }
}, },
"npm-check-updates": { "npm-check-updates": {
"version": "16.7.10", "version": "16.10.8",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.7.10.tgz", "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.10.8.tgz",
"integrity": "sha512-sLDgYD8ebkH9Jd6mPIq7UDGLr3DAxkHl6ZuJrEF4rauLv6DqHBxtnF16MHUPN+/eBt5QbH4GL/+nxfSAFm3TfQ==", "integrity": "sha512-e+p3rUCvaU0iKOvi+/Xiyx+mLe9/aRTu9Zrc7+TR6H2q+uFgmXEwqbXYN9Ngqsta8gdTjpn751UD5MEOogO5cA==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^5.2.0", "chalk": "^5.2.0",
"cli-table": "^0.3.11", "cli-table3": "^0.6.3",
"commander": "^10.0.0", "commander": "^10.0.0",
"fast-memoize": "^2.5.2", "fast-memoize": "^2.5.2",
"find-up": "5.0.0", "find-up": "5.0.0",
@ -8568,27 +8574,27 @@
"get-stdin": "^8.0.0", "get-stdin": "^8.0.0",
"globby": "^11.0.4", "globby": "^11.0.4",
"hosted-git-info": "^5.1.0", "hosted-git-info": "^5.1.0",
"ini": "^3.0.1", "ini": "^4.0.0",
"js-yaml": "^4.1.0",
"json-parse-helpfulerror": "^1.0.3", "json-parse-helpfulerror": "^1.0.3",
"jsonlines": "^0.1.1", "jsonlines": "^0.1.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"minimatch": "^7.0.1", "minimatch": "^8.0.3",
"p-map": "^4.0.0", "p-map": "^4.0.0",
"pacote": "15.1.1", "pacote": "15.1.1",
"parse-github-url": "^1.0.2", "parse-github-url": "^1.0.2",
"progress": "^2.0.3", "progress": "^2.0.3",
"prompts-ncu": "^2.5.1", "prompts-ncu": "^3.0.0",
"rc-config-loader": "^4.1.2", "rc-config-loader": "^4.1.2",
"remote-git-tags": "^3.0.0", "remote-git-tags": "^3.0.0",
"rimraf": "^4.1.2", "rimraf": "^4.4.1",
"semver": "^7.3.8", "semver": "^7.3.8",
"semver-utils": "^1.1.4", "semver-utils": "^1.1.4",
"source-map-support": "^0.5.21", "source-map-support": "^0.5.21",
"spawn-please": "^2.0.1", "spawn-please": "^2.0.1",
"strip-json-comments": "^5.0.0", "strip-json-comments": "^5.0.0",
"untildify": "^4.0.0", "untildify": "^4.0.0",
"update-notifier": "^6.0.2", "update-notifier": "^6.0.2"
"yaml": "^2.2.1"
}, },
"dependencies": { "dependencies": {
"brace-expansion": { "brace-expansion": {
@ -8607,30 +8613,30 @@
"dev": true "dev": true
}, },
"glob": { "glob": {
"version": "9.3.0", "version": "9.3.5",
"resolved": "https://registry.npmjs.org/glob/-/glob-9.3.0.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz",
"integrity": "sha512-EAZejC7JvnQINayvB/7BJbpZpNOJ8Lrw2OZNEvQxe0vaLn1SuwMcfV7/MNaX8L/T0wmptBFI4YMtDvSBxYDc7w==", "integrity": "sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"minimatch": "^7.4.1", "minimatch": "^8.0.2",
"minipass": "^4.2.4", "minipass": "^4.2.4",
"path-scurry": "^1.6.1" "path-scurry": "^1.6.1"
} }
}, },
"minimatch": { "minimatch": {
"version": "7.4.2", "version": "8.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz",
"integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==", "integrity": "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==",
"dev": true, "dev": true,
"requires": { "requires": {
"brace-expansion": "^2.0.1" "brace-expansion": "^2.0.1"
} }
}, },
"rimraf": { "rimraf": {
"version": "4.4.0", "version": "4.4.1",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.4.0.tgz", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.4.1.tgz",
"integrity": "sha512-X36S+qpCUR0HjXlkDe4NAOhS//aHH0Z+h8Ckf2auGJk3PTnx5rLmrHkwNdbVQuCSUhOyFrlRvFEllZOYE+yZGQ==", "integrity": "sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==",
"dev": true, "dev": true,
"requires": { "requires": {
"glob": "^9.2.0" "glob": "^9.2.0"
@ -8948,19 +8954,25 @@
"dev": true "dev": true
}, },
"path-scurry": { "path-scurry": {
"version": "1.6.1", "version": "1.7.0",
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.6.1.tgz", "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.7.0.tgz",
"integrity": "sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==", "integrity": "sha512-UkZUeDjczjYRE495+9thsgcVgsaCPkaw80slmfVFgllxY+IO8ubTsOpFVjDPROBqJdHfVPUFRHPBV/WciOVfWg==",
"dev": true, "dev": true,
"requires": { "requires": {
"lru-cache": "^7.14.1", "lru-cache": "^9.0.0",
"minipass": "^4.0.2" "minipass": "^5.0.0"
}, },
"dependencies": { "dependencies": {
"lru-cache": { "lru-cache": {
"version": "7.18.3", "version": "9.0.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.0.3.tgz",
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "integrity": "sha512-cyjNRew29d4kbgnz1sjDqxg7qg8NW4s+HQzCGjeon7DV5T2yDije16W9HaUFV1dhVEMh+SjrOcK0TomBmf3Egg==",
"dev": true
},
"minipass": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz",
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
"dev": true "dev": true
} }
} }
@ -9018,9 +9030,9 @@
} }
}, },
"prompts-ncu": { "prompts-ncu": {
"version": "2.5.1", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/prompts-ncu/-/prompts-ncu-2.5.1.tgz", "resolved": "https://registry.npmjs.org/prompts-ncu/-/prompts-ncu-3.0.0.tgz",
"integrity": "sha512-Hdd7GgV7b76Yh9FP9HL1D9xqtJCJdVPpiM2vDtuoc8W1KfweJe15gutFYmxkq83ViFaagFM8K0UcPCQ/tZq8bA==", "integrity": "sha512-qyz9UxZ5MlPKWVhWrCmSZ1ahm2GVYdjLb8og2sg0IPth1KRuhcggHGuijz0e41dkx35p1t1q3GRISGH7QGALFA==",
"dev": true, "dev": true,
"requires": { "requires": {
"kleur": "^4.0.1", "kleur": "^4.0.1",
@ -10060,12 +10072,6 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
"dev": true "dev": true
}, },
"yaml": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.1.tgz",
"integrity": "sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==",
"dev": true
},
"yocto-queue": { "yocto-queue": {
"version": "0.1.0", "version": "0.1.0",
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",

View file

@ -14,7 +14,7 @@
"eslint-plugin-n": "15.7.0", "eslint-plugin-n": "15.7.0",
"eslint-plugin-node": "11.1.0", "eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1", "eslint-plugin-promise": "6.1.1",
"npm-check-updates": "16.7.10" "npm-check-updates": "16.10.8"
}, },
"dependencies": { "dependencies": {
"@faker-js/faker": "7.6.0", "@faker-js/faker": "7.6.0",