Skip to content

Commit 8ce7ab4

Browse files
committed
Removing axios from the dependency list
1 parent 3e218c0 commit 8ce7ab4

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

package-lock.json

Lines changed: 8 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"dependencies": {
3535
"ajv": "^6.12.6",
3636
"auth0": "^3.0.0",
37-
"axios": "^1.7.2",
3837
"dot-prop": "^5.2.0",
3938
"fs-extra": "^10.1.0",
4039
"global-agent": "^2.1.12",

test/tools/auth0/handlers/scimHandler.tests.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const { expect } = require('chai');
2+
// eslint-disable-next-line import/no-extraneous-dependencies
23
const axios = require('axios');
34
const sinon = require('sinon');
45
const ScimHandler = require('../../../../src/tools/auth0/handlers/scimHandler').default;

0 commit comments

Comments
 (0)