diff --git a/package-lock.json b/package-lock.json index ed19f137a81..f04daf11062 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@commitlint/config-conventional": "^19.5.0", "@types/bun": "^1.1.11", "axios": "^1.7.7", - "bun-types": "^1.1.30", + "bun-types": "^1.1.31", "cheerio": "^1.0.0", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", @@ -810,6 +810,16 @@ "bun-types": "1.1.30" } }, + "node_modules/@types/bun/node_modules/bun-types": { + "version": "1.1.30", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.30.tgz", + "integrity": "sha512-mGh7NLisOXskBU62DxLS+/nwmLlCYHYAkCzdo4DZ9+fzrpP41hAdOqaN4DO6tQfenHb4pYb0/shw29k4/6I2yQ==", + "dev": true, + "dependencies": { + "@types/node": "~20.12.8", + "@types/ws": "~8.5.10" + } + }, "node_modules/@types/conventional-commits-parser": { "version": "5.0.0", "dev": true, @@ -1209,11 +1219,10 @@ } }, "node_modules/bun-types": { - "version": "1.1.30", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.30.tgz", - "integrity": "sha512-mGh7NLisOXskBU62DxLS+/nwmLlCYHYAkCzdo4DZ9+fzrpP41hAdOqaN4DO6tQfenHb4pYb0/shw29k4/6I2yQ==", + "version": "1.1.31", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.31.tgz", + "integrity": "sha512-SPk7OnejMg4TbUXlZbuCh8COC4Ace74gjzBK6Q7VNtqToqIEs8ucv7/U/2zo1LSkPiKuo2RFoOBjQT/IzH36EA==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "~20.12.8", "@types/ws": "~8.5.10" diff --git a/package.json b/package.json index 2c6fd1f4ecf..f710a3e2322 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@commitlint/cli": "^19.5.0", "@types/bun": "^1.1.11", "axios": "^1.7.7", - "bun-types": "^1.1.30", + "bun-types": "^1.1.31", "cheerio": "^1.0.0", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0",