Skip to content

Commit 393e71d

Browse files
build(deps-dev): bump dotenv from 16.4.4 to 16.4.5 in /website (#2159)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.4 to 16.4.5. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.4.4...v16.4.5) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b30118c commit 393e71d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@vitejs/plugin-react": "^4.2.1",
4747
"cypress": "^13.6.4",
4848
"cypress-file-upload": "^5.0.8",
49-
"dotenv": "^16.4.4",
49+
"dotenv": "^16.4.5",
5050
"eslint-plugin-cypress": "^2.15.1",
5151
"eslint-plugin-import": "^2.29.1",
5252
"prettier": "^3.2.5",

website/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1697,10 +1697,10 @@ dom-helpers@^5.0.1:
16971697
"@babel/runtime" "^7.8.7"
16981698
csstype "^3.0.2"
16991699

1700-
dotenv@^16.4.4:
1701-
version "16.4.4"
1702-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.4.tgz#a26e7bb95ebd36272ebb56edb80b826aecf224c1"
1703-
integrity sha512-XvPXc8XAQThSjAbY6cQ/9PcBXmFoWuw1sQ3b8HqUCR6ziGXjkTi//kB9SWa2UwqlgdAIuRqAa/9hVljzPehbYg==
1700+
dotenv@^16.4.5:
1701+
version "16.4.5"
1702+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
1703+
integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==
17041704

17051705
duplexer@~0.1.1:
17061706
version "0.1.2"

0 commit comments

Comments
 (0)