mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
chore: updated deps
This commit is contained in:
parent
59b9208d89
commit
c48cb56709
21
package-lock.json
generated
21
package-lock.json
generated
@ -3930,7 +3930,8 @@
|
|||||||
},
|
},
|
||||||
"node_modules/@n8n/vm2": {
|
"node_modules/@n8n/vm2": {
|
||||||
"version": "3.9.23",
|
"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": {
|
"dependencies": {
|
||||||
"acorn": "^8.7.0",
|
"acorn": "^8.7.0",
|
||||||
"acorn-walk": "^8.2.0"
|
"acorn-walk": "^8.2.0"
|
||||||
@ -17946,11 +17947,12 @@
|
|||||||
},
|
},
|
||||||
"packages/bruno-cli": {
|
"packages/bruno-cli": {
|
||||||
"name": "@usebruno/cli",
|
"name": "@usebruno/cli",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@n8n/vm2": "^3.9.23",
|
||||||
"@usebruno/common": "0.1.0",
|
"@usebruno/common": "0.1.0",
|
||||||
"@usebruno/js": "0.9.4",
|
"@usebruno/js": "0.10.0",
|
||||||
"@usebruno/lang": "0.9.0",
|
"@usebruno/lang": "0.9.0",
|
||||||
"axios": "^1.5.1",
|
"axios": "^1.5.1",
|
||||||
"chai": "^4.3.7",
|
"chai": "^4.3.7",
|
||||||
@ -18053,12 +18055,12 @@
|
|||||||
},
|
},
|
||||||
"packages/bruno-electron": {
|
"packages/bruno-electron": {
|
||||||
"name": "bruno",
|
"name": "bruno",
|
||||||
"version": "v1.6.1",
|
"version": "v1.7.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/credential-providers": "^3.425.0",
|
"@aws-sdk/credential-providers": "^3.425.0",
|
||||||
"@n8n/vm2": "^3.9.23",
|
"@n8n/vm2": "^3.9.23",
|
||||||
"@usebruno/common": "0.1.0",
|
"@usebruno/common": "0.1.0",
|
||||||
"@usebruno/js": "0.9.4",
|
"@usebruno/js": "0.10.0",
|
||||||
"@usebruno/lang": "0.9.0",
|
"@usebruno/lang": "0.9.0",
|
||||||
"@usebruno/schema": "0.6.0",
|
"@usebruno/schema": "0.6.0",
|
||||||
"about-window": "^1.15.2",
|
"about-window": "^1.15.2",
|
||||||
@ -18302,7 +18304,7 @@
|
|||||||
},
|
},
|
||||||
"packages/bruno-js": {
|
"packages/bruno-js": {
|
||||||
"name": "@usebruno/js",
|
"name": "@usebruno/js",
|
||||||
"version": "0.9.4",
|
"version": "0.10.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@usebruno/query": "0.1.0",
|
"@usebruno/query": "0.1.0",
|
||||||
@ -21134,6 +21136,8 @@
|
|||||||
},
|
},
|
||||||
"@n8n/vm2": {
|
"@n8n/vm2": {
|
||||||
"version": "3.9.23",
|
"version": "3.9.23",
|
||||||
|
"resolved": "https://registry.npmjs.org/@n8n/vm2/-/vm2-3.9.23.tgz",
|
||||||
|
"integrity": "sha512-yu+It+L89uljQsCJ2e9cQaXzoXJe9bU69QQIoWUOcUw0u5Zon37DuB7bdNNsjKS1ZdFD+fBWCQpq/FkqHsSjXQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"acorn": "^8.7.0",
|
"acorn": "^8.7.0",
|
||||||
"acorn-walk": "^8.2.0"
|
"acorn-walk": "^8.2.0"
|
||||||
@ -22285,8 +22289,9 @@
|
|||||||
"@usebruno/cli": {
|
"@usebruno/cli": {
|
||||||
"version": "file:packages/bruno-cli",
|
"version": "file:packages/bruno-cli",
|
||||||
"requires": {
|
"requires": {
|
||||||
|
"@n8n/vm2": "^3.9.23",
|
||||||
"@usebruno/common": "0.1.0",
|
"@usebruno/common": "0.1.0",
|
||||||
"@usebruno/js": "0.9.4",
|
"@usebruno/js": "0.10.0",
|
||||||
"@usebruno/lang": "0.9.0",
|
"@usebruno/lang": "0.9.0",
|
||||||
"axios": "^1.5.1",
|
"axios": "^1.5.1",
|
||||||
"chai": "^4.3.7",
|
"chai": "^4.3.7",
|
||||||
@ -23280,7 +23285,7 @@
|
|||||||
"@aws-sdk/credential-providers": "^3.425.0",
|
"@aws-sdk/credential-providers": "^3.425.0",
|
||||||
"@n8n/vm2": "^3.9.23",
|
"@n8n/vm2": "^3.9.23",
|
||||||
"@usebruno/common": "0.1.0",
|
"@usebruno/common": "0.1.0",
|
||||||
"@usebruno/js": "0.9.4",
|
"@usebruno/js": "0.10.0",
|
||||||
"@usebruno/lang": "0.9.0",
|
"@usebruno/lang": "0.9.0",
|
||||||
"@usebruno/schema": "0.6.0",
|
"@usebruno/schema": "0.6.0",
|
||||||
"about-window": "^1.15.2",
|
"about-window": "^1.15.2",
|
||||||
|
@ -24,8 +24,9 @@
|
|||||||
"package.json"
|
"package.json"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@n8n/vm2": "^3.9.23",
|
||||||
"@usebruno/common": "0.1.0",
|
"@usebruno/common": "0.1.0",
|
||||||
"@usebruno/js": "0.9.4",
|
"@usebruno/js": "0.10.0",
|
||||||
"@usebruno/lang": "0.9.0",
|
"@usebruno/lang": "0.9.0",
|
||||||
"axios": "^1.5.1",
|
"axios": "^1.5.1",
|
||||||
"chai": "^4.3.7",
|
"chai": "^4.3.7",
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/credential-providers": "^3.425.0",
|
"@aws-sdk/credential-providers": "^3.425.0",
|
||||||
"@usebruno/common": "0.1.0",
|
"@usebruno/common": "0.1.0",
|
||||||
"@usebruno/js": "0.9.4",
|
"@usebruno/js": "0.10.0",
|
||||||
"@usebruno/lang": "0.9.0",
|
"@usebruno/lang": "0.9.0",
|
||||||
"@usebruno/schema": "0.6.0",
|
"@usebruno/schema": "0.6.0",
|
||||||
"about-window": "^1.15.2",
|
"about-window": "^1.15.2",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@usebruno/js",
|
"name": "@usebruno/js",
|
||||||
"version": "0.9.4",
|
"version": "0.10.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
Loading…
Reference in New Issue
Block a user