Skip to content

Commit

Permalink
fix(deps): update dependency dotenv-cli to v8 (#579)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 54e59f1 commit 8286b10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@tremor/react": "^3.0.0",
"@vercel/analytics": "^1.0.0",
"@vercel/kv": "^3.0.0",
"dotenv-cli": "^7.3.0",
"dotenv-cli": "^8.0.0",
"encoding": "^0.1.13",
"framer-motion": "^11.2.10",
"graphql": "^16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@duyet/tsconfig": "*",
"dotenv-cli": "^7.3.0",
"dotenv-cli": "^8.0.0",
"eslint": "8.57.1",
"husky": "^9.0.0",
"lint-staged": "^15.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3668,10 +3668,10 @@ dot-prop@^5.1.0:
dependencies:
is-obj "^2.0.0"

dotenv-cli@^7.3.0:
version "7.4.4"
resolved "https://registry.yarnpkg.com/dotenv-cli/-/dotenv-cli-7.4.4.tgz#bdcf4df35b03f919171ab6714e17b81b4ee45a21"
integrity sha512-XkBYCG0tPIes+YZr4SpfFv76SQrV/LeCE8CI7JSEMi3VR9MvTihCGTOtbIexD6i2mXF+6px7trb1imVCXSNMDw==
dotenv-cli@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/dotenv-cli/-/dotenv-cli-8.0.0.tgz#cea1519f5a06c7372a1428fca4605fcf3d50e1cf"
integrity sha512-aLqYbK7xKOiTMIRf1lDPbI+Y+Ip/wo5k3eyp6ePysVaSqbyxjyK3dK35BTxG+rmd7djf5q2UPs4noPNH+cj0Qw==
dependencies:
cross-spawn "^7.0.6"
dotenv "^16.3.0"
Expand Down

3 comments on commit 8286b10

@vercel
Copy link

@vercel vercel bot commented on 8286b10 Dec 30, 2024

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 8286b10 Dec 30, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

insights – ./apps/insights

insights-git-master-duyet-team.vercel.app
duyet-insights.vercel.app
insights.duyet.net
insights-duyet-team.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 8286b10 Dec 30, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

cv – ./apps/cv

duyet-cv.vercel.app
cv-duyet-team.vercel.app
cv.duyet.net
cv-git-master-duyet-team.vercel.app

Please sign in to comment.