Skip to content

Commit

Permalink
SBVT-2255: updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tnelms1 committed Feb 2, 2024
1 parent c2ed8c6 commit 0633907
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"chalk": "^4.1.2",
"dotenv": "^16.4.1",
"fs-extra": "^11.2.0",
"pino": "^8.17.2",
"pino": "^8.18.0",
"pino-pretty": "^10.3.1",
"semver": "^7.5.4",
"sharp": "^0.33.2",
Expand Down
2 changes: 2 additions & 0 deletions scripts/utils/check-npm-updates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ YELLOW=$(tput setaf 3)
BLUE=$(tput setaf 4)
RESET=$(tput sgr0)

npm i

# Check for package updates, excluding chalk
echo "${BLUE}Checking for package updates (excluding chalk)${RESET}..."

Expand Down
2 changes: 1 addition & 1 deletion test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0633907

Please sign in to comment.