chore: updated deps

This commit is contained in:
Anoop M D 2024-01-30 15:20:51 +05:30
parent 59b9208d89
commit c48cb56709
4 changed files with 17 additions and 11 deletions

21
package-lock.json generated
View File

@ -3930,7 +3930,8 @@
},
"node_modules/@n8n/vm2": {
"version": "3.9.23",
"license": "MIT",
"resolved": "https://registry.npmjs.org/@n8n/vm2/-/vm2-3.9.23.tgz",
"integrity": "sha512-yu+It+L89uljQsCJ2e9cQaXzoXJe9bU69QQIoWUOcUw0u5Zon37DuB7bdNNsjKS1ZdFD+fBWCQpq/FkqHsSjXQ==",
"dependencies": {
"acorn": "^8.7.0",
"acorn-walk": "^8.2.0"
@ -17946,11 +17947,12 @@
},
"packages/bruno-cli": {
"name": "@usebruno/cli",
"version": "1.3.0",
"version": "1.4.0",
"license": "MIT",
"dependencies": {
"@n8n/vm2": "^3.9.23",
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.9.4",
"@usebruno/js": "0.10.0",
"@usebruno/lang": "0.9.0",
"axios": "^1.5.1",
"chai": "^4.3.7",
@ -18053,12 +18055,12 @@
},
"packages/bruno-electron": {
"name": "bruno",
"version": "v1.6.1",
"version": "v1.7.0",
"dependencies": {
"@aws-sdk/credential-providers": "^3.425.0",
"@n8n/vm2": "^3.9.23",
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.9.4",
"@usebruno/js": "0.10.0",
"@usebruno/lang": "0.9.0",
"@usebruno/schema": "0.6.0",
"about-window": "^1.15.2",
@ -18302,7 +18304,7 @@
},
"packages/bruno-js": {
"name": "@usebruno/js",
"version": "0.9.4",
"version": "0.10.0",
"license": "MIT",
"dependencies": {
"@usebruno/query": "0.1.0",
@ -21134,6 +21136,8 @@
},
"@n8n/vm2": {
"version": "3.9.23",
"resolved": "https://registry.npmjs.org/@n8n/vm2/-/vm2-3.9.23.tgz",
"integrity": "sha512-yu+It+L89uljQsCJ2e9cQaXzoXJe9bU69QQIoWUOcUw0u5Zon37DuB7bdNNsjKS1ZdFD+fBWCQpq/FkqHsSjXQ==",
"requires": {
"acorn": "^8.7.0",
"acorn-walk": "^8.2.0"
@ -22285,8 +22289,9 @@
"@usebruno/cli": {
"version": "file:packages/bruno-cli",
"requires": {
"@n8n/vm2": "^3.9.23",
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.9.4",
"@usebruno/js": "0.10.0",
"@usebruno/lang": "0.9.0",
"axios": "^1.5.1",
"chai": "^4.3.7",
@ -23280,7 +23285,7 @@
"@aws-sdk/credential-providers": "^3.425.0",
"@n8n/vm2": "^3.9.23",
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.9.4",
"@usebruno/js": "0.10.0",
"@usebruno/lang": "0.9.0",
"@usebruno/schema": "0.6.0",
"about-window": "^1.15.2",

View File

@ -24,8 +24,9 @@
"package.json"
],
"dependencies": {
"@n8n/vm2": "^3.9.23",
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.9.4",
"@usebruno/js": "0.10.0",
"@usebruno/lang": "0.9.0",
"axios": "^1.5.1",
"chai": "^4.3.7",

View File

@ -21,7 +21,7 @@
"dependencies": {
"@aws-sdk/credential-providers": "^3.425.0",
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.9.4",
"@usebruno/js": "0.10.0",
"@usebruno/lang": "0.9.0",
"@usebruno/schema": "0.6.0",
"about-window": "^1.15.2",

View File

@ -1,6 +1,6 @@
{
"name": "@usebruno/js",
"version": "0.9.4",
"version": "0.10.0",
"license": "MIT",
"main": "src/index.js",
"files": [