Files
directus/tests/blackbox/package.json
Brainslug 67de1d16cb Dependabot updates (#27081)
* bump axios, basic-ftp and liquidjs

* bumping vite

* bump overridden packages

* bump nodemailer

* bump minimatch

* bump hono

* add changeset

* updated basic-ftp
2026-04-13 14:26:45 -04:00

46 lines
1.1 KiB
JSON

{
"name": "tests-blackbox",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"test": "vitest --watch=false",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@directus/tsconfig": "catalog:",
"@directus/types": "workspace:*",
"@directus/utils": "workspace:*",
"ldapts": "catalog:",
"tus-js-client": "catalog:",
"@types/js-yaml": "catalog:",
"@types/lodash-es": "catalog:",
"@types/mailparser": "3.4.6",
"@types/seedrandom": "3.0.8",
"@types/smtp-server": "3.5.12",
"@types/supertest": "6.0.2",
"@types/ws": "catalog:",
"argon2": "catalog:",
"autocannon": "8.0.0",
"smtp-server": "3.18.4",
"mailparser": "3.9.8",
"axios": "catalog:",
"get-port": "catalog:",
"globby": "14.1.0",
"graphql-ws": "catalog:",
"ioredis": "catalog:",
"js-yaml": "catalog:",
"json-to-graphql-query": "catalog:",
"knex": "catalog:",
"listr2": "9.0.5",
"lodash-es": "catalog:",
"seedrandom": "3.0.5",
"supertest": "7.1.4",
"typescript": "catalog:",
"uuid": "catalog:",
"vite-tsconfig-paths": "5.1.4",
"vitest": "1.6.1",
"ws": "catalog:"
}
}