diff --git a/client/package.json b/client/package.json index 256c4f6749..b98efb8d27 100644 --- a/client/package.json +++ b/client/package.json @@ -143,6 +143,6 @@ "react-test-renderer": "16.14.0", "redux-saga-test-plan": "4.0.1", "webpack": "5.38.1", - "webpack-cli": "^4.7.2" + "webpack-cli": "4.7.2" } } diff --git a/package-lock.json b/package-lock.json index c837030421..d83e269099 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15975,7 +15975,8 @@ "dependencies": { "hosted-git-info": { "version": "2.8.8", - "resolved": "", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", + "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==", "dev": true }, "normalize-package-data": { diff --git a/package.json b/package.json index bb4547bb89..30ba0a073c 100644 --- a/package.json +++ b/package.json @@ -104,15 +104,15 @@ "@babel/preset-react": "7.13.13", "@babel/preset-typescript": "7.13.0", "@testing-library/cypress": "7.0.6", - "@testing-library/dom": "^7.31.2", + "@testing-library/dom": "7.31.2", "@testing-library/jest-dom": "5.13.0", "@testing-library/user-event": "13.1.9", - "@typescript-eslint/eslint-plugin": "^4.26.1", - "@typescript-eslint/parser": "^4.26.1", + "@typescript-eslint/eslint-plugin": "4.26.1", + "@typescript-eslint/parser": "4.26.1", "babel-eslint": "10.1.0", "babel-plugin-transform-imports": "2.0.0", "cross-env": "7.0.3", - "cypress": "^7.5.0", + "cypress": "7.5.0", "docsify-cli": "4.4.3", "eslint": "7.28.0", "eslint-config-prettier": "8.3.0", @@ -123,8 +123,8 @@ "eslint-plugin-prettier": "3.4.0", "eslint-plugin-react": "7.24.0", "eslint-plugin-react-hooks": "2.5.1", - "eslint-plugin-testing-library": "^4.6.0", - "execa": "^5.1.1", + "eslint-plugin-testing-library": "4.6.0", + "execa": "5.1.1", "husky": "6.0.0", "jest": "26.6.3", "js-yaml": "3.14.1", @@ -133,8 +133,8 @@ "lodash": "4.17.21", "markdownlint": "0.23.1", "npm-run-all": "4.1.5", - "ora": "^5.4.1", - "prettier": "^2.3.1", + "ora": "5.4.1", + "prettier": "2.3.1", "prismjs": "1.23.0", "shx": "0.3.3", "start-server-and-test": "1.12.5",