Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent 815d84d commit ad36012
Show file tree
Hide file tree
Showing 3 changed files with 3,681 additions and 5,602 deletions.
2 changes: 1 addition & 1 deletion frontend/public/aizawa/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- PLEASE NO CHANGES BELOW THIS LINE (UNTIL I SAY SO) -->
<script
language="javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.0/p5.min.js"
src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.2/p5.min.js"
type="text/javascript"
></script>
<script
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"cache-manager": "^5.7.6",
"cron": "^3.3.1",
"crypto-js": "^4.2.0",
"fastify": "4.28.1",
"fastify": "4.29.0",
"flowbite": "^2.5.2",
"globals": "^15.14.0",
"highlight.js": "^11.11.0",
Expand All @@ -76,7 +76,7 @@
"pg": "^8.13.1",
"pino": "^8.21.0",
"pino-http": "^10.3.0",
"prebuilt-tdlib": "^0.1008040.0",
"prebuilt-tdlib": "^0.1008041.0",
"reflect-metadata": "~0.2.2",
"rxjs": "~7.8.1",
"tdl": "^8.0.2",
Expand Down Expand Up @@ -117,19 +117,19 @@
"@nx/workspace": "20.3.0",
"@schematics/angular": "19.0.6",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.9.3",
"@swc/core": "~1.10.0",
"@swc/helpers": "~0.5.15",
"@types/auth0": "^3.3.10",
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.17",
"@types/crypto-js": "^4.2.2",
"@types/jest": "29.5.14",
"@types/node": "22.9.0",
"@types/node": "22.10.2",
"@types/passport-jwt": "^4.0.1",
"@types/passport-local": "^1.0.38",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"@typescript-eslint/utils": "8.13.0",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"@typescript-eslint/utils": "8.18.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -149,7 +149,7 @@
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"typescript": "5.7.2",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
Expand Down
Loading

0 comments on commit ad36012

Please sign in to comment.