Merge pull request #7010 from Ocelot-Social-Community/dependabot/npm_and_yarn/dotenv-16.4.4

Bump dotenv from 16.3.1 to 16.4.4
This commit is contained in:
mahula 2024-02-17 09:34:38 +01:00 committed by GitHub
commit 98fbf1d1da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 12 deletions

14
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "ocelot-social", "name": "ocelot-social",
"version": "3.1.2", "version": "3.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ocelot-social", "name": "ocelot-social",
"version": "3.1.2", "version": "3.2.0",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.23.7", "@babel/core": "^7.23.7",
@ -22,7 +22,7 @@
"cypress": "^13.6.4", "cypress": "^13.6.4",
"cypress-network-idle": "^1.14.2", "cypress-network-idle": "^1.14.2",
"date-fns": "^2.25.0", "date-fns": "^2.25.0",
"dotenv": "^16.3.1", "dotenv": "^16.4.4",
"expect": "^29.6.4", "expect": "^29.6.4",
"graphql-request": "^2.0.0", "graphql-request": "^2.0.0",
"import": "^0.0.6", "import": "^0.0.6",
@ -6708,15 +6708,15 @@
} }
}, },
"node_modules/dotenv": { "node_modules/dotenv": {
"version": "16.3.1", "version": "16.4.4",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.4.tgz",
"integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==", "integrity": "sha512-XvPXc8XAQThSjAbY6cQ/9PcBXmFoWuw1sQ3b8HqUCR6ziGXjkTi//kB9SWa2UwqlgdAIuRqAa/9hVljzPehbYg==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"funding": { "funding": {
"url": "https://github.com/motdotla/dotenv?sponsor=1" "url": "https://dotenvx.com"
} }
}, },
"node_modules/duplexer2": { "node_modules/duplexer2": {

View File

@ -46,7 +46,7 @@
"cypress": "^13.6.4", "cypress": "^13.6.4",
"cypress-network-idle": "^1.14.2", "cypress-network-idle": "^1.14.2",
"date-fns": "^2.25.0", "date-fns": "^2.25.0",
"dotenv": "^16.3.1", "dotenv": "^16.4.4",
"expect": "^29.6.4", "expect": "^29.6.4",
"graphql-request": "^2.0.0", "graphql-request": "^2.0.0",
"import": "^0.0.6", "import": "^0.0.6",

View File

@ -3885,10 +3885,10 @@ domutils@^3.0.1:
domelementtype "^2.3.0" domelementtype "^2.3.0"
domhandler "^5.0.3" domhandler "^5.0.3"
dotenv@^16.3.1: dotenv@^16.4.4:
version "16.3.1" version "16.4.4"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e" resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.4.tgz#a26e7bb95ebd36272ebb56edb80b826aecf224c1"
integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ== integrity sha512-XvPXc8XAQThSjAbY6cQ/9PcBXmFoWuw1sQ3b8HqUCR6ziGXjkTi//kB9SWa2UwqlgdAIuRqAa/9hVljzPehbYg==
dotenv@^4.0.0: dotenv@^4.0.0:
version "4.0.0" version "4.0.0"