Browse Source

chore(gui): update package-lock

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/4134/head
Pranav C 2 years ago
parent
commit
c5280613ca
  1. 11
      packages/nocodb/package-lock.json

11
packages/nocodb/package-lock.json generated

@ -68,6 +68,7 @@
"nc-plugin": "0.1.2",
"ncp": "^2.0.0",
"nocodb-sdk": "file:../nocodb-sdk",
"node-machine-id": "^1.1.12",
"nodemailer": "^6.4.10",
"object-hash": "^3.0.0",
"os-locale": "^5.0.0",
@ -11284,6 +11285,11 @@
"inherits": "2.0.3"
}
},
"node_modules/node-machine-id": {
"version": "1.1.12",
"resolved": "https://registry.npmjs.org/node-machine-id/-/node-machine-id-1.1.12.tgz",
"integrity": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ=="
},
"node_modules/node.extend": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/node.extend/-/node.extend-1.0.8.tgz",
@ -26945,6 +26951,11 @@
}
}
},
"node-machine-id": {
"version": "1.1.12",
"resolved": "https://registry.npmjs.org/node-machine-id/-/node-machine-id-1.1.12.tgz",
"integrity": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ=="
},
"node.extend": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/node.extend/-/node.extend-1.0.8.tgz",

Loading…
Cancel
Save