diff --git a/package-lock.json b/package-lock.json index 9be1e946ff..ddd5105f75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@types/node": "^20.11.24", "@types/react": "^18.2.39", "@types/react-dom": "^18.2.18", - "@types/react-transition-group": "^4.4.9", + "@types/react-transition-group": "^4.4.10", "@typescript-eslint/eslint-plugin": "^6.13.1", "eslint": "8.57.0", "eslint-config-next": "14.1.0", @@ -4557,9 +4557,9 @@ } }, "node_modules/@types/react-transition-group": { - "version": "4.4.9", - "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.9.tgz", - "integrity": "sha512-ZVNmWumUIh5NhH8aMD9CR2hdW0fNuYInlocZHaZ+dgk/1K49j1w/HoAuK1ki+pgscQrOFRTlXeoURtuzEkV3dg==", + "version": "4.4.10", + "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.10.tgz", + "integrity": "sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==", "dev": true, "dependencies": { "@types/react": "*" diff --git a/package.json b/package.json index a6e7a0aa29..00975a777b 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@types/node": "^20.11.24", "@types/react": "^18.2.39", "@types/react-dom": "^18.2.18", - "@types/react-transition-group": "^4.4.9", + "@types/react-transition-group": "^4.4.10", "@typescript-eslint/eslint-plugin": "^6.13.1", "eslint": "8.57.0", "eslint-config-next": "14.1.0",