304.diff (2181B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 72f403e..a91ff50 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -29,7 +29,7 @@ 6 "@testing-library/react": "^13.4.0", 7 "@testing-library/user-event": "^14.4.3", 8 "@types/events": "^3.0.0", 9 - "@types/react": "^18.0.26", 10 + "@types/react": "^18.0.27", 11 "@types/react-dom": "^18.0.10", 12 "@typescript-eslint/eslint-plugin": "^5.48.2", 13 "@typescript-eslint/parser": "^5.48.2", 14 @@ -1307,9 +1307,9 @@ 15 "dev": true 16 }, 17 "node_modules/@types/react": { 18 - "version": "18.0.26", 19 - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.26.tgz", 20 - "integrity": "sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==", 21 + "version": "18.0.27", 22 + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.27.tgz", 23 + "integrity": "sha512-3vtRKHgVxu3Jp9t718R9BuzoD4NcQ8YJ5XRzsSKxNDiDonD2MXIT1TmSkenxuCycZJoQT5d2vE8LwWJxBC1gmA==", 24 "dev": true, 25 "dependencies": { 26 "@types/prop-types": "*", 27 @@ -7912,9 +7912,9 @@ 28 "dev": true 29 }, 30 "@types/react": { 31 - "version": "18.0.26", 32 - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.26.tgz", 33 - "integrity": "sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==", 34 + "version": "18.0.27", 35 + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.27.tgz", 36 + "integrity": "sha512-3vtRKHgVxu3Jp9t718R9BuzoD4NcQ8YJ5XRzsSKxNDiDonD2MXIT1TmSkenxuCycZJoQT5d2vE8LwWJxBC1gmA==", 37 "dev": true, 38 "requires": { 39 "@types/prop-types": "*", 40 diff --git a/package.json b/package.json 41 index fdcfdf4..c2e976e 100644 42 --- a/package.json 43 +++ b/package.json 44 @@ -34,7 +34,7 @@ 45 "@testing-library/react": "^13.4.0", 46 "@testing-library/user-event": "^14.4.3", 47 "@types/events": "^3.0.0", 48 - "@types/react": "^18.0.26", 49 + "@types/react": "^18.0.27", 50 "@types/react-dom": "^18.0.10", 51 "@typescript-eslint/eslint-plugin": "^5.48.2", 52 "@typescript-eslint/parser": "^5.48.2",