diff --git a/bun.lockb b/bun.lockb index 7981e9c2c9..429a8fc608 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index ffa7856496..16ea26a55f 100644 --- a/package.json +++ b/package.json @@ -5,23 +5,23 @@ "./packages/bun-types" ], "dependencies": { - "@vscode/debugadapter": "^1.65.0", - "esbuild": "^0.21.4", - "eslint": "^9.4.0", + "@vscode/debugadapter": "^1.66.0", + "esbuild": "^0.23.0", + "eslint": "^9.6.0", "eslint-config-prettier": "^9.1.0", "mitata": "^0.1.11", "peechy": "0.4.34", - "prettier": "^3.2.5", + "prettier": "^3.3.2", "react": "^18.3.1", "react-dom": "^18.3.1", "source-map-js": "^1.2.0", - "typescript": "^5.4.5" + "typescript": "^5.5.3" }, "devDependencies": { - "@types/bun": "^1.1.3", + "@types/bun": "^1.1.6", "@types/react": "^18.3.3", - "@typescript-eslint/eslint-plugin": "^7.11.0", - "@typescript-eslint/parser": "^7.11.0" + "@typescript-eslint/eslint-plugin": "^7.16.0", + "@typescript-eslint/parser": "^7.16.0" }, "resolutions": { "bun-types": "workspace:packages/bun-types" diff --git a/test/bun.lockb b/test/bun.lockb index b3cdc08715..9f669969ec 100755 Binary files a/test/bun.lockb and b/test/bun.lockb differ diff --git a/test/package.json b/test/package.json index 3008ded2ec..5aec36bfc3 100644 --- a/test/package.json +++ b/test/package.json @@ -1,61 +1,61 @@ { "name": "test", "devDependencies": { - "@types/react": "18.0.28", - "@types/react-dom": "18.0.11", - "@types/supertest": "2.0.12", - "@types/utf-8-validate": "5.0.0" + "@types/react": "18.3.3", + "@types/react-dom": "18.3.0", + "@types/supertest": "6.0.2", + "@types/utf-8-validate": "5.0.2" }, "dependencies": { - "@grpc/grpc-js": "1.9.9", - "@grpc/proto-loader": "0.7.10", - "@napi-rs/canvas": "0.1.47", - "@prisma/client": "5.8.0", - "@resvg/resvg-js": "2.4.1", - "@swc/core": "1.3.38", + "@grpc/grpc-js": "1.10.11", + "@grpc/proto-loader": "0.7.13", + "@napi-rs/canvas": "0.1.53", + "@prisma/client": "5.16.2", + "@resvg/resvg-js": "2.6.2", + "@swc/core": "1.6.13", "@types/ws": "8.5.10", "aws-cdk-lib": "2.148.0", - "axios": "1.6.8", + "axios": "1.7.2", "body-parser": "1.20.2", "comlink": "4.4.1", - "es-module-lexer": "1.3.0", - "esbuild": "0.18.6", - "express": "4.18.2", - "fast-glob": "3.3.1", + "es-module-lexer": "1.5.4", + "esbuild": "0.23.0", + "express": "4.19.2", + "fast-glob": "3.3.2", "iconv-lite": "0.6.3", - "jest-extended": "4.0.0", + "jest-extended": "4.0.2", "jsonwebtoken": "9.0.2", "jws": "4.0.0", "lodash": "4.17.21", - "mongodb": "6.0.0", - "msgpackr-extract": "3.0.2", - "msw": "2.3.0", - "mysql2": "3.7.0", - "node-gyp": "10.0.1", - "nodemailer": "6.9.3", - "pg": "8.11.1", - "pg-connection-string": "2.6.1", - "postgres": "3.3.5", - "prisma": "5.1.1", + "mongodb": "6.8.0", + "msgpackr-extract": "3.0.3", + "msw": "2.3.1", + "mysql2": "3.10.2", + "node-gyp": "10.2.0", + "nodemailer": "6.9.14", + "pg": "8.12.0", + "pg-connection-string": "2.6.4", + "postgres": "3.4.4", + "prisma": "5.16.2", "prompts": "2.4.2", - "reflect-metadata": "0.1.13", - "rollup": "4.4.1", - "sharp": "0.33.0", - "sinon": "6.0.0", - "socket.io": "4.7.1", - "socket.io-client": "4.7.1", + "reflect-metadata": "0.2.2", + "rollup": "4.18.1", + "sharp": "0.33.4", + "sinon": "18.0.0", + "socket.io": "4.7.5", + "socket.io-client": "4.7.5", "source-map": "0.7.4", "st": "3.0.0", - "string-width": "7.0.0", - "stripe": "15.4.0", - "supertest": "6.3.3", - "svelte": "3.55.1", - "typescript": "5.0.2", - "undici": "5.20.0", - "verdaccio": "5.27.0", - "vitest": "0.32.2", - "webpack": "5.88.0", - "webpack-cli": "4.7.2", + "string-width": "7.2.0", + "stripe": "16.2.0", + "supertest": "7.0.0", + "svelte": "4.2.18", + "typescript": "5.5.3", + "undici": "6.19.2", + "verdaccio": "5.31.1", + "vitest": "2.0.2", + "webpack": "5.92.1", + "webpack-cli": "5.1.4", "yargs": "17.7.2" }, "private": true,