Skip to content

Commit a9e6455

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

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.2",
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.2:
7885+
version "17.2.2"
7886+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.2.2.tgz#4010cfe1c2be4fc0f46fd3d951afb424bc067ac6"
7887+
integrity sha512-Sf2LSQP+bOlhKWWyhFsn0UsfdK/kCWRv1iuA2gXAwt3dyNabr6QSj00I2V10pidqz69soatm9ZwZvpQMTIOd5Q==
78887888

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

0 commit comments

Comments
 (0)