npm run upgrade

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2024-12-13 14:57:57 +01:00
parent cc43bceb03
commit e41c085fd7
2 changed files with 400 additions and 3988 deletions

4368
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -15,17 +15,17 @@
"author": "Alexander Borsuk <me@alex.bio>",
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^4.20240725.0",
"@types/jest": "^29.5.12",
"esbuild": "^0.23.0",
"@cloudflare/workers-types": "^4.20241205.0",
"@types/jest": "^29.5.14",
"esbuild": "^0.24.0",
"jest": "^29.7.0",
"jest-environment-miniflare": "^2.14.2",
"miniflare": "^3.20240718.1",
"npm-check-updates": "^16.14.20",
"prettier": "^3.3.3",
"jest-environment-miniflare": "^2.14.4",
"miniflare": "^3.20241205.0",
"npm-check-updates": "^17.1.11",
"prettier": "^3.4.2",
"prettier-plugin-toml": "^2.0.1",
"ts-jest": "^29.2.3",
"typescript": "^5.5.4",
"wrangler": "^3.67.1"
"ts-jest": "^29.2.5",
"typescript": "^5.7.2",
"wrangler": "^3.95.0"
}
}