Skip to content

Commit

Permalink
fix(renovate): Update minor
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Dec 9, 2024
1 parent 58a0fdf commit f464a17
Show file tree
Hide file tree
Showing 12 changed files with 12,716 additions and 15,707 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
20.18.1
34 changes: 17 additions & 17 deletions apps/backend-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,43 +11,43 @@
"test": "echo \"Did you mean to run 'test:e'?\" && exit 0"
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/plugin-transform-modules-commonjs": "7.24.8",
"@babel/preset-env": "7.24.8",
"@babel/core": "7.26.0",
"@babel/plugin-transform-modules-commonjs": "7.26.3",
"@babel/preset-env": "7.26.0",
"@darraghor/eslint-plugin-nestjs-typed": "5.0.14",
"@nrwl/eslint-plugin-nx": "19.5.1",
"@nrwl/jest": "19.5.1",
"@nrwl/linter": "19.5.1",
"@nrwl/node": "19.5.1",
"@nrwl/eslint-plugin-nx": "19.8.4",
"@nrwl/jest": "19.8.4",
"@nrwl/linter": "19.8.4",
"@nrwl/node": "19.8.4",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.14.11",
"@types/node-fetch": "2.6.11",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"axios": "1.7.2",
"babel-jest": "29.7.0",
"babel-plugin-transform-runtime": "6.23.0",
"eslint": "9.1.1",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsdoc": "48.8.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-jsdoc": "48.11.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-promise": "6.5.1",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-unicorn": "54.0.0",
"jest": "29.7.0",
"jest-create-mock-instance": "2.0.0",
"nx": "19.5.1",
"prettier": "3.3.3",
"nx": "19.8.14",
"prettier": "3.4.2",
"ts-jest": "29.2.3",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.5.3"
"typescript": "5.7.2"
},
"dependencies": {
"@use-miller/shared-api-client": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: "3.1"
services:
db:
container_name: ${COMPOSE_PROJECT_NAME}_postgres
image: postgres:14.11-alpine
image: postgres:14.15-alpine
restart: "no"
deploy:
resources:
Expand Down
72 changes: 36 additions & 36 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,53 +32,53 @@
}
},
"dependencies": {
"@babel/core": "7.24.9",
"@babel/core": "7.26.0",
"@darraghor/nest-backend-libs": "3.3.4",
"@mapbox/rehype-prism": "0.9.0",
"@nestjs/bull": "10.1.1",
"@nestjs/cache-manager": "2.2.2",
"@nestjs/bull": "10.2.3",
"@nestjs/cache-manager": "2.3.0",
"@nestjs/cli": "10.4.2",
"@nestjs/common": "10.3.10",
"@nestjs/config": "3.2.3",
"@nestjs/core": "10.3.10",
"@nestjs/common": "10.4.13",
"@nestjs/config": "3.3.0",
"@nestjs/core": "10.4.13",
"@nestjs/devtools-integration": "0.1.6",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.10",
"@nestjs/platform-express": "10.4.13",
"@nestjs/swagger": "7.4.0",
"@nestjs/typeorm": "10.0.2",
"@octokit/rest": "21.0.1",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/auto-instrumentations-node": "0.48.0",
"@opentelemetry/exporter-metrics-otlp-grpc": "0.52.1",
"@opentelemetry/exporter-trace-otlp-http": "0.52.1",
"@opentelemetry/auto-instrumentations-node": "0.54.0",
"@opentelemetry/exporter-metrics-otlp-grpc": "0.56.0",
"@opentelemetry/exporter-trace-otlp-http": "0.56.0",
"@opentelemetry/host-metrics": "0.35.3",
"@opentelemetry/instrumentation-express": "0.41.0",
"@opentelemetry/instrumentation-nestjs-core": "0.39.0",
"@opentelemetry/instrumentation-pino": "0.41.0",
"@opentelemetry/resources": "1.25.1",
"@opentelemetry/sdk-metrics": "1.25.1",
"@opentelemetry/sdk-node": "0.52.1",
"@opentelemetry/sdk-trace-base": "1.25.1",
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"auth0": "4.7.0",
"@opentelemetry/instrumentation-express": "0.46.0",
"@opentelemetry/instrumentation-nestjs-core": "0.43.0",
"@opentelemetry/instrumentation-pino": "0.45.0",
"@opentelemetry/resources": "1.29.0",
"@opentelemetry/sdk-metrics": "1.29.0",
"@opentelemetry/sdk-node": "0.56.0",
"@opentelemetry/sdk-trace-base": "1.29.0",
"@opentelemetry/sdk-trace-node": "1.29.0",
"@opentelemetry/semantic-conventions": "1.28.0",
"auth0": "4.14.0",
"axios": "1.7.2",
"bull": "4.15.1",
"bull": "4.16.4",
"cache-manager": "5.7.3",
"cache-manager-redis-yet": "5.1.3",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"date-fns": "3.6.0",
"dotenv": "16.4.5",
"express": "^4.19.2",
"express": "^4.21.2",
"gray-matter": "4.0.3",
"jwks-rsa": "3.1.0",
"minimatch": "10.0.1",
"nestjs-otel": "6.1.1",
"nodemailer": "6.9.14",
"passport": "0.7.0",
"passport-jwt": "4.0.1",
"pg": "8.12.0",
"pg": "8.13.1",
"reflect-metadata": "0.2.2",
"rehype-document": "7.0.3",
"rehype-format": "5.0.0",
Expand All @@ -98,10 +98,10 @@
},
"devDependencies": {
"@darraghor/eslint-plugin-nestjs-typed": "5.0.14",
"@nestjs/schematics": "10.1.2",
"@nestjs/testing": "10.3.10",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.0",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.13",
"@swc/cli": "0.5.2",
"@swc/core": "1.10.0",
"@types/auth0": "3.3.10",
"@types/eslint": "8.56.10",
"@types/express": "4.17.21",
Expand All @@ -111,27 +111,27 @@
"@types/passport-jwt": "4.0.1",
"@types/supertest": "6.0.2",
"@types/unist": "3.0.2",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"eslint": "9.1.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsdoc": "48.8.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-jsdoc": "48.11.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-promise": "6.5.1",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-unicorn": "54.0.0",
"jest": "29.7.0",
"jest-create-mock-instance": "2.0.0",
"jest-junit": "16.0.0",
"prettier": "3.3.3",
"prettier": "3.4.2",
"supertest": "7.0.0",
"ts-jest": "29.2.3",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.5.3"
"typescript": "5.7.2"
}
}
74 changes: 37 additions & 37 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,68 +12,68 @@
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@auth0/nextjs-auth0": "3.5.0",
"@babel/core": "7.24.9",
"@babel/plugin-syntax-flow": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@headlessui/react": "2.1.2",
"@heroicons/react": "2.1.5",
"@babel/core": "7.26.0",
"@babel/plugin-syntax-flow": "^7.26.0",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@headlessui/react": "2.2.0",
"@heroicons/react": "2.2.0",
"@mapbox/rehype-prism": "0.9.0",
"@monaco-editor/react": "4.6.0",
"@nrwl/eslint-plugin-nx": "19.5.1",
"@nrwl/jest": "19.5.1",
"@nrwl/linter": "19.5.1",
"@nrwl/node": "19.5.1",
"@nrwl/eslint-plugin-nx": "19.8.4",
"@nrwl/jest": "19.8.4",
"@nrwl/linter": "19.8.4",
"@nrwl/node": "19.8.4",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/auto-instrumentations-node": "0.48.0",
"@opentelemetry/context-zone": "1.25.1",
"@opentelemetry/core": "1.25.1",
"@opentelemetry/exporter-metrics-otlp-grpc": "0.52.1",
"@opentelemetry/exporter-trace-otlp-http": "0.52.1",
"@opentelemetry/instrumentation": "0.52.1",
"@opentelemetry/instrumentation-document-load": "0.39.0",
"@opentelemetry/instrumentation-fetch": "0.52.1",
"@opentelemetry/resources": "1.25.1",
"@opentelemetry/sdk-metrics": "1.25.1",
"@opentelemetry/sdk-node": "0.52.1",
"@opentelemetry/sdk-trace-base": "1.25.1",
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/sdk-trace-web": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@opentelemetry/auto-instrumentations-node": "0.54.0",
"@opentelemetry/context-zone": "1.29.0",
"@opentelemetry/core": "1.29.0",
"@opentelemetry/exporter-metrics-otlp-grpc": "0.56.0",
"@opentelemetry/exporter-trace-otlp-http": "0.56.0",
"@opentelemetry/instrumentation": "0.56.0",
"@opentelemetry/instrumentation-document-load": "0.43.0",
"@opentelemetry/instrumentation-fetch": "0.56.0",
"@opentelemetry/resources": "1.29.0",
"@opentelemetry/sdk-metrics": "1.29.0",
"@opentelemetry/sdk-node": "0.56.0",
"@opentelemetry/sdk-trace-base": "1.29.0",
"@opentelemetry/sdk-trace-node": "1.29.0",
"@opentelemetry/sdk-trace-web": "1.29.0",
"@opentelemetry/semantic-conventions": "1.28.0",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.13",
"@tanstack/react-query": "5.51.9",
"@tanstack/react-query": "5.62.3",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@use-miller/shared-api-client": "workspace:*",
"autoprefixer": "10.4.19",
"clsx": "2.1.1",
"crisp-sdk-web": "1.0.25",
"eslint": "9.1.1",
"eslint": "9.16.0",
"eslint-config-next": "14.2.5",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-tailwind": "0.2.1",
"focus-visible": "5.2.0",
"gray-matter": "4.0.3",
"monaco-editor": "0.50.0",
"monaco-editor": "0.52.0",
"next": "14.2.5",
"next-progress": "2.3.1",
"nx": "19.5.1",
"nx": "19.8.14",
"opentelemetry-instrumentation-undici": "0.2.3",
"postcss": "8.4.39",
"postcss-focus-visible": "9.0.1",
"prettier": "3.3.3",
"prettier": "3.4.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hyper-tree": "0.3.12",
"react-resizable-panels": "2.0.21",
"react-resizable-panels": "2.1.7",
"rehype-format": "5.0.0",
"rehype-stringify": "10.0.0",
"remark-embed-images": "4.0.0",
Expand All @@ -83,8 +83,8 @@
"sharp": "0.33.4",
"tailwindcss": "3.4.6",
"to-vfile": "8.0.0",
"tslib": "2.6.3",
"typescript": "5.5.3",
"tslib": "2.8.1",
"typescript": "5.7.2",
"unified": "11.0.5",
"vfile": "6.0.2",
"vscode-material-icon-theme-js": "1.0.7"
Expand Down
68 changes: 34 additions & 34 deletions infrastructure/production/digitalocean-hosting/.terraform.lock.hcl

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

Loading

0 comments on commit f464a17

Please sign in to comment.