Merge pull request #827 from martinsefcik/fix-axios-versions-inconsistency

fix (#759): fixed axios versions inconsistency
This commit is contained in:
Anoop M D 2023-11-06 21:16:58 +05:30 committed by GitHub
commit 1e6c85eb01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 74 additions and 70 deletions

140
package-lock.json generated
View File

@ -5588,13 +5588,6 @@
"version": "1.12.0", "version": "1.12.0",
"license": "MIT" "license": "MIT"
}, },
"node_modules/axios": {
"version": "0.26.1",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.14.8"
}
},
"node_modules/babel-jest": { "node_modules/babel-jest": {
"version": "29.3.1", "version": "29.3.1",
"dev": true, "dev": true,
@ -13731,6 +13724,7 @@
}, },
"node_modules/react-is": { "node_modules/react-is": {
"version": "18.2.0", "version": "18.2.0",
"dev": true,
"license": "MIT" "license": "MIT"
}, },
"node_modules/react-redux": { "node_modules/react-redux": {
@ -16637,7 +16631,7 @@
"@tippyjs/react": "^4.2.6", "@tippyjs/react": "^4.2.6",
"@usebruno/graphql-docs": "0.1.0", "@usebruno/graphql-docs": "0.1.0",
"@usebruno/schema": "0.6.0", "@usebruno/schema": "0.6.0",
"axios": "^0.26.0", "axios": "^1.5.1",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"codemirror": "^5.65.2", "codemirror": "^5.65.2",
"codemirror-graphql": "^1.2.5", "codemirror-graphql": "^1.2.5",
@ -16702,6 +16696,16 @@
"version": "2.0.1", "version": "2.0.1",
"license": "Python-2.0" "license": "Python-2.0"
}, },
"packages/bruno-app/node_modules/axios": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz",
"integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==",
"dependencies": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
}
},
"packages/bruno-app/node_modules/entities": { "packages/bruno-app/node_modules/entities": {
"version": "3.0.1", "version": "3.0.1",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
@ -17055,7 +17059,7 @@
"@usebruno/query": "0.1.0", "@usebruno/query": "0.1.0",
"ajv": "^8.12.0", "ajv": "^8.12.0",
"atob": "^2.1.2", "atob": "^2.1.2",
"axios": "^0.26.0", "axios": "^1.5.1",
"btoa": "^1.2.1", "btoa": "^1.2.1",
"chai": "^4.3.7", "chai": "^4.3.7",
"chai-string": "^1.5.0", "chai-string": "^1.5.0",
@ -17087,6 +17091,16 @@
"url": "https://github.com/sponsors/epoberezkin" "url": "https://github.com/sponsors/epoberezkin"
} }
}, },
"packages/bruno-js/node_modules/axios": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz",
"integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==",
"dependencies": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
}
},
"packages/bruno-js/node_modules/json-schema-traverse": { "packages/bruno-js/node_modules/json-schema-traverse": {
"version": "1.0.0", "version": "1.0.0",
"license": "MIT" "license": "MIT"
@ -20468,8 +20482,7 @@
} }
}, },
"@tabler/icons": { "@tabler/icons": {
"version": "1.119.0", "version": "1.119.0"
"requires": {}
}, },
"@tauri-apps/cli": { "@tauri-apps/cli": {
"version": "1.2.2", "version": "1.2.2",
@ -20738,7 +20751,7 @@
"@tippyjs/react": "^4.2.6", "@tippyjs/react": "^4.2.6",
"@usebruno/graphql-docs": "0.1.0", "@usebruno/graphql-docs": "0.1.0",
"@usebruno/schema": "0.6.0", "@usebruno/schema": "0.6.0",
"axios": "^0.26.0", "axios": "^1.5.1",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"codemirror": "^5.65.2", "codemirror": "^5.65.2",
@ -20795,6 +20808,16 @@
"argparse": { "argparse": {
"version": "2.0.1" "version": "2.0.1"
}, },
"axios": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz",
"integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==",
"requires": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
}
},
"entities": { "entities": {
"version": "3.0.1" "version": "3.0.1"
}, },
@ -20913,7 +20936,7 @@
"@usebruno/query": "0.1.0", "@usebruno/query": "0.1.0",
"ajv": "^8.12.0", "ajv": "^8.12.0",
"atob": "^2.1.2", "atob": "^2.1.2",
"axios": "^0.26.0", "axios": "^1.5.1",
"btoa": "^1.2.1", "btoa": "^1.2.1",
"chai": "^4.3.7", "chai": "^4.3.7",
"chai-string": "^1.5.0", "chai-string": "^1.5.0",
@ -20937,6 +20960,16 @@
"uri-js": "^4.2.2" "uri-js": "^4.2.2"
} }
}, },
"axios": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz",
"integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==",
"requires": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
}
},
"json-schema-traverse": { "json-schema-traverse": {
"version": "1.0.0" "version": "1.0.0"
}, },
@ -20975,8 +21008,7 @@
} }
}, },
"@usebruno/schema": { "@usebruno/schema": {
"version": "file:packages/bruno-schema", "version": "file:packages/bruno-schema"
"requires": {}
}, },
"@usebruno/testbench": { "@usebruno/testbench": {
"version": "file:packages/bruno-testbench", "version": "file:packages/bruno-testbench",
@ -21120,8 +21152,7 @@
}, },
"@webpack-cli/configtest": { "@webpack-cli/configtest": {
"version": "1.2.0", "version": "1.2.0",
"dev": true, "dev": true
"requires": {}
}, },
"@webpack-cli/info": { "@webpack-cli/info": {
"version": "1.5.0", "version": "1.5.0",
@ -21132,8 +21163,7 @@
}, },
"@webpack-cli/serve": { "@webpack-cli/serve": {
"version": "1.7.0", "version": "1.7.0",
"dev": true, "dev": true
"requires": {}
}, },
"@xtuc/ieee754": { "@xtuc/ieee754": {
"version": "1.2.0", "version": "1.2.0",
@ -21209,8 +21239,7 @@
}, },
"ajv-keywords": { "ajv-keywords": {
"version": "3.5.2", "version": "3.5.2",
"dev": true, "dev": true
"requires": {}
}, },
"amdefine": { "amdefine": {
"version": "0.0.8" "version": "0.0.8"
@ -21472,12 +21501,6 @@
"aws4": { "aws4": {
"version": "1.12.0" "version": "1.12.0"
}, },
"axios": {
"version": "0.26.1",
"requires": {
"follow-redirects": "^1.14.8"
}
},
"babel-jest": { "babel-jest": {
"version": "29.3.1", "version": "29.3.1",
"dev": true, "dev": true,
@ -22107,8 +22130,7 @@
"chai-string": { "chai-string": {
"version": "1.5.0", "version": "1.5.0",
"resolved": "https://registry.npmjs.org/chai-string/-/chai-string-1.5.0.tgz", "resolved": "https://registry.npmjs.org/chai-string/-/chai-string-1.5.0.tgz",
"integrity": "sha512-sydDC3S3pNAQMYwJrs6dQX0oBQ6KfIPuOZ78n7rocW0eJJlsHPh2t3kwW7xfwYA/1Bf6/arGtSUo16rxR2JFlw==", "integrity": "sha512-sydDC3S3pNAQMYwJrs6dQX0oBQ6KfIPuOZ78n7rocW0eJJlsHPh2t3kwW7xfwYA/1Bf6/arGtSUo16rxR2JFlw=="
"requires": {}
}, },
"chalk": { "chalk": {
"version": "4.1.2", "version": "4.1.2",
@ -22503,8 +22525,7 @@
}, },
"css-declaration-sorter": { "css-declaration-sorter": {
"version": "6.3.1", "version": "6.3.1",
"dev": true, "dev": true
"requires": {}
}, },
"css-loader": { "css-loader": {
"version": "6.7.3", "version": "6.7.3",
@ -22623,8 +22644,7 @@
}, },
"cssnano-utils": { "cssnano-utils": {
"version": "3.1.0", "version": "3.1.0",
"dev": true, "dev": true
"requires": {}
}, },
"csso": { "csso": {
"version": "4.2.0", "version": "4.2.0",
@ -23777,8 +23797,7 @@
} }
}, },
"goober": { "goober": {
"version": "2.1.11", "version": "2.1.11"
"requires": {}
}, },
"got": { "got": {
"version": "9.6.0", "version": "9.6.0",
@ -24140,8 +24159,7 @@
}, },
"icss-utils": { "icss-utils": {
"version": "5.1.0", "version": "5.1.0",
"dev": true, "dev": true
"requires": {}
}, },
"idb": { "idb": {
"version": "7.1.1" "version": "7.1.1"
@ -24741,8 +24759,7 @@
}, },
"jest-pnp-resolver": { "jest-pnp-resolver": {
"version": "1.2.3", "version": "1.2.3",
"dev": true, "dev": true
"requires": {}
}, },
"jest-regex-util": { "jest-regex-util": {
"version": "29.2.0", "version": "29.2.0",
@ -25327,8 +25344,7 @@
"version": "1.4.1" "version": "1.4.1"
}, },
"meros": { "meros": {
"version": "1.2.1", "version": "1.2.1"
"requires": {}
}, },
"methods": { "methods": {
"version": "1.1.2" "version": "1.1.2"
@ -26105,23 +26121,19 @@
}, },
"postcss-discard-comments": { "postcss-discard-comments": {
"version": "5.1.2", "version": "5.1.2",
"dev": true, "dev": true
"requires": {}
}, },
"postcss-discard-duplicates": { "postcss-discard-duplicates": {
"version": "5.1.0", "version": "5.1.0",
"dev": true, "dev": true
"requires": {}
}, },
"postcss-discard-empty": { "postcss-discard-empty": {
"version": "5.1.1", "version": "5.1.1",
"dev": true, "dev": true
"requires": {}
}, },
"postcss-discard-overridden": { "postcss-discard-overridden": {
"version": "5.1.0", "version": "5.1.0",
"dev": true, "dev": true
"requires": {}
}, },
"postcss-js": { "postcss-js": {
"version": "3.0.3", "version": "3.0.3",
@ -26203,8 +26215,7 @@
}, },
"postcss-modules-extract-imports": { "postcss-modules-extract-imports": {
"version": "3.0.0", "version": "3.0.0",
"dev": true, "dev": true
"requires": {}
}, },
"postcss-modules-local-by-default": { "postcss-modules-local-by-default": {
"version": "4.0.0", "version": "4.0.0",
@ -26237,8 +26248,7 @@
}, },
"postcss-normalize-charset": { "postcss-normalize-charset": {
"version": "5.1.0", "version": "5.1.0",
"dev": true, "dev": true
"requires": {}
}, },
"postcss-normalize-display-values": { "postcss-normalize-display-values": {
"version": "5.1.0", "version": "5.1.0",
@ -26714,11 +26724,11 @@
} }
}, },
"react-inspector": { "react-inspector": {
"version": "6.0.2", "version": "6.0.2"
"requires": {}
}, },
"react-is": { "react-is": {
"version": "18.2.0" "version": "18.2.0",
"dev": true
}, },
"react-redux": { "react-redux": {
"version": "7.2.9", "version": "7.2.9",
@ -26865,8 +26875,7 @@
} }
}, },
"redux-thunk": { "redux-thunk": {
"version": "2.4.2", "version": "2.4.2"
"requires": {}
}, },
"regenerate": { "regenerate": {
"version": "1.4.2", "version": "1.4.2",
@ -27103,8 +27112,7 @@
}, },
"rollup-plugin-peer-deps-external": { "rollup-plugin-peer-deps-external": {
"version": "2.2.4", "version": "2.2.4",
"dev": true, "dev": true
"requires": {}
}, },
"rollup-plugin-postcss": { "rollup-plugin-postcss": {
"version": "4.0.2", "version": "4.0.2",
@ -27617,8 +27625,7 @@
}, },
"style-loader": { "style-loader": {
"version": "3.3.1", "version": "3.3.1",
"dev": true, "dev": true
"requires": {}
}, },
"styled-components": { "styled-components": {
"version": "5.3.6", "version": "5.3.6",
@ -27647,8 +27654,7 @@
} }
}, },
"styled-jsx": { "styled-jsx": {
"version": "5.0.7", "version": "5.0.7"
"requires": {}
}, },
"stylehacks": { "stylehacks": {
"version": "5.1.1", "version": "5.1.1",
@ -28254,8 +28260,7 @@
} }
}, },
"use-sync-external-store": { "use-sync-external-store": {
"version": "1.2.0", "version": "1.2.0"
"requires": {}
}, },
"utf8-byte-length": { "utf8-byte-length": {
"version": "1.0.4", "version": "1.0.4",
@ -28416,8 +28421,7 @@
}, },
"acorn-import-assertions": { "acorn-import-assertions": {
"version": "1.8.0", "version": "1.8.0",
"dev": true, "dev": true
"requires": {}
}, },
"schema-utils": { "schema-utils": {
"version": "3.1.1", "version": "3.1.1",

View File

@ -20,7 +20,7 @@
"@tippyjs/react": "^4.2.6", "@tippyjs/react": "^4.2.6",
"@usebruno/graphql-docs": "0.1.0", "@usebruno/graphql-docs": "0.1.0",
"@usebruno/schema": "0.6.0", "@usebruno/schema": "0.6.0",
"axios": "^0.26.0", "axios": "^1.5.1",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"codemirror": "^5.65.2", "codemirror": "^5.65.2",
"codemirror-graphql": "^1.2.5", "codemirror-graphql": "^1.2.5",

View File

@ -17,7 +17,7 @@
"@usebruno/query": "0.1.0", "@usebruno/query": "0.1.0",
"ajv": "^8.12.0", "ajv": "^8.12.0",
"atob": "^2.1.2", "atob": "^2.1.2",
"axios": "^0.26.0", "axios": "^1.5.1",
"btoa": "^1.2.1", "btoa": "^1.2.1",
"chai": "^4.3.7", "chai": "^4.3.7",
"chai-string": "^1.5.0", "chai-string": "^1.5.0",