Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
entropitor committed Feb 6, 2022
1 parent 8a87c94 commit 79b101c
Show file tree
Hide file tree
Showing 3 changed files with 824 additions and 636 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var path = require('path')

var argv = require('minimist')(process.argv.slice(2))
var dotenv = require('dotenv')
var dotenvExpand = require('dotenv-expand')
var dotenvExpand = require('dotenv-expand').expand

function printHelp () {
console.log([
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "dotenv-cli",
"description": "A global executable to run applications with the ENV variables loaded by dotenv",
"version": "4.1.1",
"version": "5.0.0",
"author": "entropitor",
"bin": {
"dotenv": "./cli.js"
},
"dependencies": {
"cross-spawn": "^7.0.1",
"dotenv": "^8.1.0",
"dotenv-expand": "^5.1.0",
"minimist": "^1.1.3"
"cross-spawn": "^7.0.3",
"dotenv": "^16.0.0",
"dotenv-expand": "^8.0.1",
"minimist": "^1.2.5"
},
"devDependencies": {
"standard": "^14.3.1"
"standard": "^16.0.4"
},
"license": "MIT",
"main": "index.js",
Expand Down
Loading

0 comments on commit 79b101c

Please sign in to comment.