Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent f108179 commit 9221274
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 80 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
},
"dependencies": {
"@fastify/cookie": "9.3.1",
"@fastify/flash": "^5.2.0",
"@fastify/flash": "5.2.0",
"@fastify/formbody": "7.4.0",
"@fastify/request-context": "^5.1.0",
"@fastify/secure-session": "^7.5.1",
"@fastify/sensible": "^5.6.0",
"@fastify/static": "^7.0.4",
"@fastify/request-context": "5.1.0",
"@fastify/secure-session": "7.5.1",
"@fastify/sensible": "5.6.0",
"@fastify/static": "7.0.4",
"@fastify/websocket": "10.0.1",
"@kitajs/fastify-html-plugin": "4.1.0",
"@kitajs/html": "^4.2.0",
"@kitajs/html": "4.2.0",
"@kitajs/ts-html-plugin": "4.0.1",
"@tailwindcss/typography": "^0.5.13",
"@tailwindcss/typography": "0.5.13",
"async-mutex": "0.5.0",
"autoprefixer": "10.4.20",
"croner": "8.0.2",
Expand All @@ -36,45 +36,45 @@
"fastify-type-provider-zod": "1.2.0",
"generate-password": "1.7.1",
"jsonwebtoken": "9.0.2",
"lodash-es": "^4.17.21",
"lodash-es": "4.17.21",
"marked": "13.0.0",
"mongodb": "6.5.0",
"nanoid": "^5.0.7",
"nanoid": "5.0.7",
"openid": "2.0.12",
"pino": "9.0.0",
"pino-pretty": "^11.2.2",
"pino-pretty": "11.2.2",
"postcss": "8.4.41",
"postcss-import": "16.1.0",
"postcss-lighten-darken": "0.9.0",
"rcon-client": "4.2.4",
"steamapi": "3.0.8",
"steamid": "2.0.0",
"tailwindcss": "3.4.7",
"ws": "^8.18.0",
"ws": "8.18.0",
"zod": "3.23.4"
},
"devDependencies": {
"@eslint/js": "9.4.0",
"@playwright/test": "^1.45.3",
"@tsconfig/strictest": "^2.0.5",
"@playwright/test": "1.45.3",
"@tsconfig/strictest": "2.0.5",
"@types/eslint__js": "8.42.3",
"@types/jsonwebtoken": "9.0.6",
"@types/lodash": "^4.17.7",
"@types/lodash-es": "^4.17.12",
"@types/lodash": "4.17.7",
"@types/lodash-es": "4.17.12",
"@types/node": "20.12.7",
"@types/openid": "2.0.5",
"@types/postcss-import": "14.0.3",
"@types/steamid": "2.0.3",
"@types/ws": "8.5.10",
"cssnano": "^7.0.4",
"cssnano": "7.0.4",
"eslint": "9.4.0",
"globals": "15.6.0",
"postcss-cli": "^11.0.0",
"postcss-cli": "11.0.0",
"prettier": "3.2.5",
"tsc-alias": "1.8.10",
"tsx": "4.11.0",
"typescript": "5.4.5",
"typescript-eslint": "7.12.0",
"vitest": "^1.6.0"
"vitest": "1.6.0"
}
}
90 changes: 28 additions & 62 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9221274

Please sign in to comment.