Merge pull request #7 from litruv/dependabot/npm_and_yarn/axios-1.6.1

Bump axios from 1.4.0 to 1.6.1
This commit is contained in:
2023-11-16 07:18:11 +11:00
committed by GitHub

10
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "api-websocket-bridge",
"version": "1.0.1",
"version": "1.0.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "api-websocket-bridge",
"version": "1.0.1",
"version": "1.0.5",
"license": "Apache 2.0",
"dependencies": {
"axios": "^1.4.0",
@@ -20,9 +20,9 @@
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
},
"node_modules/axios": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz",
"integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==",
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz",
"integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==",
"dependencies": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",