npm run upgrade

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2023-07-14 23:05:56 +02:00 committed by Alexander Borsuk
parent daefc2b9f8
commit 9f8037a8b8
2 changed files with 1589 additions and 2133 deletions

3696
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -17,20 +17,20 @@
"author": "Alexander Borsuk <me@alex.bio>",
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"esbuild": "^0.17.19",
"eslint": "^8.41.0",
"jest": "^29.5.0",
"@cloudflare/workers-types": "^4.20230710.1",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"esbuild": "^0.18.12",
"eslint": "^8.45.0",
"jest": "^29.6.1",
"jest-environment-miniflare": "^2.14.0",
"miniflare": "^3.0.1",
"npm-check-updates": "^16.10.12",
"prettier": "^2.8.8",
"miniflare": "^3.20230710.0",
"npm-check-updates": "^16.10.15",
"prettier": "^3.0.0",
"prettier-plugin-toml": "^0.3.1",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"wrangler": "^3.0.1"
"ts-jest": "^29.1.1",
"typescript": "^5.1.6",
"wrangler": "^3.2.0"
}
}