lovebox-client
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "lovebox-client", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A lovebox client that allow you to send lovebox messages", | ||
@@ -42,3 +42,3 @@ "main": "./lib/index.cjs", | ||
"dependencies": { | ||
"axios": "^1.6.3", | ||
"axios": "^1.7.0", | ||
"debug": "^4.3.4", | ||
@@ -54,8 +54,8 @@ "graphql": "^16.8.1", | ||
"@types/debug": "4.1.12", | ||
"dotenv": "16.3.1", | ||
"esbuild": "0.19.10", | ||
"dotenv": "16.4.5", | ||
"esbuild": "0.21.3", | ||
"jest": "29.7.0", | ||
"jest-sonar": "0.2.16", | ||
"rimraf": "5.0.5", | ||
"ts-jest": "29.1.1", | ||
"rimraf": "5.0.7", | ||
"ts-jest": "29.1.2", | ||
"ts-node": "10.9.2" | ||
@@ -85,3 +85,3 @@ }, | ||
"test:ci:coverage": "npm run jest -- --ci --coverage", | ||
"lint": "eslint -f unix \"src/**\"", | ||
"lint": "eslint", | ||
"lint:fix": "npm lint -- --fix", | ||
@@ -88,0 +88,0 @@ "ci:eslint": "npm run lint -- -f json -o ./coverage/eslint-report.json" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
132613
Updatedaxios@^1.7.0