diff --git a/react-front-end/package-lock.json b/react-front-end/package-lock.json index 8957e44c78..0bc64d9872 100644 --- a/react-front-end/package-lock.json +++ b/react-front-end/package-lock.json @@ -57,7 +57,7 @@ "@storybook/cli": "7.4.5", "@storybook/react": "7.4.5", "@storybook/react-webpack5": "7.4.5", - "@testing-library/jest-dom": "6.1.4", + "@testing-library/jest-dom": "6.1.5", "@testing-library/react": "14.1.0", "@testing-library/user-event": "14.5.1", "@types/css-mediaquery": "0.1.3", @@ -124,9 +124,9 @@ "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "core-js": "3.33.2", - "eslint": "8.49.0", + "eslint": "8.53.0", "eslint-config-prettier": "9.0.0", - "eslint-plugin-jest": "27.2.3", + "eslint-plugin-jest": "27.6.0", "eslint-plugin-notice": "0.9.10", "eslint-plugin-prettier": "5.0.0", "eslint-plugin-unused-imports": "2.0.0", @@ -14347,9 +14347,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.4.tgz", - "integrity": "sha512-wpoYrCYwSZ5/AxcrjLxJmCU6I5QAJXslEeSiMQqaWmP2Kzpd1LvF/qxmAIW2qposULGWq2gw30GgVNFLSc2Jnw==", + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.5.tgz", + "integrity": "sha512-3y04JLW+EceVPy2Em3VwNr95dOKqA8DhR0RJHhHKDZNYXcVXnEK7WIrpj4eYU8SVt/qYZ2aRWt/WgQ+grNES8g==", "dev": true, "dependencies": { "@adobe/css-tools": "^4.3.1", @@ -31351,9 +31351,9 @@ "axios": "1.5.1", "axios-cookiejar-support": "^4.0.0", "core-js": "3.33.2", - "eslint": "8.49.0", + "eslint": "8.53.0", "eslint-config-prettier": "9.0.0", - "eslint-plugin-jest": "27.2.3", + "eslint-plugin-jest": "27.6.0", "eslint-plugin-notice": "0.9.10", "eslint-plugin-prettier": "5.0.0", "eslint-plugin-unused-imports": "2.0.0", @@ -37612,9 +37612,9 @@ } }, "@testing-library/jest-dom": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.4.tgz", - "integrity": "sha512-wpoYrCYwSZ5/AxcrjLxJmCU6I5QAJXslEeSiMQqaWmP2Kzpd1LvF/qxmAIW2qposULGWq2gw30GgVNFLSc2Jnw==", + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.5.tgz", + "integrity": "sha512-3y04JLW+EceVPy2Em3VwNr95dOKqA8DhR0RJHhHKDZNYXcVXnEK7WIrpj4eYU8SVt/qYZ2aRWt/WgQ+grNES8g==", "dev": true, "requires": { "@adobe/css-tools": "^4.3.1", diff --git a/react-front-end/package.json b/react-front-end/package.json index 96120d402d..92f66bc708 100644 --- a/react-front-end/package.json +++ b/react-front-end/package.json @@ -96,7 +96,7 @@ "@storybook/cli": "7.4.5", "@storybook/react": "7.4.5", "@storybook/react-webpack5": "7.4.5", - "@testing-library/jest-dom": "6.1.4", + "@testing-library/jest-dom": "6.1.5", "@testing-library/react": "14.1.0", "@testing-library/user-event": "14.5.1", "@types/css-mediaquery": "0.1.3",