Skip to content

Commit

Permalink
Updated yarn.lock
Browse files Browse the repository at this point in the history
`yarn install` is modifying `yarn.lock`.
This commit update those changes, so that `yarn install` does not
cause untracked modifications.
  • Loading branch information
dellagustin committed Feb 26, 2023
1 parent 5e9c787 commit 71f14ce
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8717,6 +8717,15 @@ __metadata:
languageName: node
linkType: hard

"dotenv-defaults@npm:^2.0.2":
version: 2.0.2
resolution: "dotenv-defaults@npm:2.0.2"
dependencies:
dotenv: ^8.2.0
checksum: c005960bd048e2189c4799e729c41f362e415e6e0b54313d3f31e853a84b049bf770b25cb21c112c2805bb13a8376edc9de451fb514abf8546392d327c27f6e5
languageName: node
linkType: hard

"dotenv-expand@npm:5.1.0, dotenv-expand@npm:^5.1.0":
version: 5.1.0
resolution: "dotenv-expand@npm:5.1.0"
Expand All @@ -8735,6 +8744,17 @@ __metadata:
languageName: node
linkType: hard

"dotenv-webpack@npm:^8.0.1":
version: 8.0.1
resolution: "dotenv-webpack@npm:8.0.1"
dependencies:
dotenv-defaults: ^2.0.2
peerDependencies:
webpack: ^4 || ^5
checksum: ee73eda78df90bcf7446763dfe5e518a2054ed6222783856912d2c6a255fdfc041854e125e036ff2603b06fb44f5234713fad5feecb1e66a54fe78a35a98fb87
languageName: node
linkType: hard

"dotenv@npm:6.2.0, dotenv@npm:^6.2.0":
version: 6.2.0
resolution: "dotenv@npm:6.2.0"
Expand Down Expand Up @@ -16042,6 +16062,7 @@ __metadata:
css-loader: ^3.4.2
dompurify: ^2.4.3
dotenv: ^8.2.0
dotenv-webpack: ^8.0.1
express: ^4.17.1
favicons-webpack-plugin: ^4.2.0
file-loader: ^6.1.0
Expand Down

0 comments on commit 71f14ce

Please sign in to comment.