Browse Source

chore(renovate): Update patch (#7831)

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

16
packages/nc-gui/package.json

@ -82,11 +82,11 @@
"qrcode": "^1.5.3",
"rfdc": "^1.3.1",
"showdown": "^2.1.0",
"socket.io-client": "^4.7.4",
"socket.io-client": "^4.7.5",
"sortablejs": "^1.15.2",
"splitpanes": "^3.1.5",
"tinycolor2": "^1.6.0",
"turndown": "^7.1.2",
"turndown": "^7.1.3",
"unique-names-generator": "^4.7.1",
"v3-infinite-loading": "^1.3.1",
"validator": "^13.11.0",
@ -117,15 +117,15 @@
"@iconify-json/ion": "^1.1.15",
"@iconify-json/la": "^1.1.8",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/lucide": "^1.1.172",
"@iconify-json/material-symbols": "^1.1.74",
"@iconify-json/lucide": "^1.1.175",
"@iconify-json/material-symbols": "^1.1.75",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/mi": "^1.1.8",
"@iconify-json/ph": "^1.1.11",
"@iconify-json/ri": "^1.1.20",
"@iconify-json/simple-icons": "^1.1.94",
"@iconify-json/simple-icons": "^1.1.96",
"@iconify-json/system-uicons": "^1.1.12",
"@iconify-json/tabler": "^1.1.106",
"@iconify-json/tabler": "^1.1.109",
"@iconify-json/vscode-icons": "^1.1.33",
"@intlify/unplugin-vue-i18n": "^0.13.0",
"@nuxt/image": "^1.3.0",
@ -144,10 +144,10 @@
"@types/turndown": "^5.0.4",
"@types/validator": "^13.11.9",
"@types/vue-barcode-reader": "^0.0.3",
"@unocss/nuxt": "^0.58.5",
"@unocss/nuxt": "^0.58.6",
"@vitest/ui": "^0.34.7",
"@vue/compiler-sfc": "^3.4.21",
"@vue/test-utils": "^2.4.4",
"@vue/test-utils": "^2.4.5",
"@vueuse/nuxt": "^10.7.2",
"@windicss/plugin-animations": "^1.0.9",
"@windicss/plugin-question-mark": "^0.1.1",

2
packages/nocodb-sdk/package.json

@ -39,7 +39,7 @@
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"axios": "^1.6.7",
"axios": "^1.6.8",
"jsep": "^1.3.8",
"dayjs": "^1.11.10"
},

22
packages/nocodb/package.json

@ -53,22 +53,22 @@
"@graphql-tools/merge": "^6.2.17",
"@jm18457/kafkajs-msk-iam-authentication-mechanism": "^3.1.2",
"@nestjs/bull": "^10.0.1",
"@nestjs/common": "^10.3.3",
"@nestjs/common": "^10.3.4",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.3.3",
"@nestjs/core": "^10.3.4",
"@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.3",
"@nestjs/platform-socket.io": "^10.3.3",
"@nestjs/platform-express": "^10.3.4",
"@nestjs/platform-socket.io": "^10.3.4",
"@nestjs/serve-static": "^4.0.1",
"@nestjs/throttler": "^5.1.2",
"@nestjs/websockets": "^10.3.3",
"@nestjs/websockets": "^10.3.4",
"@ntegral/nestjs-sentry": "^4.0.1",
"@sentry/node": "^6.19.7",
"@techpass/passport-openidconnect": "^0.3.3",
"@types/chai": "^4.3.12",
"@types/chai": "^4.3.13",
"airtable": "^0.12.2",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
@ -76,7 +76,7 @@
"auto-bind": "^4.0.0",
"aws-kcl": "^2.2.5",
"aws-sdk": "^2.1550.0",
"axios": "^1.6.7",
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"boxen": "^5.1.2",
@ -136,7 +136,7 @@
"nc-plugin": "^0.1.3",
"ncp": "^2.0.0",
"nestjs-kafka": "^1.0.6",
"nestjs-throttler-storage-redis": "^0.4.2",
"nestjs-throttler-storage-redis": "^0.4.3",
"nocodb-sdk": "workspace:^",
"nodemailer": "^6.9.12",
"object-hash": "^3.0.0",
@ -162,7 +162,7 @@
"rxjs": "^7.8.1",
"slash": "^3.0.0",
"slug": "^8.2.3",
"socket.io": "^4.7.4",
"socket.io": "^4.7.5",
"sql-query-identifier": "^2.6.0",
"sqlite3": "^5.1.7",
"tedious": "^16.6.1",
@ -177,14 +177,14 @@
"devDependencies": {
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.3",
"@nestjs/testing": "^10.3.4",
"@nestjsplus/dyn-schematics": "^1.0.12",
"@types/ejs": "^3.1.5",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.6",
"@types/multer": "^1.4.11",
"@types/node": "20.11.25",
"@types/node": "20.11.29",
"@types/passport-google-oauth20": "^2.0.14",
"@types/passport-jwt": "^3.0.13",
"@types/supertest": "^2.0.16",

1196
pnpm-lock.yaml

File diff suppressed because it is too large Load Diff

8
scripts/pkg-executable/package.json

@ -27,13 +27,13 @@
"author": "",
"license": "ISC",
"dependencies": {
"@nestjs/common": "^10.3.3",
"@nestjs/core": "^10.3.3",
"@nestjs/common": "^10.3.4",
"@nestjs/core": "^10.3.4",
"express": "^4.18.3",
"nocodb": "0.204.4"
"nocodb": "0.204.5"
},
"overrides": {
"sqlite3": "5.1.6"
"sqlite3": "5.1.7"
},
"devDependencies": {
"@mapbox/node-pre-gyp": "^1.0.11"

Loading…
Cancel
Save