Skip to content

Commit e11a230

Browse files
fix(deps): update dependency dotenv to v16.4.7
1 parent e5051eb commit e11a230

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/mg-beehiiv/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@typescript-eslint/eslint-plugin": "^8.0.0",
2929
"@typescript-eslint/parser": "^8.0.0",
3030
"c8": "10.1.3",
31-
"dotenv": "16.4.5",
31+
"dotenv": "16.4.7",
3232
"eslint": "8.57.0",
3333
"jest": "29.7.0",
3434
"sinon": "^18.0.0",

packages/mg-fs-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@tryghost/zip": "1.1.47",
3232
"adm-zip": "0.5.16",
3333
"csv-parse": "5.6.0",
34-
"dotenv": "16.4.5",
34+
"dotenv": "16.4.7",
3535
"fs-extra": "11.2.0",
3636
"lodash": "4.17.21",
3737
"sharp": "0.33.5",

packages/mg-stripe/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/sinon": "^17.0.0",
3030
"@typescript-eslint/eslint-plugin": "^8.0.0",
3131
"@typescript-eslint/parser": "^8.0.0",
32-
"dotenv": "16.4.5",
32+
"dotenv": "16.4.7",
3333
"eslint": "8.57.0",
3434
"jest": "29.7.0",
3535
"sinon": "^18.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5551,10 +5551,10 @@ dot-prop@^9.0.0:
55515551
dependencies:
55525552
type-fest "^4.18.2"
55535553

5554-
5555-
version "16.4.5"
5556-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
5557-
integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==
5554+
5555+
version "16.4.7"
5556+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz#0e20c5b82950140aa99be360a8a5f52335f53c26"
5557+
integrity sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==
55585558

55595559
dtrace-provider@~0.8:
55605560
version "0.8.8"

0 commit comments

Comments
 (0)