From bcc80242da0caf24a606f633812c40bef4f984bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Sep 2024 02:28:48 +0000 Subject: [PATCH] fix: upgrade dotenv from 16.3.1 to 16.4.5 Snyk has created this PR to upgrade dotenv from 16.3.1 to 16.4.5. See this package in npm: dotenv See this project in Snyk: https://app.snyk.io/org/arpitsourcefuse/project/0664369a-b515-480a-89bc-104b5d1680c8?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../packages/migrations/package-lock.json | 11 ++++++----- .../packages/migrations/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/packages/arc-video-conferencing/packages/migrations/package-lock.json b/packages/arc-video-conferencing/packages/migrations/package-lock.json index a7d1b81..d3b5461 100644 --- a/packages/arc-video-conferencing/packages/migrations/package-lock.json +++ b/packages/arc-video-conferencing/packages/migrations/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "db-migrate": "^1.0.0-beta.21", "db-migrate-pg": "^1.3.0", - "dotenv": "^16.0.3", + "dotenv": "^16.4.5", "dotenv-extended": "^2.9.0", "kindof": "^2.0.0" }, @@ -338,14 +338,15 @@ } }, "node_modules/dotenv": { - "version": "16.3.1", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", - "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==", + "version": "16.4.5", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", + "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", + "license": "BSD-2-Clause", "engines": { "node": ">=12" }, "funding": { - "url": "https://github.com/motdotla/dotenv?sponsor=1" + "url": "https://dotenvx.com" } }, "node_modules/dotenv-extended": { diff --git a/packages/arc-video-conferencing/packages/migrations/package.json b/packages/arc-video-conferencing/packages/migrations/package.json index 91aa786..2f4aa4f 100644 --- a/packages/arc-video-conferencing/packages/migrations/package.json +++ b/packages/arc-video-conferencing/packages/migrations/package.json @@ -16,7 +16,7 @@ "license": "ISC", "dependencies": { "db-migrate": "^1.0.0-beta.21", - "dotenv": "^16.0.3", + "dotenv": "^16.4.5", "dotenv-extended": "^2.9.0", "kindof": "^2.0.0", "db-migrate-pg": "^1.3.0"