diff --git a/package-lock.json b/package-lock.json index 4b7d614..3131834 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "@kiwicom/orbit-components": "^12.1.2", "@kiwicom/orbit-tailwind-preset": "^4.0.0", "@types/node": "20.11.19", - "@types/react": "18.2.57", - "@types/react-dom": "18.2.19", + "@types/react": "18.2.64", + "@types/react-dom": "18.2.21", "autoprefixer": "10.4.17", "eslint": "8.56.0", "eslint-config-next": "14.1.0", @@ -1052,9 +1052,9 @@ "integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==" }, "node_modules/@types/react": { - "version": "18.2.57", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.57.tgz", - "integrity": "sha512-ZvQsktJgSYrQiMirAN60y4O/LRevIV8hUzSOSNB6gfR3/o3wCBFQx3sPwIYtuDMeiVgsSS3UzCV26tEzgnfvQw==", + "version": "18.2.64", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.64.tgz", + "integrity": "sha512-MlmPvHgjj2p3vZaxbQgFUQFvD8QiZwACfGqEdDSWou5yISWxDQ4/74nCAwsUiX7UFLKZz3BbVSPj+YxeoGGCfg==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -1062,9 +1062,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.19", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.19.tgz", - "integrity": "sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.21.tgz", + "integrity": "sha512-gnvBA/21SA4xxqNXEwNiVcP0xSGHh/gi1VhWv9Bl46a0ItbTT5nFY+G9VSQpaG/8N/qdJpJ+vftQ4zflTtnjLw==", "dependencies": { "@types/react": "*" } diff --git a/package.json b/package.json index e59c7b6..3e4f302 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "@kiwicom/orbit-components": "^12.1.2", "@kiwicom/orbit-tailwind-preset": "^4.0.0", "@types/node": "20.11.19", - "@types/react": "18.2.57", - "@types/react-dom": "18.2.19", + "@types/react": "18.2.64", + "@types/react-dom": "18.2.21", "autoprefixer": "10.4.17", "eslint": "8.56.0", "eslint-config-next": "14.1.0",