webring 1.6.0-dev.1060 → 1.6.0-dev.1064

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bun.lock +3 -3
  2. package/package.json +2 -2
package/bun.lock CHANGED
@@ -15,7 +15,7 @@
15
15
  "@shepherdjerred/eslint-config": "file:../eslint-config",
16
16
  "@tsconfig/node24": "^24.0.4",
17
17
  "@tsconfig/strictest": "^2.0.8",
18
- "@types/bun": "^1.3.12",
18
+ "@types/bun": "^1.3.13",
19
19
  "@types/express": "^5.0.6",
20
20
  "@types/node": "^25.6.0",
21
21
  "@types/sanitize-html": "^2.16.1",
@@ -250,7 +250,7 @@
250
250
 
251
251
  "@types/body-parser": ["@types/body-parser@1.19.6", "", { "dependencies": { "@types/connect": "*", "@types/node": "*" } }, "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g=="],
252
252
 
253
- "@types/bun": ["@types/bun@1.3.12", "", { "dependencies": { "bun-types": "1.3.12" } }, "sha512-DBv81elK+/VSwXHDlnH3Qduw+KxkTIWi7TXkAeh24zpi5l0B2kUg9Ga3tb4nJaPcOFswflgi/yAvMVBPrxMB+A=="],
253
+ "@types/bun": ["@types/bun@1.3.13", "", { "dependencies": { "bun-types": "1.3.13" } }, "sha512-9fqXWk5YIHGGnUau9TEi+qdlTYDAnOj+xLCmSTwXfAIqXr2x4tytJb43E9uCvt09zJURKXwAtkoH4nLQfzeTXw=="],
254
254
 
255
255
  "@types/chai": ["@types/chai@5.2.3", "", { "dependencies": { "@types/deep-eql": "*", "assertion-error": "^2.0.1" } }, "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA=="],
256
256
 
@@ -422,7 +422,7 @@
422
422
 
423
423
  "builtin-modules": ["builtin-modules@5.0.0", "", {}, "sha512-bkXY9WsVpY7CvMhKSR6pZilZu9Ln5WDrKVBUXf2S443etkmEO4V58heTecXcUIsNsi4Rx8JUO4NfX1IcQl4deg=="],
424
424
 
425
- "bun-types": ["bun-types@1.3.12", "", { "dependencies": { "@types/node": "*" } }, "sha512-HqOLj5PoFajAQciOMRiIZGNoKxDJSr6qigAttOX40vJuSp6DN/CxWp9s3C1Xwm4oH7ybueITwiaOcWXoYVoRkA=="],
425
+ "bun-types": ["bun-types@1.3.13", "", { "dependencies": { "@types/node": "*" } }, "sha512-QXKeHLlOLqQX9LgYaHJfzdBaV21T63HhFJnvuRCcjZiaUDpbs5ED1MgxbMra71CsryN/1dAoXuJJJwIv/2drVA=="],
426
426
 
427
427
  "bytes": ["bytes@3.1.2", "", {}, "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="],
428
428
 
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "url": "https://github.com/shepherdjerred/monorepo/issues"
18
18
  },
19
19
  "type": "module",
20
- "version": "1.6.0-dev.1060",
20
+ "version": "1.6.0-dev.1064",
21
21
  "scripts": {
22
22
  "lint": "eslint src --cache",
23
23
  "build": "tsc",
@@ -46,7 +46,7 @@
46
46
  "@shepherdjerred/eslint-config": "^0.2.0",
47
47
  "@tsconfig/node24": "^24.0.4",
48
48
  "@tsconfig/strictest": "^2.0.8",
49
- "@types/bun": "^1.3.12",
49
+ "@types/bun": "^1.3.13",
50
50
  "@types/express": "^5.0.6",
51
51
  "@types/node": "^25.6.0",
52
52
  "@types/sanitize-html": "^2.16.1",