mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
chore: bump vulnerable dependencies (#7808)
This commit is contained in:
parent
14a01b9c99
commit
42bc3a0f1f
2 changed files with 26 additions and 80 deletions
|
|
@ -128,7 +128,8 @@
|
|||
"overrides.fast-xml-parser@5.x.x": "address https://github.com/graphql-hive/console/security/dependabot/519",
|
||||
"overrides.minimatch@10.x.x": "address https://github.com/graphql-hive/console/security/dependabot/505",
|
||||
"overrides.qs@<6.14.2": "address https://github.com/graphql-hive/console/security/dependabot/499",
|
||||
"dompurify@3.x.x": "address https://github.com/graphql-hive/console/security/dependabot/536",
|
||||
"overrides.dompurify@3.x.x": "address https://github.com/graphql-hive/console/security/dependabot/536",
|
||||
"overrides.ajv@8.x.x": "address https://github.com/graphql-hive/console/security/dependabot/507",
|
||||
"overrides": {
|
||||
"esbuild": "0.25.9",
|
||||
"csstype": "3.1.2",
|
||||
|
|
@ -161,7 +162,8 @@
|
|||
"minimatch@3.x.x": "^3.1.3",
|
||||
"minimatch@4.x.x": "^4.2.4",
|
||||
"qs@<6.14.2": "^6.14.2",
|
||||
"dompurify@3.x.x": "^3.3.2"
|
||||
"dompurify@3.x.x": "^3.3.2",
|
||||
"ajv@8.x.x": "^8.18.0"
|
||||
},
|
||||
"patchedDependencies": {
|
||||
"mjml-core@4.14.0": "patches/mjml-core@4.14.0.patch",
|
||||
|
|
|
|||
100
pnpm-lock.yaml
100
pnpm-lock.yaml
|
|
@ -37,6 +37,7 @@ overrides:
|
|||
minimatch@4.x.x: ^4.2.4
|
||||
qs@<6.14.2: ^6.14.2
|
||||
dompurify@3.x.x: ^3.3.2
|
||||
ajv@8.x.x: ^8.18.0
|
||||
|
||||
patchedDependencies:
|
||||
'@apollo/federation@0.38.1':
|
||||
|
|
@ -1421,7 +1422,7 @@ importers:
|
|||
specifier: 8.56.12
|
||||
version: 8.56.12
|
||||
ajv:
|
||||
specifier: 8.18.0
|
||||
specifier: ^8.18.0
|
||||
version: 8.18.0
|
||||
dotenv:
|
||||
specifier: 16.4.7
|
||||
|
|
@ -1869,7 +1870,7 @@ importers:
|
|||
specifier: 10.45.3
|
||||
version: 10.45.3
|
||||
ajv:
|
||||
specifier: 8.18.0
|
||||
specifier: ^8.18.0
|
||||
version: 8.18.0
|
||||
dotenv:
|
||||
specifier: 16.4.7
|
||||
|
|
@ -10992,7 +10993,7 @@ packages:
|
|||
ajv-draft-04@1.0.0:
|
||||
resolution: {integrity: sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==}
|
||||
peerDependencies:
|
||||
ajv: ^8.5.0
|
||||
ajv: ^8.18.0
|
||||
peerDependenciesMeta:
|
||||
ajv:
|
||||
optional: true
|
||||
|
|
@ -11000,7 +11001,7 @@ packages:
|
|||
ajv-formats@3.0.1:
|
||||
resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==}
|
||||
peerDependencies:
|
||||
ajv: ^8.0.0
|
||||
ajv: ^8.18.0
|
||||
peerDependenciesMeta:
|
||||
ajv:
|
||||
optional: true
|
||||
|
|
@ -11008,12 +11009,6 @@ packages:
|
|||
ajv@6.14.0:
|
||||
resolution: {integrity: sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==}
|
||||
|
||||
ajv@8.12.0:
|
||||
resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==}
|
||||
|
||||
ajv@8.13.0:
|
||||
resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==}
|
||||
|
||||
ajv@8.18.0:
|
||||
resolution: {integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==}
|
||||
|
||||
|
|
@ -11272,9 +11267,6 @@ packages:
|
|||
resolution: {integrity: sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
axios@1.12.2:
|
||||
resolution: {integrity: sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==}
|
||||
|
||||
axios@1.13.5:
|
||||
resolution: {integrity: sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==}
|
||||
|
||||
|
|
@ -12827,10 +12819,6 @@ packages:
|
|||
resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
es-set-tostringtag@2.0.2:
|
||||
resolution: {integrity: sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
es-set-tostringtag@2.1.0:
|
||||
resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
|
@ -13622,10 +13610,6 @@ packages:
|
|||
resolution: {integrity: sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
get-intrinsic@1.2.4:
|
||||
resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
get-intrinsic@1.3.0:
|
||||
resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
|
@ -22373,7 +22357,7 @@ snapshots:
|
|||
combined-stream: 1.0.8
|
||||
extend: 3.0.2
|
||||
forever-agent: 0.6.1
|
||||
form-data: 4.0.4
|
||||
form-data: 4.0.5
|
||||
http-signature: 1.4.0
|
||||
is-typedarray: 1.0.0
|
||||
isstream: 0.1.2
|
||||
|
|
@ -27086,7 +27070,7 @@ snapshots:
|
|||
'@microsoft/tsdoc-config@0.18.0':
|
||||
dependencies:
|
||||
'@microsoft/tsdoc': 0.16.0
|
||||
ajv: 8.12.0
|
||||
ajv: 8.18.0
|
||||
jju: 1.4.0
|
||||
resolve: 1.22.11
|
||||
|
||||
|
|
@ -30583,9 +30567,9 @@ snapshots:
|
|||
|
||||
'@rushstack/node-core-library@5.19.1(@types/node@22.10.5)':
|
||||
dependencies:
|
||||
ajv: 8.13.0
|
||||
ajv-draft-04: 1.0.0(ajv@8.13.0)
|
||||
ajv-formats: 3.0.1(ajv@8.13.0)
|
||||
ajv: 8.18.0
|
||||
ajv-draft-04: 1.0.0(ajv@8.18.0)
|
||||
ajv-formats: 3.0.1(ajv@8.18.0)
|
||||
fs-extra: 11.3.3
|
||||
import-lazy: 4.0.0
|
||||
jju: 1.4.0
|
||||
|
|
@ -30597,9 +30581,9 @@ snapshots:
|
|||
|
||||
'@rushstack/node-core-library@5.19.1(@types/node@24.10.12)':
|
||||
dependencies:
|
||||
ajv: 8.13.0
|
||||
ajv-draft-04: 1.0.0(ajv@8.13.0)
|
||||
ajv-formats: 3.0.1(ajv@8.13.0)
|
||||
ajv: 8.18.0
|
||||
ajv-draft-04: 1.0.0(ajv@8.18.0)
|
||||
ajv-formats: 3.0.1(ajv@8.18.0)
|
||||
fs-extra: 11.3.3
|
||||
import-lazy: 4.0.0
|
||||
jju: 1.4.0
|
||||
|
|
@ -30909,7 +30893,7 @@ snapshots:
|
|||
'@slack/types': 2.16.0
|
||||
'@types/node': 24.10.12
|
||||
'@types/retry': 0.12.0
|
||||
axios: 1.12.2(debug@4.4.1)
|
||||
axios: 1.13.5(debug@4.4.1)
|
||||
eventemitter3: 5.0.1
|
||||
form-data: 4.0.4
|
||||
is-electron: 2.2.2
|
||||
|
|
@ -33517,13 +33501,9 @@ snapshots:
|
|||
clean-stack: 2.2.0
|
||||
indent-string: 4.0.0
|
||||
|
||||
ajv-draft-04@1.0.0(ajv@8.13.0):
|
||||
ajv-draft-04@1.0.0(ajv@8.18.0):
|
||||
optionalDependencies:
|
||||
ajv: 8.13.0
|
||||
|
||||
ajv-formats@3.0.1(ajv@8.13.0):
|
||||
optionalDependencies:
|
||||
ajv: 8.13.0
|
||||
ajv: 8.18.0
|
||||
|
||||
ajv-formats@3.0.1(ajv@8.18.0):
|
||||
optionalDependencies:
|
||||
|
|
@ -33536,20 +33516,6 @@ snapshots:
|
|||
json-schema-traverse: 0.4.1
|
||||
uri-js: 4.4.1
|
||||
|
||||
ajv@8.12.0:
|
||||
dependencies:
|
||||
fast-deep-equal: 3.1.3
|
||||
json-schema-traverse: 1.0.0
|
||||
require-from-string: 2.0.2
|
||||
uri-js: 4.4.1
|
||||
|
||||
ajv@8.13.0:
|
||||
dependencies:
|
||||
fast-deep-equal: 3.1.3
|
||||
json-schema-traverse: 1.0.0
|
||||
require-from-string: 2.0.2
|
||||
uri-js: 4.4.1
|
||||
|
||||
ajv@8.18.0:
|
||||
dependencies:
|
||||
fast-deep-equal: 3.1.3
|
||||
|
|
@ -33795,15 +33761,7 @@ snapshots:
|
|||
|
||||
axe-core@4.7.0: {}
|
||||
|
||||
axios@1.12.2(debug@4.4.1):
|
||||
dependencies:
|
||||
follow-redirects: 1.15.11(debug@4.4.1)
|
||||
form-data: 4.0.4
|
||||
proxy-from-env: 1.1.0
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
|
||||
axios@1.13.5:
|
||||
axios@1.13.5(debug@4.4.1):
|
||||
dependencies:
|
||||
follow-redirects: 1.15.11(debug@4.4.1)
|
||||
form-data: 4.0.5
|
||||
|
|
@ -35137,7 +35095,7 @@ snapshots:
|
|||
dependencies:
|
||||
call-bind: 1.0.7
|
||||
es-get-iterator: 1.1.2
|
||||
get-intrinsic: 1.2.4
|
||||
get-intrinsic: 1.3.0
|
||||
is-arguments: 1.1.1
|
||||
is-date-object: 1.0.5
|
||||
is-regex: 1.1.4
|
||||
|
|
@ -35470,7 +35428,7 @@ snapshots:
|
|||
arraybuffer.prototype.slice: 1.0.2
|
||||
available-typed-arrays: 1.0.5
|
||||
call-bind: 1.0.7
|
||||
es-set-tostringtag: 2.0.2
|
||||
es-set-tostringtag: 2.1.0
|
||||
es-to-primitive: 1.2.1
|
||||
function.prototype.name: 1.1.6
|
||||
get-intrinsic: 1.3.0
|
||||
|
|
@ -35527,7 +35485,7 @@ snapshots:
|
|||
call-bind: 1.0.7
|
||||
define-properties: 1.2.1
|
||||
es-abstract: 1.22.3
|
||||
es-set-tostringtag: 2.0.2
|
||||
es-set-tostringtag: 2.1.0
|
||||
function-bind: 1.1.2
|
||||
get-intrinsic: 1.3.0
|
||||
globalthis: 1.0.3
|
||||
|
|
@ -35544,12 +35502,6 @@ snapshots:
|
|||
dependencies:
|
||||
es-errors: 1.3.0
|
||||
|
||||
es-set-tostringtag@2.0.2:
|
||||
dependencies:
|
||||
get-intrinsic: 1.3.0
|
||||
has-tostringtag: 1.0.2
|
||||
hasown: 2.0.2
|
||||
|
||||
es-set-tostringtag@2.1.0:
|
||||
dependencies:
|
||||
es-errors: 1.3.0
|
||||
|
|
@ -36632,14 +36584,6 @@ snapshots:
|
|||
|
||||
get-east-asian-width@1.4.0: {}
|
||||
|
||||
get-intrinsic@1.2.4:
|
||||
dependencies:
|
||||
es-errors: 1.3.0
|
||||
function-bind: 1.1.2
|
||||
has-proto: 1.0.1
|
||||
has-symbols: 1.1.0
|
||||
hasown: 2.0.2
|
||||
|
||||
get-intrinsic@1.3.0:
|
||||
dependencies:
|
||||
call-bind-apply-helpers: 1.0.2
|
||||
|
|
@ -43472,7 +43416,7 @@ snapshots:
|
|||
|
||||
twilio@4.23.0(debug@4.4.1):
|
||||
dependencies:
|
||||
axios: 1.12.2(debug@4.4.1)
|
||||
axios: 1.13.5(debug@4.4.1)
|
||||
dayjs: 1.11.13
|
||||
https-proxy-agent: 5.0.1
|
||||
jsonwebtoken: 9.0.3
|
||||
|
|
@ -44228,7 +44172,7 @@ snapshots:
|
|||
|
||||
wait-on@9.0.3:
|
||||
dependencies:
|
||||
axios: 1.13.5
|
||||
axios: 1.13.5(debug@4.4.1)
|
||||
joi: 18.0.2
|
||||
lodash: 4.17.23
|
||||
minimist: 1.2.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue