Browse Source

chore(renovate): Update patch (#7996)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/7968/head
renovate[bot] 8 months ago committed by GitHub
parent
commit
70e24b63f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/nc-gui/package.json
  2. 12
      packages/nocodb/package.json
  3. 1011
      pnpm-lock.yaml
  4. 4
      scripts/pkg-executable/package.json

2
packages/nc-gui/package.json

@ -144,7 +144,7 @@
"@types/turndown": "^5.0.4",
"@types/validator": "^13.11.9",
"@types/vue-barcode-reader": "^0.0.3",
"@unocss/nuxt": "^0.58.7",
"@unocss/nuxt": "^0.58.8",
"@vitest/ui": "^0.34.7",
"@vue/compiler-sfc": "^3.4.21",
"@vue/test-utils": "^2.4.5",

12
packages/nocodb/package.json

@ -53,18 +53,18 @@
"@graphql-tools/merge": "^6.2.17",
"@jm18457/kafkajs-msk-iam-authentication-mechanism": "^3.1.2",
"@nestjs/bull": "^10.0.1",
"@nestjs/common": "^10.3.6",
"@nestjs/common": "^10.3.7",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.3.6",
"@nestjs/core": "^10.3.7",
"@nestjs/event-emitter": "^2.0.4",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "^2.0.5",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.3.6",
"@nestjs/platform-socket.io": "^10.3.6",
"@nestjs/platform-express": "^10.3.7",
"@nestjs/platform-socket.io": "^10.3.7",
"@nestjs/serve-static": "^4.0.1",
"@nestjs/throttler": "^5.1.2",
"@nestjs/websockets": "^10.3.6",
"@nestjs/websockets": "^10.3.7",
"@ntegral/nestjs-sentry": "^4.0.1",
"@sentry/node": "^6.19.7",
"@techpass/passport-openidconnect": "^0.3.3",
@ -177,7 +177,7 @@
"devDependencies": {
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.6",
"@nestjs/testing": "^10.3.7",
"@nestjsplus/dyn-schematics": "^1.0.12",
"@types/ejs": "^3.1.5",
"@types/express": "^4.17.21",

1011
pnpm-lock.yaml

File diff suppressed because it is too large Load Diff

4
scripts/pkg-executable/package.json

@ -27,8 +27,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@nestjs/common": "^10.3.6",
"@nestjs/core": "^10.3.6",
"@nestjs/common": "^10.3.7",
"@nestjs/core": "^10.3.7",
"express": "^4.18.3",
"nocodb": "0.204.9"
},

Loading…
Cancel
Save