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 c25635a commit f3e81df
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ansible_forms",
"version": "3.0.6",
"version": "3.0.7",
"repository": {
"type": "git",
"url": "git://github.com/ansibleguy76/ansibleforms.git"
Expand All @@ -17,15 +17,15 @@
"clean": "rimraf dist"
},
"dependencies": {
"core-js": "~3.22.8",
"core-js": "~3.25.3",
"axios": "~0.27.2",
"cors": "~2.8.5",
"bcrypt": "~5.0.1",
"cheerio": "~1.0.0-rc.11",
"connect-history-api-fallback": "~1.6.0",
"cheerio": "~1.0.0-rc.12",
"connect-history-api-fallback": "~2.0.0",
"express": "~4.18.1",
"winston": "~3.7.2",
"winston-syslog": "~2.5.0",
"winston": "~3.8.2",
"winston-syslog": "~2.6.0",
"passport": "~0.6.0",
"passport-http": "~0.3.0",
"passport-jwt": "~4.0.0",
Expand All @@ -34,31 +34,31 @@
"ajv-error-parser": "~1.0.7",
"bluebird": "~3.7.2",
"node-jq": "~2.3.3",
"moment": "~2.29.3",
"yaml": "~1.10.2",
"moment": "~2.29.4",
"yaml": "~2.1.1",
"cert-info":"~1.5.1",
"thenby":"~1.3.4",
"mssql":"~8.1.2",
"mongodb":"~4.6.0",
"pg":"~8.7.3",
"mssql":"~9.0.1",
"mongodb":"~4.10.0",
"pg":"~8.8.0",
"fs-extra":"~10.1.0",
"node-cache":"~5.1.2",
"ldap-authentication": "~2.2.9",
"ldapjs": "~2.3.2",
"ldap-authentication": "~2.3.1",
"ldapjs": "~2.3.3",
"read-last-lines": "~1.8.0",
"swagger-ui-express": "~4.4.0",
"nodemailer": "~6.7.5"
"swagger-ui-express": "~4.5.0",
"nodemailer": "~6.7.8"
},
"devDependencies": {
"@babel/core": "7.18.2",
"@babel/cli": "~7.17.10",
"@babel/node": "~7.17.10",
"@babel/eslint-parser": "7.18.2",
"nodemon": "~2.0.16",
"@babel/core": "7.19.1",
"@babel/cli": "~7.18.10",
"@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.1",
"eslint": "~7.5.0"
"dotenv": "~16.0.2",
"eslint": "~8.24.0"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit f3e81df

Please sign in to comment.