From 4f6d489cdba5dd468b2238f5145af22e8a16701c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 07:25:45 +0000 Subject: [PATCH] chore(deps): bump axios from 1.2.1 to 1.6.0 Bumps [axios](https://github.com/axios/axios) from 1.2.1 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.2.1...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 33 ++++++++++++++++------------- packages/cypress-cloud/package.json | 2 +- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1aaae37..7dc2a16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,9 +14,9 @@ "packages/*" ], "devDependencies": { - "eslint-config-custom": "latest", + "eslint-config-custom": "*", "husky": "^8.0.3", - "prettier": "latest", + "prettier": "*", "pretty-quick": "^3.1.3", "turbo": "^1.10.13" }, @@ -115,7 +115,7 @@ "devDependencies": { "@types/node": "^17.0.12", "concurrently": "^7.6.0", - "eslint-config-custom": "latest", + "eslint-config-custom": "*", "ts-node": "^10.9.1", "tsconfig": "*", "typescript": "^4.7.4" @@ -333,7 +333,7 @@ "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "eslint": "7.32.0", - "eslint-config-custom": "latest", + "eslint-config-custom": "*", "tsconfig": "*", "typescript": "^4.7.4" } @@ -6692,8 +6692,9 @@ } }, "node_modules/axios": { - "version": "1.2.1", - "license": "MIT", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", + "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", "dependencies": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", @@ -18291,7 +18292,7 @@ "license": "GPL-3.0-or-later", "dependencies": { "@cypress/commit-info": "^2.2.0", - "axios": "^1.2.0", + "axios": "^1.6.0", "axios-retry": "^3.4.0", "bluebird": "^3.7.2", "chalk": "^4.1.2", @@ -18333,7 +18334,7 @@ "cypress": "^13.2.0", "esbuild": "^0.16.5", "eslint": "^7.32.0", - "eslint-config-custom": "latest", + "eslint-config-custom": "*", "jest": "^29.3.1", "nock": "^13.2.9", "release-it": "^16.1.5", @@ -19900,7 +19901,7 @@ "eslint": "^7.23.0", "eslint-config-next": "13.0.0", "eslint-config-prettier": "^8.3.0", - "eslint-config-turbo": "latest", + "eslint-config-turbo": "*", "eslint-plugin-react": "7.31.8" }, "devDependencies": { @@ -23881,7 +23882,9 @@ "version": "4.6.1" }, "axios": { - "version": "1.2.1", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", + "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", "requires": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", @@ -25050,7 +25053,7 @@ "@types/jest": "^29.2.4", "@types/lodash": "^4.14.191", "@types/ws": "^8.5.4", - "axios": "^1.2.0", + "axios": "^1.6.0", "axios-retry": "^3.4.0", "bluebird": "^3.7.2", "chalk": "^4.1.2", @@ -25062,7 +25065,7 @@ "debug": "^4.3.4", "esbuild": "^0.16.5", "eslint": "^7.32.0", - "eslint-config-custom": "latest", + "eslint-config-custom": "*", "execa": "^5.1.1", "fast-safe-stringify": "^2.1.1", "getos": "^3.2.1", @@ -26849,7 +26852,7 @@ "eslint": "^7.23.0", "eslint-config-next": "13.0.0", "eslint-config-prettier": "^8.3.0", - "eslint-config-turbo": "latest", + "eslint-config-turbo": "*", "eslint-plugin-no-only-tests": "^3.1.0", "eslint-plugin-react": "7.31.8", "typescript": "^4.7.4" @@ -31795,7 +31798,7 @@ "@types/node": "^17.0.12", "concurrently": "^7.6.0", "cypress-cloud": "*", - "eslint-config-custom": "latest", + "eslint-config-custom": "*", "ts-node": "^10.9.1", "tsconfig": "*", "typescript": "^4.7.4" @@ -32624,7 +32627,7 @@ "cypress-cloud": "*", "cypress-terminal-report": "^5.3.3", "eslint": "7.32.0", - "eslint-config-custom": "latest", + "eslint-config-custom": "*", "next": "^13.2.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/packages/cypress-cloud/package.json b/packages/cypress-cloud/package.json index 7b1f799..cb3415c 100644 --- a/packages/cypress-cloud/package.json +++ b/packages/cypress-cloud/package.json @@ -54,7 +54,7 @@ }, "dependencies": { "@cypress/commit-info": "^2.2.0", - "axios": "^1.2.0", + "axios": "^1.6.0", "axios-retry": "^3.4.0", "bluebird": "^3.7.2", "chalk": "^4.1.2",