diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cd8dbb9d..1963324b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -248,8 +248,8 @@ importers: specifier: workspace:* version: link:../../packages/prettier-config '@types/react': - specifier: 18.3.14 - version: 18.3.14 + specifier: 18.3.15 + version: 18.3.15 concurrently: specifier: 9.1.0 version: 9.1.0 @@ -1020,8 +1020,8 @@ packages: '@types/prop-types@15.7.12': resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==} - '@types/react@18.3.14': - resolution: {integrity: sha512-NzahNKvjNhVjuPBQ+2G7WlxstQ+47kXZNHlUvFakDViuIEfGY926GqhMueQFZ7woG+sPiQKlF36XfrIUVSUfFg==} + '@types/react@18.3.15': + resolution: {integrity: sha512-XQzbwkCwrsabawgWsvDDwsDTRuH1sf6Uj1fnFYoG03ZXfT54/aBvlylKR9ix70pXAtTn8dFzj358zVcZN4m83w==} '@types/semver@7.5.8': resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} @@ -4206,7 +4206,7 @@ snapshots: '@types/prop-types@15.7.12': {} - '@types/react@18.3.14': + '@types/react@18.3.15': dependencies: '@types/prop-types': 15.7.12 csstype: 3.1.3 diff --git a/specs/eslint-configs/package.json b/specs/eslint-configs/package.json index 1325c246..055839fe 100644 --- a/specs/eslint-configs/package.json +++ b/specs/eslint-configs/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@rightcapital/eslint-config": "workspace:*", "@rightcapital/prettier-config": "workspace:*", - "@types/react": "18.3.14", + "@types/react": "18.3.15", "concurrently": "9.1.0", "eslint": "9.12.0", "eslint-config-prettier": "9.1.0",