Skip to content

Commit

Permalink
fix(renovate): Update patch (patch) (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan authored Sep 30, 2023
1 parent 926dfb9 commit 0a46823
Show file tree
Hide file tree
Showing 8 changed files with 743 additions and 1,769 deletions.
20 changes: 10 additions & 10 deletions apps/backend-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,30 @@
"test": "echo \"Did you mean to run 'test:e'?\" && exit 0"
},
"devDependencies": {
"@babel/core": "7.22.19",
"@babel/core": "7.22.20",
"@babel/plugin-transform-modules-commonjs": "7.22.15",
"@babel/preset-env": "7.22.15",
"@babel/preset-env": "7.22.20",
"@darraghor/eslint-plugin-nestjs-typed": "4.0.16",
"@nrwl/eslint-plugin-nx": "16.8.1",
"@nrwl/jest": "16.8.1",
"@nrwl/linter": "16.8.1",
"@nrwl/node": "16.8.1",
"@types/express": "4.17.17",
"@types/express": "4.17.18",
"@types/jest": "29.5.5",
"@types/node": "20.6.2",
"@types/node-fetch": "2.6.5",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"axios": "1.5.0",
"@types/node": "20.6.5",
"@types/node-fetch": "2.6.6",
"@types/supertest": "2.0.13",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"axios": "1.5.1",
"babel-jest": "29.7.0",
"babel-plugin-transform-runtime": "6.23.0",
"eslint": "8.49.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.4.0",
"eslint-plugin-jsdoc": "46.8.1",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.21.0",
Expand Down
42 changes: 21 additions & 21 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@
}
},
"dependencies": {
"@babel/core": "7.22.19",
"@babel/core": "7.22.20",
"@darraghor/nest-backend-libs": "2.38.0",
"@mapbox/rehype-prism": "0.8.0",
"@nestjs/bull": "10.0.1",
"@nestjs/cache-manager": "2.1.0",
"@nestjs/cli": "10.1.17",
"@nestjs/common": "10.2.5",
"@nestjs/cli": "10.1.18",
"@nestjs/common": "10.2.6",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.2.5",
"@nestjs/core": "10.2.6",
"@nestjs/devtools-integration": "0.1.5",
"@nestjs/passport": "10.0.2",
"@nestjs/platform-express": "10.2.5",
"@nestjs/swagger": "7.1.11",
"@nestjs/platform-express": "10.2.6",
"@nestjs/swagger": "7.1.12",
"@nestjs/typeorm": "10.0.0",
"@octokit/rest": "20.0.1",
"@octokit/rest": "20.0.2",
"@opentelemetry/api": "1.6.0",
"@opentelemetry/auto-instrumentations-node": "0.39.2",
"@opentelemetry/exporter-metrics-otlp-grpc": "0.43.0",
Expand All @@ -62,7 +62,7 @@
"@opentelemetry/sdk-trace-node": "1.17.0",
"@opentelemetry/semantic-conventions": "1.17.0",
"auth0": "4.0.1",
"axios": "1.5.0",
"axios": "1.5.1",
"bull": "4.11.3",
"cache-manager": "5.2.3",
"cache-manager-redis-yet": "4.1.2",
Expand All @@ -87,7 +87,7 @@
"remark-gfm": "3.0.1",
"remark-parse": "10.0.2",
"remark-rehype": "10.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.4",
"rxjs": "7.8.1",
"swagger-ui-express": "5.0.0",
"to-vfile": "8.0.0",
Expand All @@ -99,26 +99,26 @@
"devDependencies": {
"@darraghor/eslint-plugin-nestjs-typed": "4.0.16",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.5",
"@nestjs/testing": "10.2.6",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.85",
"@types/auth0": "3.3.4",
"@types/eslint": "8.44.2",
"@types/express": "4.17.17",
"@swc/core": "1.3.90",
"@types/auth0": "3.3.6",
"@types/eslint": "8.44.3",
"@types/express": "4.17.18",
"@types/jest": "29.5.5",
"@types/node": "20.6.2",
"@types/nodemailer": "6.4.10",
"@types/passport-jwt": "3.0.9",
"@types/supertest": "2.0.12",
"@types/node": "20.6.5",
"@types/nodemailer": "6.4.11",
"@types/passport-jwt": "3.0.10",
"@types/supertest": "2.0.13",
"@types/unist": "3.0.0",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"eslint": "8.49.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.4.0",
"eslint-plugin-jsdoc": "46.8.1",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.21.0",
Expand Down
14 changes: 7 additions & 7 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"@tailwindcss/forms": "0.5.6",
"@tailwindcss/typography": "0.5.10",
"@tanstack/react-query": "4.35.3",
"@types/react": "18.2.21",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.7",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@use-miller/shared-api-client": "workspace:*",
"autoprefixer": "10.4.15",
"autoprefixer": "10.4.16",
"clsx": "2.0.0",
"crisp-sdk-web": "1.0.21",
"eslint": "8.49.0",
Expand All @@ -67,7 +67,7 @@
"next-progress": "2.3.1",
"nx": "16.8.1",
"opentelemetry-instrumentation-undici": "0.1.1",
"postcss": "8.4.29",
"postcss": "8.4.30",
"postcss-focus-visible": "9.0.0",
"prettier": "3.0.3",
"react": "18.2.0",
Expand All @@ -80,7 +80,7 @@
"remark-gfm": "3.0.1",
"remark-parse": "10.0.2",
"remark-rehype": "10.1.0",
"sharp": "0.32.5",
"sharp": "0.32.6",
"tailwindcss": "3.3.3",
"to-vfile": "8.0.0",
"tslib": "2.6.2",
Expand All @@ -96,6 +96,6 @@
}
},
"devDependencies": {
"@types/node": "20.6.2"
"@types/node": "20.6.5"
}
}
46 changes: 16 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.7.7"
version = "1.7.8"
}
}
# You don't need this if you're a solo dev. When you're ready you can create a
Expand Down
8 changes: 4 additions & 4 deletions libs/project-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"mill-init": "dist/miller-setup.js"
},
"devDependencies": {
"@babel/core": "7.22.19",
"@babel/preset-env": "7.22.15",
"@babel/core": "7.22.20",
"@babel/preset-env": "7.22.20",
"@babel/preset-typescript": "7.22.15",
"@types/figlet": "1.5.6",
"@types/inquirer": "9.0.3",
"@types/jest": "29.5.5",
"@types/node": "20.6.2",
"@types/node": "20.6.5",
"babel-jest": "29.7.0",
"jest": "29.7.0",
"ts-jest": "29.1.1",
Expand All @@ -34,6 +34,6 @@
"figlet": "1.6.0",
"globby": "13.2.2",
"inquirer": "9.2.11",
"vitest": "0.34.4"
"vitest": "0.34.5"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"private": true,
"type": "module",
"license": "UNLICENSED",
"packageManager": "pnpm@8.7.1",
"packageManager": "pnpm@8.7.6",
"repository": {
"type": "git",
"url": "https://github.com/darraghoriordan/use-miller.git"
},
"author": "Use Miller",
"engines": {
"node": ">=v18.17.1",
"pnpm": ">=8.7.1"
"pnpm": ">=8.7.6"
},
"scripts": {
"clean": "rm -Rf ./dist/",
Expand Down Expand Up @@ -43,9 +43,9 @@
"@nrwl/node": "16.8.1",
"@semantic-release/exec": "6.0.3",
"@types/jest": "29.5.5",
"@types/node": "20.6.2",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@types/node": "20.6.5",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"concurrently": "8.2.1",
"dotenv": "16.3.1",
"eslint": "8.49.0",
Expand All @@ -58,7 +58,7 @@
"lint-staged": "14.0.1",
"nx": "16.8.1",
"prettier": "3.0.3",
"rimraf": "5.0.1",
"rimraf": "5.0.4",
"semantic-release": "21.1.2",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
Expand Down
Loading

0 comments on commit 0a46823

Please sign in to comment.