chore(deps): lock file maintenance (#2797)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-23 07:05:08 +00:00 committed by GitHub
parent ab4fe4c3d4
commit 18bd0c4904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

447
package-lock.json generated
View File

@ -246,9 +246,9 @@
} }
}, },
"node_modules/@octokit/core": { "node_modules/@octokit/core": {
"version": "4.2.0", "version": "4.2.1",
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.2.0.tgz", "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.2.1.tgz",
"integrity": "sha512-AgvDRUg3COpR82P7PBdGZF/NNqGmtMq2NiPqeSsDIeCfYFOZ9gddqWNQHnFdEUf+YwOj4aZYmJnlPp7OXmDIDg==", "integrity": "sha512-tEDxFx8E38zF3gT7sSMDrT1tGumDgsw5yPG6BBh/X+5ClIQfMH/Yqocxz1PnHx6CHyF6pxmovUTOfZAUvQ0Lvw==",
"dependencies": { "dependencies": {
"@octokit/auth-token": "^3.0.0", "@octokit/auth-token": "^3.0.0",
"@octokit/graphql": "^5.0.0", "@octokit/graphql": "^5.0.0",
@ -276,9 +276,9 @@
} }
}, },
"node_modules/@octokit/graphql": { "node_modules/@octokit/graphql": {
"version": "5.0.5", "version": "5.0.6",
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.5.tgz", "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.6.tgz",
"integrity": "sha512-Qwfvh3xdqKtIznjX9lz2D458r7dJPP8l6r4GQkIdWQouZwHQK0mVT88uwiU2bdTU2OtT1uOlKpRciUWldpG0yQ==", "integrity": "sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==",
"dependencies": { "dependencies": {
"@octokit/request": "^6.0.0", "@octokit/request": "^6.0.0",
"@octokit/types": "^9.0.0", "@octokit/types": "^9.0.0",
@ -289,16 +289,17 @@
} }
}, },
"node_modules/@octokit/openapi-types": { "node_modules/@octokit/openapi-types": {
"version": "17.1.1", "version": "17.2.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.1.1.tgz", "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
"integrity": "sha512-/X7Gh/qWiWaooJmUnYD48SYy72fyrk2ceisOSe89JojK7r0j8YrTwYpDi76kI+c6QiqX1KSgdoBTMJvktsDkYw==" "integrity": "sha512-MazrFNx4plbLsGl+LFesMo96eIXkFgEtaKbnNpdh4aQ0VM10aoylFsTYP1AEjkeoRNZiiPe3T6Gl2Hr8dJWdlQ=="
}, },
"node_modules/@octokit/plugin-paginate-rest": { "node_modules/@octokit/plugin-paginate-rest": {
"version": "6.0.0", "version": "6.1.2",
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-6.0.0.tgz", "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-6.1.2.tgz",
"integrity": "sha512-Sq5VU1PfT6/JyuXPyt04KZNVsFOSBaYOAq2QRZUwzVlI10KFvcbUo8lR258AAQL1Et60b0WuVik+zOWKLuDZxw==", "integrity": "sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==",
"dependencies": { "dependencies": {
"@octokit/types": "^9.0.0" "@octokit/tsconfig": "^1.0.2",
"@octokit/types": "^9.2.3"
}, },
"engines": { "engines": {
"node": ">= 14" "node": ">= 14"
@ -316,11 +317,11 @@
} }
}, },
"node_modules/@octokit/plugin-rest-endpoint-methods": { "node_modules/@octokit/plugin-rest-endpoint-methods": {
"version": "7.0.1", "version": "7.1.2",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.0.1.tgz", "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.1.2.tgz",
"integrity": "sha512-pnCaLwZBudK5xCdrR823xHGNgqOzRnJ/mpC/76YPpNP7DybdsJtP7mdOwh+wYZxK5jqeQuhu59ogMI4NRlBUvA==", "integrity": "sha512-R0oJ7j6f/AdqPLtB9qRXLO+wjI9pctUn8Ka8UGfGaFCcCv3Otx14CshQ89K4E88pmyYZS8p0rNTiprML/81jig==",
"dependencies": { "dependencies": {
"@octokit/types": "^9.0.0", "@octokit/types": "^9.2.3",
"deprecation": "^2.3.1" "deprecation": "^2.3.1"
}, },
"engines": { "engines": {
@ -331,9 +332,9 @@
} }
}, },
"node_modules/@octokit/request": { "node_modules/@octokit/request": {
"version": "6.2.3", "version": "6.2.5",
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.3.tgz", "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.5.tgz",
"integrity": "sha512-TNAodj5yNzrrZ/VxP+H5HiYaZep0H3GU0O7PaF+fhDrt8FPrnkei9Aal/txsN/1P7V3CPiThG0tIvpPDYUsyAA==", "integrity": "sha512-z83E8UIlPNaJUsXpjD8E0V5o/5f+vJJNbNcBwVZsX3/vC650U41cOkTLjq4PKk9BYonQGOnx7N17gvLyNjgGcQ==",
"dependencies": { "dependencies": {
"@octokit/endpoint": "^7.0.0", "@octokit/endpoint": "^7.0.0",
"@octokit/request-error": "^3.0.0", "@octokit/request-error": "^3.0.0",
@ -360,25 +361,30 @@
} }
}, },
"node_modules/@octokit/rest": { "node_modules/@octokit/rest": {
"version": "19.0.7", "version": "19.0.11",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.7.tgz", "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.11.tgz",
"integrity": "sha512-HRtSfjrWmWVNp2uAkEpQnuGMJsu/+dBr47dRc5QVgsCbnIc1+GFEaoKBWkYG+zjrsHpSqcAElMio+n10c0b5JA==", "integrity": "sha512-m2a9VhaP5/tUw8FwfnW2ICXlXpLPIqxtg3XcAiGMLj/Xhw3RSBfZ8le/466ktO1Gcjr8oXudGnHhxV1TXJgFxw==",
"dependencies": { "dependencies": {
"@octokit/core": "^4.1.0", "@octokit/core": "^4.2.1",
"@octokit/plugin-paginate-rest": "^6.0.0", "@octokit/plugin-paginate-rest": "^6.1.2",
"@octokit/plugin-request-log": "^1.0.4", "@octokit/plugin-request-log": "^1.0.4",
"@octokit/plugin-rest-endpoint-methods": "^7.0.0" "@octokit/plugin-rest-endpoint-methods": "^7.1.2"
}, },
"engines": { "engines": {
"node": ">= 14" "node": ">= 14"
} }
}, },
"node_modules/@octokit/tsconfig": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@octokit/tsconfig/-/tsconfig-1.0.2.tgz",
"integrity": "sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA=="
},
"node_modules/@octokit/types": { "node_modules/@octokit/types": {
"version": "9.2.1", "version": "9.2.3",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.1.tgz", "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
"integrity": "sha512-Vx4keMiD/CAiwVFasLcH0xBSVbKIHebIZke9i7ZbUWGNN4vJFWSYH6Nvga7UY9NIJCGa6x3QG849XTbi5wYmkA==", "integrity": "sha512-MMeLdHyFIALioycq+LFcA71v0S2xpQUX2cw6pPbHQjaibcHYwLnmK/kMZaWuGfGfjBJZ3wRUq+dOaWsvrPJVvA==",
"dependencies": { "dependencies": {
"@octokit/openapi-types": "^17.1.1" "@octokit/openapi-types": "^17.2.0"
} }
}, },
"node_modules/@pnpm/config.env-replace": { "node_modules/@pnpm/config.env-replace": {
@ -721,14 +727,14 @@
} }
}, },
"node_modules/ansi-escapes": { "node_modules/ansi-escapes": {
"version": "5.0.0", "version": "6.2.0",
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-5.0.0.tgz", "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-6.2.0.tgz",
"integrity": "sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==", "integrity": "sha512-kzRaCqXnpzWs+3z5ABPQiVke+iq0KXkHo8xiWV4RPTi5Yli0l97BEQuhXV1s7+aSU/fu1kUuxgS4MsQ0fRuygw==",
"dependencies": { "dependencies": {
"type-fest": "^1.0.2" "type-fest": "^3.0.0"
}, },
"engines": { "engines": {
"node": ">=12" "node": ">=14.16"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
@ -1808,6 +1814,17 @@
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/crypto-random-string/node_modules/type-fest": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz",
"integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/currently-unhandled": { "node_modules/currently-unhandled": {
"version": "0.4.1", "version": "0.4.1",
"resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
@ -2271,9 +2288,9 @@
"dev": true "dev": true
}, },
"node_modules/fast-diff": { "node_modules/fast-diff": {
"version": "1.2.0", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz", "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
"integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
"dev": true "dev": true
}, },
"node_modules/fast-glob": { "node_modules/fast-glob": {
@ -2952,9 +2969,9 @@
} }
}, },
"node_modules/is-core-module": { "node_modules/is-core-module": {
"version": "2.12.0", "version": "2.12.1",
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.0.tgz", "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz",
"integrity": "sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==", "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==",
"dependencies": { "dependencies": {
"has": "^1.0.3" "has": "^1.0.3"
}, },
@ -3439,22 +3456,22 @@
} }
}, },
"node_modules/marked-terminal": { "node_modules/marked-terminal": {
"version": "5.1.1", "version": "5.2.0",
"resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-5.1.1.tgz", "resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-5.2.0.tgz",
"integrity": "sha512-+cKTOx9P4l7HwINYhzbrBSyzgxO2HaHKGZGuB1orZsMIgXYaJyfidT81VXRdpelW/PcHEWxywscePVgI/oUF6g==", "integrity": "sha512-Piv6yNwAQXGFjZSaiNljyNFw7jKDdGrw70FSbtxEyldLsyeuV5ZHm/1wW++kWbrOF1VPnUgYOhB2oLL0ZpnekA==",
"dependencies": { "dependencies": {
"ansi-escapes": "^5.0.0", "ansi-escapes": "^6.2.0",
"cardinal": "^2.1.1", "cardinal": "^2.1.1",
"chalk": "^5.0.0", "chalk": "^5.2.0",
"cli-table3": "^0.6.1", "cli-table3": "^0.6.3",
"node-emoji": "^1.11.0", "node-emoji": "^1.11.0",
"supports-hyperlinks": "^2.2.0" "supports-hyperlinks": "^2.3.0"
}, },
"engines": { "engines": {
"node": ">=14.13.1 || >=16.0.0" "node": ">=14.13.1 || >=16.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"marked": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0" "marked": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
} }
}, },
"node_modules/matcher": { "node_modules/matcher": {
@ -3875,9 +3892,9 @@
} }
}, },
"node_modules/node-fetch": { "node_modules/node-fetch": {
"version": "2.6.9", "version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==", "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"dependencies": { "dependencies": {
"whatwg-url": "^5.0.0" "whatwg-url": "^5.0.0"
}, },
@ -3970,9 +3987,9 @@
} }
}, },
"node_modules/npm": { "node_modules/npm": {
"version": "9.6.6", "version": "9.6.7",
"resolved": "https://registry.npmjs.org/npm/-/npm-9.6.6.tgz", "resolved": "https://registry.npmjs.org/npm/-/npm-9.6.7.tgz",
"integrity": "sha512-GIe+nCIw8EJIv52IXDVETSGnx7p9Ttg4VsaXNIeT4eaKZpIZ635rKC/uzQ6nnc4ibCUmESoK3PrXG0/puoqNcg==", "integrity": "sha512-xwkU1hSZl6Qrkfw3fhxVmMfNWu0A67+aZZs5gz/LoehCeAPkVhQDB90Z2NFoPSI1KpfBWCJ6Bp28wXzv5U5/2g==",
"bundleDependencies": [ "bundleDependencies": [
"@isaacs/string-locale-compare", "@isaacs/string-locale-compare",
"@npmcli/arborist", "@npmcli/arborist",
@ -4044,13 +4061,13 @@
"dependencies": { "dependencies": {
"@isaacs/string-locale-compare": "^1.1.0", "@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.2.9", "@npmcli/arborist": "^6.2.9",
"@npmcli/config": "^6.1.6", "@npmcli/config": "^6.1.7",
"@npmcli/map-workspaces": "^3.0.4", "@npmcli/map-workspaces": "^3.0.4",
"@npmcli/package-json": "^3.0.0", "@npmcli/package-json": "^3.1.0",
"@npmcli/run-script": "^6.0.1", "@npmcli/run-script": "^6.0.2",
"abbrev": "^2.0.0", "abbrev": "^2.0.0",
"archy": "~1.0.0", "archy": "~1.0.0",
"cacache": "^17.1.0", "cacache": "^17.1.2",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"ci-info": "^3.8.0", "ci-info": "^3.8.0",
"cli-columns": "^4.0.0", "cli-columns": "^4.0.0",
@ -4058,7 +4075,7 @@
"columnify": "^1.6.0", "columnify": "^1.6.0",
"fastest-levenshtein": "^1.0.16", "fastest-levenshtein": "^1.0.16",
"fs-minipass": "^3.0.2", "fs-minipass": "^3.0.2",
"glob": "^10.2.2", "glob": "^10.2.4",
"graceful-fs": "^4.2.11", "graceful-fs": "^4.2.11",
"hosted-git-info": "^6.1.1", "hosted-git-info": "^6.1.1",
"ini": "^4.1.0", "ini": "^4.1.0",
@ -4072,7 +4089,7 @@
"libnpmhook": "^9.0.3", "libnpmhook": "^9.0.3",
"libnpmorg": "^5.0.4", "libnpmorg": "^5.0.4",
"libnpmpack": "^5.0.17", "libnpmpack": "^5.0.17",
"libnpmpublish": "^7.1.4", "libnpmpublish": "^7.2.0",
"libnpmsearch": "^6.0.2", "libnpmsearch": "^6.0.2",
"libnpmteam": "^5.0.3", "libnpmteam": "^5.0.3",
"libnpmversion": "^4.0.2", "libnpmversion": "^4.0.2",
@ -4099,7 +4116,7 @@
"read": "^2.1.0", "read": "^2.1.0",
"read-package-json": "^6.0.3", "read-package-json": "^6.0.3",
"read-package-json-fast": "^3.0.2", "read-package-json-fast": "^3.0.2",
"semver": "^7.5.0", "semver": "^7.5.1",
"ssri": "^10.0.4", "ssri": "^10.0.4",
"tar": "^6.1.14", "tar": "^6.1.14",
"text-table": "~0.2.0", "text-table": "~0.2.0",
@ -4270,7 +4287,7 @@
} }
}, },
"node_modules/npm/node_modules/@npmcli/config": { "node_modules/npm/node_modules/@npmcli/config": {
"version": "6.1.6", "version": "6.1.7",
"inBundle": true, "inBundle": true,
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
@ -4398,11 +4415,14 @@
} }
}, },
"node_modules/npm/node_modules/@npmcli/package-json": { "node_modules/npm/node_modules/@npmcli/package-json": {
"version": "3.0.0", "version": "3.1.0",
"inBundle": true, "inBundle": true,
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"json-parse-even-better-errors": "^3.0.0" "glob": "^10.2.2",
"json-parse-even-better-errors": "^3.0.0",
"normalize-package-data": "^5.0.0",
"npm-normalize-package-bin": "^3.0.1"
}, },
"engines": { "engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0" "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
@ -4431,7 +4451,7 @@
} }
}, },
"node_modules/npm/node_modules/@npmcli/run-script": { "node_modules/npm/node_modules/@npmcli/run-script": {
"version": "6.0.1", "version": "6.0.2",
"inBundle": true, "inBundle": true,
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
@ -4675,7 +4695,7 @@
} }
}, },
"node_modules/npm/node_modules/cacache": { "node_modules/npm/node_modules/cacache": {
"version": "17.1.0", "version": "17.1.2",
"inBundle": true, "inBundle": true,
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
@ -5047,14 +5067,14 @@
} }
}, },
"node_modules/npm/node_modules/glob": { "node_modules/npm/node_modules/glob": {
"version": "10.2.2", "version": "10.2.4",
"inBundle": true, "inBundle": true,
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"foreground-child": "^3.1.0", "foreground-child": "^3.1.0",
"jackspeak": "^2.0.3", "jackspeak": "^2.0.3",
"minimatch": "^9.0.0", "minimatch": "^9.0.0",
"minipass": "^5.0.0", "minipass": "^5.0.0 || ^6.0.0",
"path-scurry": "^1.7.0" "path-scurry": "^1.7.0"
}, },
"bin": { "bin": {
@ -5454,7 +5474,7 @@
} }
}, },
"node_modules/npm/node_modules/libnpmpublish": { "node_modules/npm/node_modules/libnpmpublish": {
"version": "7.1.4", "version": "7.2.0",
"inBundle": true, "inBundle": true,
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
@ -6316,12 +6336,12 @@
} }
}, },
"node_modules/npm/node_modules/path-scurry": { "node_modules/npm/node_modules/path-scurry": {
"version": "1.7.0", "version": "1.9.1",
"inBundle": true, "inBundle": true,
"license": "BlueOak-1.0.0", "license": "BlueOak-1.0.0",
"dependencies": { "dependencies": {
"lru-cache": "^9.0.0", "lru-cache": "^9.1.1",
"minipass": "^5.0.0" "minipass": "^5.0.0 || ^6.0.0"
}, },
"engines": { "engines": {
"node": ">=16 || 14 >=14.17" "node": ">=16 || 14 >=14.17"
@ -6339,7 +6359,7 @@
} }
}, },
"node_modules/npm/node_modules/postcss-selector-parser": { "node_modules/npm/node_modules/postcss-selector-parser": {
"version": "6.0.12", "version": "6.0.13",
"inBundle": true, "inBundle": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -6463,7 +6483,7 @@
} }
}, },
"node_modules/npm/node_modules/readable-stream": { "node_modules/npm/node_modules/readable-stream": {
"version": "4.3.0", "version": "4.4.0",
"inBundle": true, "inBundle": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -6549,7 +6569,7 @@
"optional": true "optional": true
}, },
"node_modules/npm/node_modules/semver": { "node_modules/npm/node_modules/semver": {
"version": "7.5.0", "version": "7.5.1",
"inBundle": true, "inBundle": true,
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
@ -6598,7 +6618,7 @@
} }
}, },
"node_modules/npm/node_modules/signal-exit": { "node_modules/npm/node_modules/signal-exit": {
"version": "4.0.1", "version": "4.0.2",
"inBundle": true, "inBundle": true,
"license": "ISC", "license": "ISC",
"engines": { "engines": {
@ -6609,7 +6629,7 @@
} }
}, },
"node_modules/npm/node_modules/sigstore": { "node_modules/npm/node_modules/sigstore": {
"version": "1.4.0", "version": "1.5.2",
"inBundle": true, "inBundle": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
@ -6824,11 +6844,12 @@
} }
}, },
"node_modules/npm/node_modules/tuf-js": { "node_modules/npm/node_modules/tuf-js": {
"version": "1.1.5", "version": "1.1.6",
"inBundle": true, "inBundle": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@tufjs/models": "1.0.4", "@tufjs/models": "1.0.4",
"debug": "^4.3.4",
"make-fetch-happen": "^11.1.0" "make-fetch-happen": "^11.1.0"
}, },
"engines": { "engines": {
@ -7766,20 +7787,6 @@
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/read-pkg/node_modules/type-fest": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.10.0.tgz",
"integrity": "sha512-hmAPf1datm+gt3c2mvu0sJyhFy6lTkIGf0GzyaZWxRLnabQfPUqg6tF95RPg6sLxKI7nFLGdFxBcf2/7+GXI+A==",
"engines": {
"node": ">=14.16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
},
"peerDependencies": {
"typescript": ">=4.7.0"
}
},
"node_modules/readable-stream": { "node_modules/readable-stream": {
"version": "3.6.2", "version": "3.6.2",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
@ -8031,9 +8038,9 @@
} }
}, },
"node_modules/semver": { "node_modules/semver": {
"version": "7.5.0", "version": "7.5.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz", "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
"integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==", "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
"dependencies": { "dependencies": {
"lru-cache": "^6.0.0" "lru-cache": "^6.0.0"
}, },
@ -8420,20 +8427,20 @@
"dev": true "dev": true
}, },
"node_modules/ssh2": { "node_modules/ssh2": {
"version": "1.12.0", "version": "1.13.0",
"resolved": "https://registry.npmjs.org/ssh2/-/ssh2-1.12.0.tgz", "resolved": "https://registry.npmjs.org/ssh2/-/ssh2-1.13.0.tgz",
"integrity": "sha512-7mcLu8biO6/BjQQ1iCjCmuBiF0hXxo+JlHpJBPDTVsxU7evscWWiRUgYF5XIs4gLKmiPRHA0maund11QLWyDJg==", "integrity": "sha512-CIZBFRRY1y9mAZSqBGFE4EB4dNJad2ysT2PqO8OpkiI3UTB/gUZwE5EaN16qVyQ6s/M7EgC/iaV/MnjdlvnuzA==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"asn1": "^0.2.4", "asn1": "^0.2.6",
"bcrypt-pbkdf": "^1.0.2" "bcrypt-pbkdf": "^1.0.2"
}, },
"engines": { "engines": {
"node": ">=10.16.0" "node": ">=10.16.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"cpu-features": "~0.0.6", "cpu-features": "~0.0.7",
"nan": "^2.17.0" "nan": "^2.17.0"
} }
}, },
@ -8916,11 +8923,11 @@
} }
}, },
"node_modules/type-fest": { "node_modules/type-fest": {
"version": "1.4.0", "version": "3.11.0",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.11.0.tgz",
"integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", "integrity": "sha512-JaPw5U9ixP0XcpUbQoVSbxSDcK/K4nww20C3kjm9yE6cDRRhptU28AH60VWf9ltXmCrIfIbtt9J+2OUk2Uqiaw==",
"engines": { "engines": {
"node": ">=10" "node": ">=14.16"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
@ -8935,19 +8942,6 @@
"is-typedarray": "^1.0.0" "is-typedarray": "^1.0.0"
} }
}, },
"node_modules/typescript": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
"integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
"peer": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=12.20"
}
},
"node_modules/uglify-js": { "node_modules/uglify-js": {
"version": "3.17.4", "version": "3.17.4",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz", "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz",
@ -9241,9 +9235,9 @@
} }
}, },
"node_modules/write-file-atomic/node_modules/signal-exit": { "node_modules/write-file-atomic/node_modules/signal-exit": {
"version": "4.0.1", "version": "4.0.2",
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.1.tgz", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.2.tgz",
"integrity": "sha512-uUWsN4aOxJAS8KOuf3QMyFtgm1pkb6I+KRZbRF/ghdf5T7sM+B1lLLzPDxswUjkmHyxQAVzEgG35E3NzDM9GVw==", "integrity": "sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=14" "node": ">=14"
@ -9513,9 +9507,9 @@
} }
}, },
"@octokit/core": { "@octokit/core": {
"version": "4.2.0", "version": "4.2.1",
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.2.0.tgz", "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.2.1.tgz",
"integrity": "sha512-AgvDRUg3COpR82P7PBdGZF/NNqGmtMq2NiPqeSsDIeCfYFOZ9gddqWNQHnFdEUf+YwOj4aZYmJnlPp7OXmDIDg==", "integrity": "sha512-tEDxFx8E38zF3gT7sSMDrT1tGumDgsw5yPG6BBh/X+5ClIQfMH/Yqocxz1PnHx6CHyF6pxmovUTOfZAUvQ0Lvw==",
"requires": { "requires": {
"@octokit/auth-token": "^3.0.0", "@octokit/auth-token": "^3.0.0",
"@octokit/graphql": "^5.0.0", "@octokit/graphql": "^5.0.0",
@ -9537,9 +9531,9 @@
} }
}, },
"@octokit/graphql": { "@octokit/graphql": {
"version": "5.0.5", "version": "5.0.6",
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.5.tgz", "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.6.tgz",
"integrity": "sha512-Qwfvh3xdqKtIznjX9lz2D458r7dJPP8l6r4GQkIdWQouZwHQK0mVT88uwiU2bdTU2OtT1uOlKpRciUWldpG0yQ==", "integrity": "sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==",
"requires": { "requires": {
"@octokit/request": "^6.0.0", "@octokit/request": "^6.0.0",
"@octokit/types": "^9.0.0", "@octokit/types": "^9.0.0",
@ -9547,16 +9541,17 @@
} }
}, },
"@octokit/openapi-types": { "@octokit/openapi-types": {
"version": "17.1.1", "version": "17.2.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.1.1.tgz", "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
"integrity": "sha512-/X7Gh/qWiWaooJmUnYD48SYy72fyrk2ceisOSe89JojK7r0j8YrTwYpDi76kI+c6QiqX1KSgdoBTMJvktsDkYw==" "integrity": "sha512-MazrFNx4plbLsGl+LFesMo96eIXkFgEtaKbnNpdh4aQ0VM10aoylFsTYP1AEjkeoRNZiiPe3T6Gl2Hr8dJWdlQ=="
}, },
"@octokit/plugin-paginate-rest": { "@octokit/plugin-paginate-rest": {
"version": "6.0.0", "version": "6.1.2",
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-6.0.0.tgz", "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-6.1.2.tgz",
"integrity": "sha512-Sq5VU1PfT6/JyuXPyt04KZNVsFOSBaYOAq2QRZUwzVlI10KFvcbUo8lR258AAQL1Et60b0WuVik+zOWKLuDZxw==", "integrity": "sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==",
"requires": { "requires": {
"@octokit/types": "^9.0.0" "@octokit/tsconfig": "^1.0.2",
"@octokit/types": "^9.2.3"
} }
}, },
"@octokit/plugin-request-log": { "@octokit/plugin-request-log": {
@ -9566,18 +9561,18 @@
"requires": {} "requires": {}
}, },
"@octokit/plugin-rest-endpoint-methods": { "@octokit/plugin-rest-endpoint-methods": {
"version": "7.0.1", "version": "7.1.2",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.0.1.tgz", "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.1.2.tgz",
"integrity": "sha512-pnCaLwZBudK5xCdrR823xHGNgqOzRnJ/mpC/76YPpNP7DybdsJtP7mdOwh+wYZxK5jqeQuhu59ogMI4NRlBUvA==", "integrity": "sha512-R0oJ7j6f/AdqPLtB9qRXLO+wjI9pctUn8Ka8UGfGaFCcCv3Otx14CshQ89K4E88pmyYZS8p0rNTiprML/81jig==",
"requires": { "requires": {
"@octokit/types": "^9.0.0", "@octokit/types": "^9.2.3",
"deprecation": "^2.3.1" "deprecation": "^2.3.1"
} }
}, },
"@octokit/request": { "@octokit/request": {
"version": "6.2.3", "version": "6.2.5",
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.3.tgz", "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.5.tgz",
"integrity": "sha512-TNAodj5yNzrrZ/VxP+H5HiYaZep0H3GU0O7PaF+fhDrt8FPrnkei9Aal/txsN/1P7V3CPiThG0tIvpPDYUsyAA==", "integrity": "sha512-z83E8UIlPNaJUsXpjD8E0V5o/5f+vJJNbNcBwVZsX3/vC650U41cOkTLjq4PKk9BYonQGOnx7N17gvLyNjgGcQ==",
"requires": { "requires": {
"@octokit/endpoint": "^7.0.0", "@octokit/endpoint": "^7.0.0",
"@octokit/request-error": "^3.0.0", "@octokit/request-error": "^3.0.0",
@ -9598,22 +9593,27 @@
} }
}, },
"@octokit/rest": { "@octokit/rest": {
"version": "19.0.7", "version": "19.0.11",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.7.tgz", "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.11.tgz",
"integrity": "sha512-HRtSfjrWmWVNp2uAkEpQnuGMJsu/+dBr47dRc5QVgsCbnIc1+GFEaoKBWkYG+zjrsHpSqcAElMio+n10c0b5JA==", "integrity": "sha512-m2a9VhaP5/tUw8FwfnW2ICXlXpLPIqxtg3XcAiGMLj/Xhw3RSBfZ8le/466ktO1Gcjr8oXudGnHhxV1TXJgFxw==",
"requires": { "requires": {
"@octokit/core": "^4.1.0", "@octokit/core": "^4.2.1",
"@octokit/plugin-paginate-rest": "^6.0.0", "@octokit/plugin-paginate-rest": "^6.1.2",
"@octokit/plugin-request-log": "^1.0.4", "@octokit/plugin-request-log": "^1.0.4",
"@octokit/plugin-rest-endpoint-methods": "^7.0.0" "@octokit/plugin-rest-endpoint-methods": "^7.1.2"
} }
}, },
"@octokit/tsconfig": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@octokit/tsconfig/-/tsconfig-1.0.2.tgz",
"integrity": "sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA=="
},
"@octokit/types": { "@octokit/types": {
"version": "9.2.1", "version": "9.2.3",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.1.tgz", "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
"integrity": "sha512-Vx4keMiD/CAiwVFasLcH0xBSVbKIHebIZke9i7ZbUWGNN4vJFWSYH6Nvga7UY9NIJCGa6x3QG849XTbi5wYmkA==", "integrity": "sha512-MMeLdHyFIALioycq+LFcA71v0S2xpQUX2cw6pPbHQjaibcHYwLnmK/kMZaWuGfGfjBJZ3wRUq+dOaWsvrPJVvA==",
"requires": { "requires": {
"@octokit/openapi-types": "^17.1.1" "@octokit/openapi-types": "^17.2.0"
} }
}, },
"@pnpm/config.env-replace": { "@pnpm/config.env-replace": {
@ -9884,11 +9884,11 @@
} }
}, },
"ansi-escapes": { "ansi-escapes": {
"version": "5.0.0", "version": "6.2.0",
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-5.0.0.tgz", "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-6.2.0.tgz",
"integrity": "sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==", "integrity": "sha512-kzRaCqXnpzWs+3z5ABPQiVke+iq0KXkHo8xiWV4RPTi5Yli0l97BEQuhXV1s7+aSU/fu1kUuxgS4MsQ0fRuygw==",
"requires": { "requires": {
"type-fest": "^1.0.2" "type-fest": "^3.0.0"
} }
}, },
"ansi-regex": { "ansi-regex": {
@ -10689,6 +10689,13 @@
"integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==", "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==",
"requires": { "requires": {
"type-fest": "^1.0.1" "type-fest": "^1.0.1"
},
"dependencies": {
"type-fest": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz",
"integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA=="
}
} }
}, },
"currently-unhandled": { "currently-unhandled": {
@ -11048,9 +11055,9 @@
} }
}, },
"fast-diff": { "fast-diff": {
"version": "1.2.0", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz", "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
"integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
"dev": true "dev": true
}, },
"fast-glob": { "fast-glob": {
@ -11559,9 +11566,9 @@
} }
}, },
"is-core-module": { "is-core-module": {
"version": "2.12.0", "version": "2.12.1",
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.0.tgz", "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz",
"integrity": "sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==", "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==",
"requires": { "requires": {
"has": "^1.0.3" "has": "^1.0.3"
} }
@ -11911,16 +11918,16 @@
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==" "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A=="
}, },
"marked-terminal": { "marked-terminal": {
"version": "5.1.1", "version": "5.2.0",
"resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-5.1.1.tgz", "resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-5.2.0.tgz",
"integrity": "sha512-+cKTOx9P4l7HwINYhzbrBSyzgxO2HaHKGZGuB1orZsMIgXYaJyfidT81VXRdpelW/PcHEWxywscePVgI/oUF6g==", "integrity": "sha512-Piv6yNwAQXGFjZSaiNljyNFw7jKDdGrw70FSbtxEyldLsyeuV5ZHm/1wW++kWbrOF1VPnUgYOhB2oLL0ZpnekA==",
"requires": { "requires": {
"ansi-escapes": "^5.0.0", "ansi-escapes": "^6.2.0",
"cardinal": "^2.1.1", "cardinal": "^2.1.1",
"chalk": "^5.0.0", "chalk": "^5.2.0",
"cli-table3": "^0.6.1", "cli-table3": "^0.6.3",
"node-emoji": "^1.11.0", "node-emoji": "^1.11.0",
"supports-hyperlinks": "^2.2.0" "supports-hyperlinks": "^2.3.0"
} }
}, },
"matcher": { "matcher": {
@ -12245,9 +12252,9 @@
} }
}, },
"node-fetch": { "node-fetch": {
"version": "2.6.9", "version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==", "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"requires": { "requires": {
"whatwg-url": "^5.0.0" "whatwg-url": "^5.0.0"
} }
@ -12305,19 +12312,19 @@
"integrity": "sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==" "integrity": "sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw=="
}, },
"npm": { "npm": {
"version": "9.6.6", "version": "9.6.7",
"resolved": "https://registry.npmjs.org/npm/-/npm-9.6.6.tgz", "resolved": "https://registry.npmjs.org/npm/-/npm-9.6.7.tgz",
"integrity": "sha512-GIe+nCIw8EJIv52IXDVETSGnx7p9Ttg4VsaXNIeT4eaKZpIZ635rKC/uzQ6nnc4ibCUmESoK3PrXG0/puoqNcg==", "integrity": "sha512-xwkU1hSZl6Qrkfw3fhxVmMfNWu0A67+aZZs5gz/LoehCeAPkVhQDB90Z2NFoPSI1KpfBWCJ6Bp28wXzv5U5/2g==",
"requires": { "requires": {
"@isaacs/string-locale-compare": "^1.1.0", "@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.2.9", "@npmcli/arborist": "^6.2.9",
"@npmcli/config": "^6.1.6", "@npmcli/config": "^6.1.7",
"@npmcli/map-workspaces": "^3.0.4", "@npmcli/map-workspaces": "^3.0.4",
"@npmcli/package-json": "^3.0.0", "@npmcli/package-json": "^3.1.0",
"@npmcli/run-script": "^6.0.1", "@npmcli/run-script": "^6.0.2",
"abbrev": "^2.0.0", "abbrev": "^2.0.0",
"archy": "~1.0.0", "archy": "~1.0.0",
"cacache": "^17.1.0", "cacache": "^17.1.2",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"ci-info": "^3.8.0", "ci-info": "^3.8.0",
"cli-columns": "^4.0.0", "cli-columns": "^4.0.0",
@ -12325,7 +12332,7 @@
"columnify": "^1.6.0", "columnify": "^1.6.0",
"fastest-levenshtein": "^1.0.16", "fastest-levenshtein": "^1.0.16",
"fs-minipass": "^3.0.2", "fs-minipass": "^3.0.2",
"glob": "^10.2.2", "glob": "^10.2.4",
"graceful-fs": "^4.2.11", "graceful-fs": "^4.2.11",
"hosted-git-info": "^6.1.1", "hosted-git-info": "^6.1.1",
"ini": "^4.1.0", "ini": "^4.1.0",
@ -12339,7 +12346,7 @@
"libnpmhook": "^9.0.3", "libnpmhook": "^9.0.3",
"libnpmorg": "^5.0.4", "libnpmorg": "^5.0.4",
"libnpmpack": "^5.0.17", "libnpmpack": "^5.0.17",
"libnpmpublish": "^7.1.4", "libnpmpublish": "^7.2.0",
"libnpmsearch": "^6.0.2", "libnpmsearch": "^6.0.2",
"libnpmteam": "^5.0.3", "libnpmteam": "^5.0.3",
"libnpmversion": "^4.0.2", "libnpmversion": "^4.0.2",
@ -12366,7 +12373,7 @@
"read": "^2.1.0", "read": "^2.1.0",
"read-package-json": "^6.0.3", "read-package-json": "^6.0.3",
"read-package-json-fast": "^3.0.2", "read-package-json-fast": "^3.0.2",
"semver": "^7.5.0", "semver": "^7.5.1",
"ssri": "^10.0.4", "ssri": "^10.0.4",
"tar": "^6.1.14", "tar": "^6.1.14",
"text-table": "~0.2.0", "text-table": "~0.2.0",
@ -12468,7 +12475,7 @@
} }
}, },
"@npmcli/config": { "@npmcli/config": {
"version": "6.1.6", "version": "6.1.7",
"bundled": true, "bundled": true,
"requires": { "requires": {
"@npmcli/map-workspaces": "^3.0.2", "@npmcli/map-workspaces": "^3.0.2",
@ -12553,10 +12560,13 @@
"bundled": true "bundled": true
}, },
"@npmcli/package-json": { "@npmcli/package-json": {
"version": "3.0.0", "version": "3.1.0",
"bundled": true, "bundled": true,
"requires": { "requires": {
"json-parse-even-better-errors": "^3.0.0" "glob": "^10.2.2",
"json-parse-even-better-errors": "^3.0.0",
"normalize-package-data": "^5.0.0",
"npm-normalize-package-bin": "^3.0.1"
} }
}, },
"@npmcli/promise-spawn": { "@npmcli/promise-spawn": {
@ -12574,7 +12584,7 @@
} }
}, },
"@npmcli/run-script": { "@npmcli/run-script": {
"version": "6.0.1", "version": "6.0.2",
"bundled": true, "bundled": true,
"requires": { "requires": {
"@npmcli/node-gyp": "^3.0.0", "@npmcli/node-gyp": "^3.0.0",
@ -12716,7 +12726,7 @@
} }
}, },
"cacache": { "cacache": {
"version": "17.1.0", "version": "17.1.2",
"bundled": true, "bundled": true,
"requires": { "requires": {
"@npmcli/fs": "^3.1.0", "@npmcli/fs": "^3.1.0",
@ -12947,13 +12957,13 @@
} }
}, },
"glob": { "glob": {
"version": "10.2.2", "version": "10.2.4",
"bundled": true, "bundled": true,
"requires": { "requires": {
"foreground-child": "^3.1.0", "foreground-child": "^3.1.0",
"jackspeak": "^2.0.3", "jackspeak": "^2.0.3",
"minimatch": "^9.0.0", "minimatch": "^9.0.0",
"minipass": "^5.0.0", "minipass": "^5.0.0 || ^6.0.0",
"path-scurry": "^1.7.0" "path-scurry": "^1.7.0"
} }
}, },
@ -13208,7 +13218,7 @@
} }
}, },
"libnpmpublish": { "libnpmpublish": {
"version": "7.1.4", "version": "7.2.0",
"bundled": true, "bundled": true,
"requires": { "requires": {
"ci-info": "^3.6.1", "ci-info": "^3.6.1",
@ -13801,11 +13811,11 @@
"bundled": true "bundled": true
}, },
"path-scurry": { "path-scurry": {
"version": "1.7.0", "version": "1.9.1",
"bundled": true, "bundled": true,
"requires": { "requires": {
"lru-cache": "^9.0.0", "lru-cache": "^9.1.1",
"minipass": "^5.0.0" "minipass": "^5.0.0 || ^6.0.0"
}, },
"dependencies": { "dependencies": {
"lru-cache": { "lru-cache": {
@ -13815,7 +13825,7 @@
} }
}, },
"postcss-selector-parser": { "postcss-selector-parser": {
"version": "6.0.12", "version": "6.0.13",
"bundled": true, "bundled": true,
"requires": { "requires": {
"cssesc": "^3.0.0", "cssesc": "^3.0.0",
@ -13891,7 +13901,7 @@
} }
}, },
"readable-stream": { "readable-stream": {
"version": "4.3.0", "version": "4.4.0",
"bundled": true, "bundled": true,
"requires": { "requires": {
"abort-controller": "^3.0.0", "abort-controller": "^3.0.0",
@ -13950,7 +13960,7 @@
"optional": true "optional": true
}, },
"semver": { "semver": {
"version": "7.5.0", "version": "7.5.1",
"bundled": true, "bundled": true,
"requires": { "requires": {
"lru-cache": "^6.0.0" "lru-cache": "^6.0.0"
@ -13981,11 +13991,11 @@
"bundled": true "bundled": true
}, },
"signal-exit": { "signal-exit": {
"version": "4.0.1", "version": "4.0.2",
"bundled": true "bundled": true
}, },
"sigstore": { "sigstore": {
"version": "1.4.0", "version": "1.5.2",
"bundled": true, "bundled": true,
"requires": { "requires": {
"@sigstore/protobuf-specs": "^0.1.0", "@sigstore/protobuf-specs": "^0.1.0",
@ -14134,10 +14144,11 @@
"bundled": true "bundled": true
}, },
"tuf-js": { "tuf-js": {
"version": "1.1.5", "version": "1.1.6",
"bundled": true, "bundled": true,
"requires": { "requires": {
"@tufjs/models": "1.0.4", "@tufjs/models": "1.0.4",
"debug": "^4.3.4",
"make-fetch-happen": "^11.1.0" "make-fetch-happen": "^11.1.0"
} }
}, },
@ -14677,12 +14688,6 @@
"lines-and-columns": "^2.0.3", "lines-and-columns": "^2.0.3",
"type-fest": "^3.8.0" "type-fest": "^3.8.0"
} }
},
"type-fest": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.10.0.tgz",
"integrity": "sha512-hmAPf1datm+gt3c2mvu0sJyhFy6lTkIGf0GzyaZWxRLnabQfPUqg6tF95RPg6sLxKI7nFLGdFxBcf2/7+GXI+A==",
"requires": {}
} }
} }
}, },
@ -14927,9 +14932,9 @@
} }
}, },
"semver": { "semver": {
"version": "7.5.0", "version": "7.5.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz", "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
"integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==", "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
"requires": { "requires": {
"lru-cache": "^6.0.0" "lru-cache": "^6.0.0"
}, },
@ -15216,14 +15221,14 @@
"dev": true "dev": true
}, },
"ssh2": { "ssh2": {
"version": "1.12.0", "version": "1.13.0",
"resolved": "https://registry.npmjs.org/ssh2/-/ssh2-1.12.0.tgz", "resolved": "https://registry.npmjs.org/ssh2/-/ssh2-1.13.0.tgz",
"integrity": "sha512-7mcLu8biO6/BjQQ1iCjCmuBiF0hXxo+JlHpJBPDTVsxU7evscWWiRUgYF5XIs4gLKmiPRHA0maund11QLWyDJg==", "integrity": "sha512-CIZBFRRY1y9mAZSqBGFE4EB4dNJad2ysT2PqO8OpkiI3UTB/gUZwE5EaN16qVyQ6s/M7EgC/iaV/MnjdlvnuzA==",
"dev": true, "dev": true,
"requires": { "requires": {
"asn1": "^0.2.4", "asn1": "^0.2.6",
"bcrypt-pbkdf": "^1.0.2", "bcrypt-pbkdf": "^1.0.2",
"cpu-features": "~0.0.6", "cpu-features": "~0.0.7",
"nan": "^2.17.0" "nan": "^2.17.0"
} }
}, },
@ -15605,9 +15610,9 @@
"dev": true "dev": true
}, },
"type-fest": { "type-fest": {
"version": "1.4.0", "version": "3.11.0",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.11.0.tgz",
"integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==" "integrity": "sha512-JaPw5U9ixP0XcpUbQoVSbxSDcK/K4nww20C3kjm9yE6cDRRhptU28AH60VWf9ltXmCrIfIbtt9J+2OUk2Uqiaw=="
}, },
"typedarray-to-buffer": { "typedarray-to-buffer": {
"version": "3.1.5", "version": "3.1.5",
@ -15618,12 +15623,6 @@
"is-typedarray": "^1.0.0" "is-typedarray": "^1.0.0"
} }
}, },
"typescript": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
"integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
"peer": true
},
"uglify-js": { "uglify-js": {
"version": "3.17.4", "version": "3.17.4",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz", "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz",
@ -15854,9 +15853,9 @@
}, },
"dependencies": { "dependencies": {
"signal-exit": { "signal-exit": {
"version": "4.0.1", "version": "4.0.2",
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.1.tgz", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.2.tgz",
"integrity": "sha512-uUWsN4aOxJAS8KOuf3QMyFtgm1pkb6I+KRZbRF/ghdf5T7sM+B1lLLzPDxswUjkmHyxQAVzEgG35E3NzDM9GVw==", "integrity": "sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==",
"dev": true "dev": true
} }
} }