Browse Source

[create-pull-request] automated change

Signed-off-by: GitHub <noreply@github.com>
pull/5984/head
pranavxc 1 year ago committed by GitHub
parent
commit
46660435f6
  1. 54
      packages/nc-gui/package-lock.json
  2. 2
      packages/nc-gui/package.json
  3. 2
      packages/nc-lib-gui/package.json
  4. 2
      packages/nocodb-sdk/package.json
  5. 50
      packages/nocodb/package-lock.json
  6. 8
      packages/nocodb/package.json

54
packages/nc-gui/package-lock.json generated

@ -30,7 +30,7 @@
"leaflet.markercluster": "^1.5.3",
"locale-codes": "^1.3.1",
"monaco-editor": "^0.33.0",
"nocodb-sdk": "file:../nocodb-sdk",
"nocodb-sdk": "0.109.3",
"papaparse": "^5.3.2",
"pinia": "^2.0.33",
"qrcode": "^1.5.1",
@ -110,7 +110,8 @@
}
},
"../nocodb-sdk": {
"version": "0.109.2",
"version": "0.109.3",
"extraneous": true,
"license": "AGPL-3.0-or-later",
"dependencies": {
"axios": "^0.21.1",
@ -8719,7 +8720,6 @@
"version": "1.15.1",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.1.tgz",
"integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==",
"devOptional": true,
"funding": [
{
"type": "individual",
@ -12238,8 +12238,21 @@
}
},
"node_modules/nocodb-sdk": {
"resolved": "../nocodb-sdk",
"link": true
"version": "0.109.3",
"resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.109.3.tgz",
"integrity": "sha512-B7s1dyTdsH0u1J/t2ZS7O5glitXnLXwT4A9lNO6349aPyBXIb1S7TTkmG0WzNylp+0mgNbLrCuVT3L3TFS9IfQ==",
"dependencies": {
"axios": "^0.21.1",
"jsep": "^1.3.6"
}
},
"node_modules/nocodb-sdk/node_modules/axios": {
"version": "0.21.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
"dependencies": {
"follow-redirects": "^1.14.0"
}
},
"node_modules/node-abi": {
"version": "3.23.0",
@ -24716,8 +24729,7 @@
"follow-redirects": {
"version": "1.15.1",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.1.tgz",
"integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==",
"devOptional": true
"integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA=="
},
"form-data": {
"version": "4.0.0",
@ -27267,22 +27279,22 @@
}
},
"nocodb-sdk": {
"version": "file:../nocodb-sdk",
"version": "0.109.3",
"resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.109.3.tgz",
"integrity": "sha512-B7s1dyTdsH0u1J/t2ZS7O5glitXnLXwT4A9lNO6349aPyBXIb1S7TTkmG0WzNylp+0mgNbLrCuVT3L3TFS9IfQ==",
"requires": {
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"axios": "^0.21.1",
"cspell": "^4.1.0",
"eslint": "^7.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^3.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^4.0.0",
"jsep": "^1.3.6",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"typescript": "^4.0.2"
"jsep": "^1.3.6"
},
"dependencies": {
"axios": {
"version": "0.21.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
"requires": {
"follow-redirects": "^1.14.0"
}
}
}
},
"node-abi": {

2
packages/nc-gui/package.json

@ -54,7 +54,7 @@
"leaflet.markercluster": "^1.5.3",
"locale-codes": "^1.3.1",
"monaco-editor": "^0.33.0",
"nocodb-sdk": "file:../nocodb-sdk",
"nocodb-sdk": "0.109.3",
"papaparse": "^5.3.2",
"pinia": "^2.0.33",
"qrcode": "^1.5.1",

2
packages/nc-lib-gui/package.json

@ -1,6 +1,6 @@
{
"name": "nc-lib-gui",
"version": "0.109.2",
"version": "0.109.3",
"description": "NocoDB GUI",
"author": {
"name": "NocoDB",

2
packages/nocodb-sdk/package.json

@ -1,6 +1,6 @@
{
"name": "nocodb-sdk",
"version": "0.109.2",
"version": "0.109.3",
"description": "NocoDB SDK",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",

50
packages/nocodb/package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "nocodb",
"version": "0.109.2",
"version": "0.109.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nocodb",
"version": "0.109.2",
"version": "0.109.3",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@google-cloud/storage": "^5.7.2",
@ -80,10 +80,10 @@
"mysql2": "^3.2.0",
"nanoid": "^3.1.20",
"nc-help": "^0.2.87",
"nc-lib-gui": "0.109.2",
"nc-lib-gui": "0.109.3",
"nc-plugin": "^0.1.3",
"ncp": "^2.0.0",
"nocodb-sdk": "file:../nocodb-sdk",
"nocodb-sdk": "0.109.3",
"nodemailer": "^6.4.10",
"object-hash": "^3.0.0",
"object-sizeof": "^2.6.1",
@ -191,7 +191,8 @@
}
},
"../nocodb-sdk": {
"version": "0.109.2",
"version": "0.109.3",
"extraneous": true,
"license": "AGPL-3.0-or-later",
"dependencies": {
"axios": "^0.21.1",
@ -13158,9 +13159,9 @@
}
},
"node_modules/nc-lib-gui": {
"version": "0.109.2",
"resolved": "https://registry.npmjs.org/nc-lib-gui/-/nc-lib-gui-0.109.2.tgz",
"integrity": "sha512-eZ1ANukU8LCjXlrhQdRixjeh/JPgvLt6MJwrQ/rHdgMC5Ip/O5c8WRd/HkzQSnapHbmSrv5c/Ng74p5DPjL6rA==",
"version": "0.109.3",
"resolved": "https://registry.npmjs.org/nc-lib-gui/-/nc-lib-gui-0.109.3.tgz",
"integrity": "sha512-8a1M+yBBRXWX3qz1HfY8YyGq1fg+aviwEv6IhGouZy4PnkBmbwbjXFNLxVidQoDor92AYACZHRltE3dxeIb1Sw==",
"dependencies": {
"express": "^4.17.1"
}
@ -13207,8 +13208,13 @@
}
},
"node_modules/nocodb-sdk": {
"resolved": "../nocodb-sdk",
"link": true
"version": "0.109.3",
"resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.109.3.tgz",
"integrity": "sha512-B7s1dyTdsH0u1J/t2ZS7O5glitXnLXwT4A9lNO6349aPyBXIb1S7TTkmG0WzNylp+0mgNbLrCuVT3L3TFS9IfQ==",
"dependencies": {
"axios": "^0.21.1",
"jsep": "^1.3.6"
}
},
"node_modules/node-abort-controller": {
"version": "3.1.1",
@ -28474,9 +28480,9 @@
}
},
"nc-lib-gui": {
"version": "0.109.2",
"resolved": "https://registry.npmjs.org/nc-lib-gui/-/nc-lib-gui-0.109.2.tgz",
"integrity": "sha512-eZ1ANukU8LCjXlrhQdRixjeh/JPgvLt6MJwrQ/rHdgMC5Ip/O5c8WRd/HkzQSnapHbmSrv5c/Ng74p5DPjL6rA==",
"version": "0.109.3",
"resolved": "https://registry.npmjs.org/nc-lib-gui/-/nc-lib-gui-0.109.3.tgz",
"integrity": "sha512-8a1M+yBBRXWX3qz1HfY8YyGq1fg+aviwEv6IhGouZy4PnkBmbwbjXFNLxVidQoDor92AYACZHRltE3dxeIb1Sw==",
"requires": {
"express": "^4.17.1"
}
@ -28511,22 +28517,12 @@
"integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg=="
},
"nocodb-sdk": {
"version": "file:../nocodb-sdk",
"version": "0.109.3",
"resolved": "https://registry.npmjs.org/nocodb-sdk/-/nocodb-sdk-0.109.3.tgz",
"integrity": "sha512-B7s1dyTdsH0u1J/t2ZS7O5glitXnLXwT4A9lNO6349aPyBXIb1S7TTkmG0WzNylp+0mgNbLrCuVT3L3TFS9IfQ==",
"requires": {
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"axios": "^0.21.1",
"cspell": "^4.1.0",
"eslint": "^7.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^3.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^4.0.0",
"jsep": "^1.3.6",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"typescript": "^4.0.2"
"jsep": "^1.3.6"
}
},
"node-abort-controller": {

8
packages/nocodb/package.json

@ -1,6 +1,6 @@
{
"name": "nocodb",
"version": "0.109.2",
"version": "0.109.3",
"description": "NocoDB Backend",
"main": "dist/bundle.js",
"author": {
@ -115,10 +115,10 @@
"mysql2": "^3.2.0",
"nanoid": "^3.1.20",
"nc-help": "^0.2.87",
"nc-lib-gui": "0.109.2",
"nc-lib-gui": "0.109.3",
"nc-plugin": "^0.1.3",
"ncp": "^2.0.0",
"nocodb-sdk": "file:../nocodb-sdk",
"nocodb-sdk": "0.109.3",
"nodemailer": "^6.4.10",
"object-hash": "^3.0.0",
"object-sizeof": "^2.6.1",
@ -206,4 +206,4 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
}
Loading…
Cancel
Save