diff --git a/package-lock.json b/package-lock.json index 74c0cb4b..eb9d913a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,8 +14,8 @@ "packages/*" ], "devDependencies": { - "eslint-config-custom": "latest", - "prettier": "latest", + "eslint-config-custom": "*", + "prettier": "*", "turbo": "^1.10.13" }, "engines": { @@ -63,7 +63,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" @@ -268,7 +268,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" } @@ -5862,8 +5862,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", @@ -16135,7 +16136,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", @@ -16175,7 +16176,7 @@ "cypress": "^12.6.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", @@ -17667,7 +17668,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": { @@ -21160,7 +21161,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", @@ -22137,7 +22140,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", @@ -22148,7 +22151,7 @@ "debug": "^4.3.4", "esbuild": "^0.16.5", "eslint": "^7.32.0", - "eslint-config-custom": "latest", + "eslint-config-custom": "*", "execa": "^5.1.1", "getos": "^3.2.1", "globby": "^11.1.0", @@ -23793,7 +23796,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" @@ -27833,7 +27836,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" @@ -28511,7 +28514,7 @@ "cypress-on-fix": "^1.0.2", "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 77327e15..cd8e5f37 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",