Skip to content

Commit

Permalink
Merge pull request GEOLYTIX#1179 from dbauszus-glx/express-dotenv
Browse files Browse the repository at this point in the history
Bump dotenv and express
  • Loading branch information
RobAndrewHurst authored Mar 11, 2024
2 parents 3d433be + 41e82d7 commit a2a6d51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions express.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
const dotenv = require('dotenv')

dotenv.config()
require('dotenv').config()

const express = require('express')

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"devDependencies": {
"clean-jsdoc-theme": "^4.2.17",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"dotenv": "^16.4.5",
"esbuild": "^0.19.11",
"eslint": "^8.29.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1",
"express": "^4.17.1",
"express": "^4.18.3",
"jest": "^29.5.0",
"jsdocs": "^0.0.1",
"uhtml": "^3.1.0"
Expand Down

0 comments on commit a2a6d51

Please sign in to comment.