Browse Source

chore(renovate): Update patch

pull/7034/head
renovate[bot] 7 months ago committed by GitHub
parent
commit
a376b83b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/nc-gui/package.json
  2. 12
      packages/nocodb/package.json
  3. 595
      pnpm-lock.yaml
  4. 6
      scripts/pkg-executable/package.json

2
packages/nc-gui/package.json

@ -116,7 +116,7 @@
"@iconify-json/tabler": "^1.1.97",
"@iconify-json/vscode-icons": "^1.1.29",
"@intlify/unplugin-vue-i18n": "^0.12.3",
"@nuxt/image-edge": "1.0.0-28336957.57c0f74",
"@nuxt/image-edge": "1.0.0-28341483.13a120f",
"@types/d3-scale": "^4.0.8",
"@types/dagre": "^0.7.52",
"@types/file-saver": "^2.0.7",

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.2.9",
"@nestjs/common": "^10.2.10",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.2.9",
"@nestjs/core": "^10.2.10",
"@nestjs/event-emitter": "^2.0.3",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "^2.0.4",
"@nestjs/passport": "^10.0.2",
"@nestjs/platform-express": "^10.2.9",
"@nestjs/platform-socket.io": "^10.2.9",
"@nestjs/platform-express": "^10.2.10",
"@nestjs/platform-socket.io": "^10.2.10",
"@nestjs/serve-static": "^4.0.0",
"@nestjs/throttler": "^4.2.1",
"@nestjs/websockets": "^10.2.9",
"@nestjs/websockets": "^10.2.10",
"@ntegral/nestjs-sentry": "^4.0.0",
"@sentry/node": "^6.19.7",
"@techpass/passport-openidconnect": "^0.3.3",
@ -177,7 +177,7 @@
"devDependencies": {
"@nestjs/cli": "^10.2.1",
"@nestjs/schematics": "^10.0.3",
"@nestjs/testing": "^10.2.9",
"@nestjs/testing": "^10.2.10",
"@nestjsplus/dyn-schematics": "^1.0.12",
"@types/ejs": "^3.1.5",
"@types/express": "^4.17.21",

595
pnpm-lock.yaml

File diff suppressed because it is too large Load Diff

6
scripts/pkg-executable/package.json

@ -28,8 +28,8 @@
"license": "ISC",
"dependencies": {
"express": "^4.17.3",
"nocodb": "0.202.7",
"@nestjs/common": "^10.2.9",
"@nestjs/core": "^10.2.9"
"nocodb": "0.202.8",
"@nestjs/common": "^10.2.10",
"@nestjs/core": "^10.2.10"
}
}

Loading…
Cancel
Save