diff --git a/ADAM/package.json b/ADAM/package.json index 530e2e2..3f4a514 100644 --- a/ADAM/package.json +++ b/ADAM/package.json @@ -13,7 +13,7 @@ "license": "ISC", "dependencies": { "discord.js": "^11.4.2", - "dotenv": "^6.0.0", + "dotenv": "^6.1.0", "forever": "^0.15.3", "node-cron": "^1.2.1", "sync-request": "^6.0.0" diff --git a/ADAM_CptMon/package.json b/ADAM_CptMon/package.json index addbcf5..14ce17f 100644 --- a/ADAM_CptMon/package.json +++ b/ADAM_CptMon/package.json @@ -13,7 +13,7 @@ "license": "ISC", "dependencies": { "discord.js": "^11.4.2", - "dotenv": "^6.0.0", + "dotenv": "^6.1.0", "forever": "^0.15.3", "node-cron": "^1.2.1", "sync-request": "^6.0.0" diff --git a/ADAM_Dairo/package.json b/ADAM_Dairo/package.json index 03d6d6b..947b4ff 100644 --- a/ADAM_Dairo/package.json +++ b/ADAM_Dairo/package.json @@ -13,7 +13,7 @@ "license": "ISC", "dependencies": { "discord.js": "^11.4.2", - "dotenv": "^6.0.0", + "dotenv": "^6.1.0", "forever": "^0.15.3", "node-cron": "^1.2.1", "sync-request": "^6.0.0" diff --git a/ADAM_Kamala/package.json b/ADAM_Kamala/package.json index 8661357..d3876a4 100644 --- a/ADAM_Kamala/package.json +++ b/ADAM_Kamala/package.json @@ -13,7 +13,7 @@ "license": "ISC", "dependencies": { "discord.js": "^11.4.2", - "dotenv": "^6.0.0", + "dotenv": "^6.1.0", "forever": "^0.15.3", "node-cron": "^1.2.1", "sync-request": "^6.0.0" diff --git a/Librarian/package.json b/Librarian/package.json index d2b9baf..fb9d390 100644 --- a/Librarian/package.json +++ b/Librarian/package.json @@ -13,7 +13,7 @@ "license": "ISC", "dependencies": { "discord.js": "^11.4.2", - "dotenv": "^6.0.0", + "dotenv": "^6.1.0", "forever": "^0.15.3", "node-cron": "^1.2.1", "sync-request": "^6.0.0" diff --git a/Shared/package.json b/Shared/package.json new file mode 100644 index 0000000..8e1ade5 --- /dev/null +++ b/Shared/package.json @@ -0,0 +1,15 @@ +{ + "name": "shared", + "version": "1.0.0", + "description": "", + "main": "calc_random.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC", + "dependencies": { + "dotenv": "^6.1.0", + "sync-request": "^6.0.0" + } +}