Skip to content

Commit

Permalink
fix(renovate): Update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Jun 14, 2024
1 parent a40a32c commit d3c4227
Show file tree
Hide file tree
Showing 9 changed files with 2,084 additions and 1,911 deletions.
26 changes: 13 additions & 13 deletions apps/backend-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"test": "echo \"Did you mean to run 'test:e'?\" && exit 0"
},
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/plugin-transform-modules-commonjs": "7.24.1",
"@babel/preset-env": "7.24.4",
"@darraghor/eslint-plugin-nestjs-typed": "5.0.5",
"@nrwl/eslint-plugin-nx": "18.3.3",
"@nrwl/jest": "18.3.3",
"@nrwl/linter": "18.3.3",
"@nrwl/node": "18.3.3",
"@babel/core": "7.24.7",
"@babel/plugin-transform-modules-commonjs": "7.24.7",
"@babel/preset-env": "7.24.7",
"@darraghor/eslint-plugin-nestjs-typed": "5.0.8",
"@nrwl/eslint-plugin-nx": "18.3.5",
"@nrwl/jest": "18.3.5",
"@nrwl/linter": "18.3.5",
"@nrwl/node": "18.3.5",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.12.5",
"@types/node": "20.12.14",
"@types/node-fetch": "2.6.11",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "7.7.1",
Expand All @@ -34,20 +34,20 @@
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-jsdoc": "48.2.9",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-unicorn": "52.0.0",
"jest": "29.7.0",
"jest-create-mock-instance": "2.0.0",
"nx": "18.3.3",
"nx": "18.3.5",
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"ts-jest": "29.1.4",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.4.4"
"typescript": "5.4.5"
},
"dependencies": {
"@use-miller/shared-api-client": "workspace:*",
Expand Down
44 changes: 22 additions & 22 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,26 @@
}
},
"dependencies": {
"@babel/core": "7.24.4",
"@darraghor/nest-backend-libs": "3.3.3",
"@babel/core": "7.24.7",
"@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/cli": "10.3.2",
"@nestjs/common": "10.3.7",
"@nestjs/common": "10.3.9",
"@nestjs/config": "3.2.2",
"@nestjs/core": "10.3.7",
"@nestjs/core": "10.3.9",
"@nestjs/devtools-integration": "0.1.6",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.7",
"@nestjs/platform-express": "10.3.9",
"@nestjs/swagger": "7.3.1",
"@nestjs/typeorm": "10.0.2",
"@octokit/rest": "20.1.0",
"@octokit/rest": "20.1.1",
"@opentelemetry/api": "1.8.0",
"@opentelemetry/auto-instrumentations-node": "0.44.0",
"@opentelemetry/exporter-metrics-otlp-grpc": "0.50.0",
"@opentelemetry/exporter-trace-otlp-http": "0.50.0",
"@opentelemetry/host-metrics": "0.35.0",
"@opentelemetry/host-metrics": "0.35.2",
"@opentelemetry/instrumentation-express": "0.37.0",
"@opentelemetry/instrumentation-nestjs-core": "0.36.0",
"@opentelemetry/instrumentation-pino": "0.37.0",
Expand All @@ -63,9 +63,9 @@
"@opentelemetry/semantic-conventions": "1.23.0",
"auth0": "4.3.1",
"axios": "1.6.8",
"bull": "4.12.2",
"cache-manager": "5.5.1",
"cache-manager-redis-yet": "5.0.0",
"bull": "4.12.9",
"cache-manager": "5.5.3",
"cache-manager-redis-yet": "5.0.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"date-fns": "3.6.0",
Expand All @@ -78,7 +78,7 @@
"nodemailer": "6.9.13",
"passport": "0.7.0",
"passport-jwt": "4.0.1",
"pg": "8.11.5",
"pg": "8.11.6",
"reflect-metadata": "0.2.2",
"rehype-document": "7.0.3",
"rehype-format": "5.0.0",
Expand All @@ -87,27 +87,27 @@
"remark-gfm": "4.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.0",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"rxjs": "7.8.1",
"swagger-ui-express": "5.0.0",
"swagger-ui-express": "5.0.1",
"to-vfile": "8.0.0",
"typeorm": "0.3.20",
"unified": "11.0.4",
"vfile": "6.0.1",
"webpack": "5.91.0"
},
"devDependencies": {
"@darraghor/eslint-plugin-nestjs-typed": "5.0.5",
"@darraghor/eslint-plugin-nestjs-typed": "5.0.8",
"@nestjs/schematics": "10.1.1",
"@nestjs/testing": "10.3.7",
"@nestjs/testing": "10.3.9",
"@swc/cli": "0.3.12",
"@swc/core": "1.4.12",
"@swc/core": "1.4.17",
"@types/auth0": "3.3.10",
"@types/eslint": "8.56.7",
"@types/eslint": "8.56.10",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.12.5",
"@types/nodemailer": "6.4.14",
"@types/node": "20.12.14",
"@types/nodemailer": "6.4.15",
"@types/passport-jwt": "4.0.1",
"@types/supertest": "6.0.2",
"@types/unist": "3.0.2",
Expand All @@ -118,7 +118,7 @@
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-jsdoc": "48.2.9",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.25.1",
Expand All @@ -128,10 +128,10 @@
"jest-junit": "16.0.0",
"prettier": "3.2.5",
"supertest": "6.3.4",
"ts-jest": "29.1.2",
"ts-jest": "29.1.4",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.4.4"
"typescript": "5.4.5"
}
}
50 changes: 25 additions & 25 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@auth0/nextjs-auth0": "3.5.0",
"@babel/core": "7.24.4",
"@babel/plugin-syntax-flow": "^7.24.1",
"@babel/core": "7.24.7",
"@babel/plugin-syntax-flow": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@headlessui/react": "1.7.18",
"@headlessui/react": "1.7.19",
"@heroicons/react": "2.1.3",
"@mapbox/rehype-prism": "0.9.0",
"@monaco-editor/react": "4.6.0",
"@nrwl/eslint-plugin-nx": "18.3.3",
"@nrwl/jest": "18.3.3",
"@nrwl/linter": "18.3.3",
"@nrwl/node": "18.3.3",
"@nrwl/eslint-plugin-nx": "18.3.5",
"@nrwl/jest": "18.3.5",
"@nrwl/linter": "18.3.5",
"@nrwl/node": "18.3.5",
"@opentelemetry/api": "1.8.0",
"@opentelemetry/auto-instrumentations-node": "0.44.0",
"@opentelemetry/context-zone": "1.23.0",
Expand All @@ -40,51 +40,51 @@
"@opentelemetry/sdk-trace-web": "1.23.0",
"@opentelemetry/semantic-conventions": "1.23.0",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.12",
"@tanstack/react-query": "5.32.0",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"@tailwindcss/typography": "0.5.13",
"@tanstack/react-query": "5.32.1",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@use-miller/shared-api-client": "workspace:*",
"autoprefixer": "10.4.19",
"clsx": "2.1.0",
"crisp-sdk-web": "1.0.22",
"clsx": "2.1.1",
"crisp-sdk-web": "1.0.25",
"eslint": "9.1.1",
"eslint-config-next": "14.2.2",
"eslint-config-next": "14.2.3",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react": "7.34.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.48.0",
"next": "14.2.2",
"next": "14.2.3",
"next-progress": "2.3.1",
"nx": "18.3.3",
"opentelemetry-instrumentation-undici": "0.2.2",
"nx": "18.3.5",
"opentelemetry-instrumentation-undici": "0.2.3",
"postcss": "8.4.38",
"postcss-focus-visible": "9.0.1",
"prettier": "3.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hyper-tree": "0.3.12",
"react-resizable-panels": "2.0.16",
"react-resizable-panels": "2.0.19",
"rehype-format": "5.0.0",
"rehype-stringify": "10.0.0",
"remark-embed-images": "4.0.0",
"remark-gfm": "4.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.0",
"sharp": "0.33.3",
"tailwindcss": "3.4.3",
"sharp": "0.33.4",
"tailwindcss": "3.4.4",
"to-vfile": "8.0.0",
"tslib": "2.6.2",
"typescript": "5.4.4",
"tslib": "2.6.3",
"typescript": "5.4.5",
"unified": "11.0.4",
"vfile": "6.0.1",
"vscode-material-icon-theme-js": "1.0.7"
Expand All @@ -96,6 +96,6 @@
}
},
"devDependencies": {
"@types/node": "20.12.5"
"@types/node": "20.12.14"
}
}
60 changes: 30 additions & 30 deletions infrastructure/production/stripe-prod/.terraform.lock.hcl

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

2 changes: 1 addition & 1 deletion infrastructure/production/stripe-prod/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
stripe = {
source = "lukasaron/stripe"
version = "1.9.4"
version = "1.9.6"
}
}
# You don't need this if you're a solo dev. When you're ready you can create a
Expand Down
16 changes: 8 additions & 8 deletions libs/project-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@
"mill-init": "dist/miller-setup.js"
},
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
"@babel/preset-typescript": "7.24.1",
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@types/figlet": "1.5.8",
"@types/inquirer": "9.0.7",
"@types/jest": "29.5.12",
"@types/node": "20.12.5",
"@types/node": "20.12.14",
"babel-jest": "29.7.0",
"jest": "29.7.0",
"ts-jest": "29.1.2",
"typescript": "5.4.4",
"vite": "5.2.8"
"ts-jest": "29.1.4",
"typescript": "5.4.5",
"vite": "5.2.13"
},
"dependencies": {
"chalk": "5.3.0",
"dotenv": "16.4.5",
"figlet": "1.7.0",
"globby": "14.0.1",
"inquirer": "9.2.17",
"inquirer": "9.2.23",
"vitest": "1.4.0"
}
}
2 changes: 1 addition & 1 deletion libs/shared-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"prepare": "pnpm build"
},
"devDependencies": {
"typescript": "^5.4.4"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit d3c4227

Please sign in to comment.