Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy76 authored Sep 26, 2022
1 parent bd1f097 commit 535126a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"clean": "rimraf dist"
},
"dependencies": {
"core-js": "~3.25.1",
"core-js": "~3.25.3",
"axios": "~0.27.2",
"cors": "~2.8.5",
"bcrypt": "~5.0.1",
"cheerio": "~1.0.0-rc.12",
"connect-history-api-fallback": "~1.6.0",
"connect-history-api-fallback": "~2.0.0",
"express": "~4.18.1",
"winston": "~3.8.2",
"winston-syslog": "~2.6.0",
Expand All @@ -35,11 +35,11 @@
"bluebird": "~3.7.2",
"node-jq": "~2.3.3",
"moment": "~2.29.4",
"yaml": "~1.10.2",
"yaml": "~2.1.1",
"cert-info":"~1.5.1",
"thenby":"~1.3.4",
"mssql":"~8.1.4",
"mongodb":"~4.9.1",
"mssql":"~9.0.1",
"mongodb":"~4.10.0",
"pg":"~8.8.0",
"fs-extra":"~10.1.0",
"node-cache":"~5.1.2",
Expand All @@ -50,15 +50,15 @@
"nodemailer": "~6.7.8"
},
"devDependencies": {
"@babel/core": "7.19.0",
"@babel/core": "7.19.1",
"@babel/cli": "~7.18.10",
"@babel/node": "~7.18.10",
"@babel/eslint-parser": "7.18.9",
"nodemon": "~2.0.19",
"@babel/node": "~7.19.1",
"@babel/eslint-parser": "7.19.1",
"nodemon": "~2.0.20",
"rifraf": "~2.0.3",
"npm-run-all": "*",
"dotenv": "~16.0.2",
"eslint": "~7.5.0"
"eslint": "~8.24.0"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit 535126a

Please sign in to comment.