Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump dotenv-expand from 11.0.6 to 12.0.1 #18116

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/fxa-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^7.0.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"dotenv-expand": "^12.0.1",
"eslint": "^8.3.0",
"eslint-config-react-app": "^7.0.1",
"eslint-webpack-plugin": "^4.1.0",
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36427,12 +36427,12 @@ __metadata:
languageName: node
linkType: hard

"dotenv-expand@npm:^11.0.6, dotenv-expand@npm:~11.0.6":
version: 11.0.6
resolution: "dotenv-expand@npm:11.0.6"
"dotenv-expand@npm:^12.0.1":
version: 12.0.1
resolution: "dotenv-expand@npm:12.0.1"
dependencies:
dotenv: ^16.4.4
checksum: dbbe1ecbdf17f4ba5556744b259801bdbc8c221c0d167f4f3ef079206ebf658f487fe96ea1fd504dc15172328d25f6c665581eb8d873298904a52d48a2004b49
dotenv: ^16.4.5
checksum: 05d75f192c751d3345275db21b0491f43b6089ae1fe7cd5dd67d98469f2723d762d113e058e26a70101cf8003bfb0df0ef695a784c86e53ac38bf046bb9b593d
languageName: node
linkType: hard

Expand All @@ -36443,6 +36443,15 @@ __metadata:
languageName: node
linkType: hard

"dotenv-expand@npm:~11.0.6":
version: 11.0.6
resolution: "dotenv-expand@npm:11.0.6"
dependencies:
dotenv: ^16.4.4
checksum: dbbe1ecbdf17f4ba5556744b259801bdbc8c221c0d167f4f3ef079206ebf658f487fe96ea1fd504dc15172328d25f6c665581eb8d873298904a52d48a2004b49
languageName: node
linkType: hard

"dotenv@npm:16.4.5, dotenv@npm:^16.3.1, dotenv@npm:^16.4.4, dotenv@npm:^16.4.5, dotenv@npm:~16.4.5":
version: 16.4.5
resolution: "dotenv@npm:16.4.5"
Expand Down Expand Up @@ -42059,7 +42068,7 @@ fsevents@~2.1.1:
css-loader: ^6.8.1
css-minimizer-webpack-plugin: ^7.0.0
dotenv: ^16.4.5
dotenv-expand: ^11.0.6
dotenv-expand: ^12.0.1
eslint: ^7.32.0
eslint-config-react-app: ^6.0.0
eslint-plugin-jest: ^27.6.0
Expand Down
Loading