Skip to content

Commit 0adf1c2

Browse files
Bump dotenv from 16.0.0 to 17.2.3 in /frontend
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.0 to 17.2.3. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.0.0...v17.2.3) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.2.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 799bcd4 commit 0adf1c2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"axios": "^0.26.0",
3232
"babel-plugin-transform-require-context": "^0.1.1",
33-
"dotenv": "^16.0.0",
33+
"dotenv": "^17.2.3",
3434
"lodash": "^4.17.19",
3535
"moment": "^2.27.0",
3636
"normalize.css": "^8.0.1",

frontend/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7881,10 +7881,10 @@ dotenv-webpack@^7.0.1:
78817881
dependencies:
78827882
dotenv-defaults "^2.0.2"
78837883

7884-
dotenv@^16.0.0:
7885-
version "16.0.0"
7886-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.0.tgz#c619001253be89ebb638d027b609c75c26e47411"
7887-
integrity sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==
7884+
dotenv@^17.2.3:
7885+
version "17.2.3"
7886+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.2.3.tgz#ad995d6997f639b11065f419a22fabf567cdb9a2"
7887+
integrity sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==
78887888

78897889
dotenv@^8.0.0, dotenv@^8.2.0:
78907890
version "8.6.0"

0 commit comments

Comments
 (0)