From e84da1cf8650d1da07c3fa6948d0c7c3e6ff1d59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Mar 2024 19:18:39 +0000 Subject: [PATCH] fix: upgrade dotenv from 16.4.1 to 16.4.2 Snyk has created this PR to upgrade dotenv from 16.4.1 to 16.4.2. See this package in npm: https://www.npmjs.com/package/dotenv See this project in Snyk: https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/5dd2ef9c-1270-4729-aff4-e407805f7a9c?utm_source=github&utm_medium=referral&page=upgrade-pr --- AdminDashboard/package-lock.json | 10 +++++----- AdminDashboard/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AdminDashboard/package-lock.json b/AdminDashboard/package-lock.json index 41e2ae8ef7..295dee3b21 100644 --- a/AdminDashboard/package-lock.json +++ b/AdminDashboard/package-lock.json @@ -11,7 +11,7 @@ "Common": "file:../Common", "CommonServer": "file:../CommonServer", "CommonUI": "file:../CommonUI", - "dotenv": "^16.4.1", + "dotenv": "^16.4.2", "file-loader": "^6.2.0", "Model": "file:../Model", "react": "^18.2.0", @@ -7915,14 +7915,14 @@ } }, "node_modules/dotenv": { - "version": "16.4.1", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.1.tgz", - "integrity": "sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==", + "version": "16.4.2", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.2.tgz", + "integrity": "sha512-rZSSFxke7d9nYQ5NeMIwp5PP+f8wXgKNljpOb7KtH6SKW1cEqcXAz9VSJYVLKe7Jhup/gUYOkaeSVyK8GJ+nBg==", "engines": { "node": ">=12" }, "funding": { - "url": "https://github.com/motdotla/dotenv?sponsor=1" + "url": "https://dotenvx.com" } }, "node_modules/dotenv-expand": { diff --git a/AdminDashboard/package.json b/AdminDashboard/package.json index 42f217d3f8..8e5b885b30 100644 --- a/AdminDashboard/package.json +++ b/AdminDashboard/package.json @@ -6,7 +6,7 @@ "Common": "file:../Common", "CommonServer": "file:../CommonServer", "CommonUI": "file:../CommonUI", - "dotenv": "^16.4.1", + "dotenv": "^16.4.2", "file-loader": "^6.2.0", "Model": "file:../Model", "react": "^18.2.0",