Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"test:e2e:report": "playwright show-report"
},
"dependencies": {
"@aws-sdk/client-ses": "3.1069.0",
"@aws-sdk/client-ses": "3.1070.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify latest npm dist-tags for the exact packages changed in package.json
set -euo pipefail

for pkg in \
  "`@aws-sdk/client-ses`" \
  "`@sanity/vision`" \
  "lucide-react" \
  "sanity"
do
  encoded="${pkg//@/%40}"
  encoded="${encoded//\//%2F}"
  latest=$(curl -s "https://registry.npmjs.org/${encoded}" | jq -r '."dist-tags".latest')
  echo "${pkg} latest=${latest}"
done

Repository: dejanvasic85/williamstownsc

Length of output: 182


Update @aws-sdk/client-ses to the latest version (3.1071.0) at line 35.

The pinned version 3.1070.0 is behind the current latest release. The other three dependencies (@sanity/vision, lucide-react, sanity) are already at their latest versions.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@package.json` at line 35, Update the version of the `@aws-sdk/client-ses`
package from 3.1070.0 to 3.1071.0 in the package.json dependencies section to
match the latest available release version.

Source: Coding guidelines

"@date-fns/tz": "1.5.0",
"@fontsource/exo": "5.2.8",
"@fontsource/outfit": "5.2.8",
Expand All @@ -43,21 +43,21 @@
"@sanity/icons": "3.7.4",
"@sanity/image-url": "2.1.1",
"@sanity/ui": "3.2.0",
"@sanity/vision": "6.0.0",
"@sanity/vision": "6.1.0",
"@sentry/nextjs": "10.58.0",
"@tanstack/react-query": "5.101.0",
"@tanstack/react-query-devtools": "5.101.0",
"clsx": "2.1.1",
"daisyui": "5.5.23",
"date-fns": "4.4.0",
"lucide-react": "1.18.0",
"lucide-react": "1.20.0",
"next": "16.2.9",
"next-sanity": "13.1.0",
"pino": "10.3.1",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-hook-form": "7.79.0",
"sanity": "6.0.0",
"sanity": "6.1.0",
"styled-components": "6.4.2",
"zod": "4.4.3"
},
Expand Down
Loading
Loading