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
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
"helmet": "^8.2.0",
"image-to-base64": "^2.2.0",
"lodash": "^4.17.21",
"lru-cache": "^11.5.0",
"lru-cache": "^11.5.1",
"node-fetch": "^3.3.2",
"typescript": "^6.0.3"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/node": "^25.9.2",
"@vercel/node": "^5.8.12",
"@types/node": "^25.9.3",
"@vercel/node": "^5.8.17",
"concurrently": "^10.0.3",
"eslint": "10.4.1",
"eslint": "10.5.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.

P2 eslint is pinned to an exact version (10.5.0) while every other devDependency uses a caret range (^). This means patch releases of ESLint won't be picked up automatically by yarn upgrade, which is inconsistent with the rest of the manifest. Consider aligning it with the caret style used elsewhere.

Suggested change
"eslint": "10.5.0",
"eslint": "^10.5.0",

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Fix in Devin

"nodemon": "^3.1.14",
"prettier": "^3.8.3",
"prettier": "^3.8.4",
"progress-webpack-plugin": "^1.0.16",
"ts-loader": "^9.6.0",
"tsc-alias": "^1.8.17",
Expand Down
50 changes: 25 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -568,10 +568,10 @@
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz"
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==

"@types/node@*", "@types/node@^25.9.2":
version "25.9.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.9.2.tgz#fc8958e757994b71fee516f9634bdb03d1b19e9f"
integrity sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==
"@types/node@*", "@types/node@^25.9.3":
version "25.9.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.9.3.tgz#11dfe7a33e68fa5c560f0aa76cc5595621ef26b9"
integrity sha512-603BddQMv3pUcr4U2dhujk83N2tTDVr/34wII2B6bJy6g+8WD6yUb11jszNs0gdi4PesVWl7ABt8nYMVpnLUcg==
dependencies:
undici-types ">=7.24.0 <7.24.7"

Expand Down Expand Up @@ -607,10 +607,10 @@
"@types/http-errors" "*"
"@types/node" "*"

"@vercel/build-utils@13.27.1":
version "13.27.1"
resolved "https://registry.yarnpkg.com/@vercel/build-utils/-/build-utils-13.27.1.tgz#69c92ff529f11d8bb2106a1ecebea9284f6eab32"
integrity sha512-BD9H2U8I/IPGS1c1stSIkdPxBRu6bkCQFqtRjcT2dcdnBawyHXvzTsnnBQhgB3fJVQtgJT47gVZe1oHDmv0Ktg==
"@vercel/build-utils@13.30.0":
version "13.30.0"
resolved "https://registry.yarnpkg.com/@vercel/build-utils/-/build-utils-13.30.0.tgz#89db964487a88c6ce71db1884394f96a85801d9f"
integrity sha512-fLIa8cpELsSoWbcxshaqegwlTCfKnbgsDmA6uIb+oA797xvSmYkPu5a781aRYCRdghgyOZF7NCSVgtZjHjunnQ==
dependencies:
"@vercel/python-analysis" "0.11.1"
cjs-module-lexer "1.2.3"
Expand Down Expand Up @@ -639,16 +639,16 @@
picomatch "^4.0.2"
resolve-from "^5.0.0"

"@vercel/node@^5.8.12":
version "5.8.12"
resolved "https://registry.yarnpkg.com/@vercel/node/-/node-5.8.12.tgz#ea16f40412ff0b038eec8f80b2fc35c98db41957"
integrity sha512-XK2ML9YVdAlZ3BmGTW4jQL0D55ZHeRWKS+CLPSWReDyOBKaC4tTnTL2tp3z76bAs0pfgbT55nplMiX2mneSbLA==
"@vercel/node@^5.8.17":
version "5.8.17"
resolved "https://registry.yarnpkg.com/@vercel/node/-/node-5.8.17.tgz#4e6836c0ea6344ed8b7245a2882a45c7477fe71c"
integrity sha512-n2DVzblqS43LTs4BV1iLfx8tjjrTegcSsyDgRzn70h6tQePYWjl+h0bU3X1stpITZtaYJSZYwVevuX1BJNZHHg==
dependencies:
"@edge-runtime/node-utils" "2.3.0"
"@edge-runtime/primitives" "4.1.0"
"@edge-runtime/vm" "3.2.0"
"@types/node" "20.11.0"
"@vercel/build-utils" "13.27.1"
"@vercel/build-utils" "13.30.0"
"@vercel/error-utils" "2.2.0"
"@vercel/nft" "1.10.0"
"@vercel/static-config" "3.4.0"
Expand Down Expand Up @@ -1563,10 +1563,10 @@ eslint-visitor-keys@^5.0.1:
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz"
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==

eslint@10.4.1:
version "10.4.1"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.4.1.tgz#f6640b176e0912246d9ddbf8fcfa5e8b7f02445a"
integrity sha512-AyIKhnOBuOAdueD7RB3xB+YeAWScb9jHsJBgH2Hcde8InP5JYhqrRR6iTMHyTEwgENK54Cp44e4v8BwNhsuHuw==
eslint@10.5.0:
version "10.5.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.5.0.tgz#5fca69d6b41fe7e00ba22d4100b2e44efe439ad5"
integrity sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==
dependencies:
"@eslint-community/eslint-utils" "^4.8.0"
"@eslint-community/regexpp" "^4.12.2"
Expand Down Expand Up @@ -2246,10 +2246,10 @@ log-update@^2.3.0:
cli-cursor "^2.0.0"
wrap-ansi "^3.0.1"

lru-cache@^11.0.0, lru-cache@^11.5.0:
version "11.5.0"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.5.0.tgz#14117229fd25bc9c67936e32de90ca047488c97a"
integrity sha512-5YgH9UJd7wVb9hIouI2adWpgqrrICkt070Dnj8EUY1+B4B2P9eRLPAkAAo6NICA7CEhOIeBHl46u9zSNpNu7zA==
lru-cache@^11.0.0, lru-cache@^11.5.1:
version "11.5.1"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.5.1.tgz#f3daa3540847b9737ebc02499ddb36765e54db4a"
integrity sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==

math-intrinsics@^1.1.0:
version "1.1.0"
Expand Down Expand Up @@ -2635,10 +2635,10 @@ prelude-ls@^1.2.1:
resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz"
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==

prettier@^3.8.3:
version "3.8.3"
resolved "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz"
integrity sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==
prettier@^3.8.4:
version "3.8.4"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.4.tgz#f334f013ac04a96676f24dabc23c1c4ae1bae411"
integrity sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==

pretty-ms@7.0.1:
version "7.0.1"
Expand Down