diff --git a/package-lock.json b/package-lock.json index 4363aa811c6..bee7f97127c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "devDependencies": { "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", - "@types/bun": "^1.1.11", + "@types/bun": "^1.1.12", "axios": "^1.7.7", "bun-types": "^1.1.31", "cheerio": "^1.0.0", @@ -801,23 +801,12 @@ } }, "node_modules/@types/bun": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.1.11.tgz", - "integrity": "sha512-0N7D/H/8sbf9JMkaG5F3+I/cB4TlhKTkO9EskEWP8XDr8aVcDe4EywSnU4cnyZy6tar1dq70NeFNkqMEUigthw==", - "dev": true, - "license": "MIT", - "dependencies": { - "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==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.1.12.tgz", + "integrity": "sha512-UkewJesRDP3+AW30Gc8hvxuIt+vHgYZXmVOKaXV8xnwAnMXTAs3XZDsa/jW+LSdAYhHslokSm72lq63FYYjZqA==", "dev": true, "dependencies": { - "@types/node": "~20.12.8", - "@types/ws": "~8.5.10" + "bun-types": "1.1.32" } }, "node_modules/@types/conventional-commits-parser": { @@ -1219,9 +1208,9 @@ } }, "node_modules/bun-types": { - "version": "1.1.31", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.31.tgz", - "integrity": "sha512-SPk7OnejMg4TbUXlZbuCh8COC4Ace74gjzBK6Q7VNtqToqIEs8ucv7/U/2zo1LSkPiKuo2RFoOBjQT/IzH36EA==", + "version": "1.1.32", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.32.tgz", + "integrity": "sha512-Lxgux4InO/WRjSAEy3iyDscsnDXR8+3rgNDeZYjPAizFYjUraoNuMl9PuRd9XMgFZgdyQwaUX7/QHmOw5KGFQw==", "dev": true, "dependencies": { "@types/node": "~20.12.8", diff --git a/package.json b/package.json index 31e429fdd09..5375e5ed949 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@commitlint/config-conventional": "^19.5.0", "@commitlint/cli": "^19.5.0", - "@types/bun": "^1.1.11", + "@types/bun": "^1.1.12", "axios": "^1.7.7", "bun-types": "^1.1.31", "cheerio": "^1.0.0",