diff --git a/package-lock.json b/package-lock.json index 69c0a57e5..9e5c2f01d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@oclif/plugin-help": "^5.1.3", "@oclif/plugin-plugins": "^2.1.0", "@octokit/rest": "^21.1.1", - "axios": "^1.7.4", + "axios": "^1.8.3", "chalk": "^4.1.2", "columnify": "^1.5.4", "fs-extra": "^9.0.1", @@ -38,7 +38,7 @@ "eslint-config-twilio": "~2.0.0", "eslint-config-twilio-mocha": "~2.0.0", "mocha": "^10.0.0", - "mock-fs": "^5.5.0", + "mock-fs": "5.4.1", "nock": "^13.0.2", "nyc": "^15.1.0", "sinon": "^9.0.2", @@ -2295,7 +2295,9 @@ } }, "node_modules/axios": { - "version": "1.8.2", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.3.tgz", + "integrity": "sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", @@ -6310,7 +6312,9 @@ } }, "node_modules/mock-fs": { - "version": "5.5.0", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/mock-fs/-/mock-fs-5.4.1.tgz", + "integrity": "sha512-sz/Q8K1gXXXHR+qr0GZg2ysxCRr323kuN10O7CtQjraJsFDJ4SJ+0I5MzALz7aRp9lHk8Cc/YdsT95h9Ka1aFw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 091493291..2d3d182a8 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@oclif/plugin-help": "^5.1.3", "@oclif/plugin-plugins": "^2.1.0", "@octokit/rest": "^21.1.1", - "axios": "^1.7.4", + "axios": "^1.8.3", "chalk": "^4.1.2", "columnify": "^1.5.4", "fs-extra": "^9.0.1",