Skip to content

Commit

Permalink
chore: update deps (2023-09-01)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 1, 2023
1 parent ccd6037 commit a071db8
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 75 deletions.
123 changes: 53 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-dotenv-plugin",
"version": "6.0.0",
"version": "6.0.1",
"description": "Preload environment variables with dotenv into serverless.",
"main": "src/index.js",
"files": [
Expand Down Expand Up @@ -32,17 +32,17 @@
"homepage": "https://github.com/neverendingqs/serverless-dotenv-plugin#readme",
"dependencies": {
"chalk": "^4.1.2",
"dotenv": "^16.0.3",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0"
},
"devDependencies": {
"chai": "^4.3.7",
"chai": "^4.3.8",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"prettier": "^2.8.4",
"prettier": "^3.0.3",
"proxyquire": "^2.1.3",
"publish-me-maybe": "^1.0.12",
"sinon": "^15.0.2",
"sinon": "^15.2.0",
"sinon-chai": "^3.7.0"
},
"peerDependencies": {
Expand Down

0 comments on commit a071db8

Please sign in to comment.