diff --git a/package-lock.json b/package-lock.json index 50728e2..6947db2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@nick22985/wakatime-api": "^0.0.3", + "@nick22985/wakatime-api": "^1.0.0", "@octokit/rest": "^18.12.0", "axios": "^0.25.0", "chalk": "^5.0.0", @@ -23,19 +23,11 @@ } }, "node_modules/@nick22985/wakatime-api": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@nick22985/wakatime-api/-/wakatime-api-0.0.3.tgz", - "integrity": "sha512-IZip7LXpJ4oc125vNYylUE9AKsYSYrngarOWOLCwEIvJfLCtNrK4O5GSsgrMFrRGnxrR5u/GKvDYfiCqRKID3g==", - "dependencies": { - "axios": "^0.24.0" - } - }, - "node_modules/@nick22985/wakatime-api/node_modules/axios": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.24.0.tgz", - "integrity": "sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@nick22985/wakatime-api/-/wakatime-api-1.0.0.tgz", + "integrity": "sha512-Xf7kLIupQZrQjvN4tGTv54m7OO+JnV22ci3exg528CXtJKEDgYgEq5N/B/leVbFexmzI4Lb2/fiIz1JG6xhKZA==", "dependencies": { - "follow-redirects": "^1.14.4" + "axios": "^0.25.0" } }, "node_modules/@octokit/auth-token": { @@ -393,21 +385,11 @@ }, "dependencies": { "@nick22985/wakatime-api": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@nick22985/wakatime-api/-/wakatime-api-0.0.3.tgz", - "integrity": "sha512-IZip7LXpJ4oc125vNYylUE9AKsYSYrngarOWOLCwEIvJfLCtNrK4O5GSsgrMFrRGnxrR5u/GKvDYfiCqRKID3g==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@nick22985/wakatime-api/-/wakatime-api-1.0.0.tgz", + "integrity": "sha512-Xf7kLIupQZrQjvN4tGTv54m7OO+JnV22ci3exg528CXtJKEDgYgEq5N/B/leVbFexmzI4Lb2/fiIz1JG6xhKZA==", "requires": { - "axios": "^0.24.0" - }, - "dependencies": { - "axios": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.24.0.tgz", - "integrity": "sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==", - "requires": { - "follow-redirects": "^1.14.4" - } - } + "axios": "^0.25.0" } }, "@octokit/auth-token": {