Skip to content

Commit

Permalink
Update all dependencies to their latest versions (#541)
Browse files Browse the repository at this point in the history
* Updated dependencies to their latest versions in package.json
  • Loading branch information
abriginets authored Apr 17, 2021
1 parent 0886a4d commit 6aac63d
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,53 +50,53 @@
"author": "JamesJGoodwin",
"license": "MIT",
"dependencies": {
"cookie": "^0.4.0",
"ioredis": "^4.14.1",
"cookie": "^0.4.1",
"ioredis": "^4.26.0",
"ipaddr.js": "^2.0.0",
"node-fetch": "^2.6.0",
"uuid": "^8.0.0"
"node-fetch": "^2.6.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@types/cookie": "^0.4.0",
"@types/delay": "^3.1.0",
"@types/express": "^4.17.3",
"@types/express": "^4.17.11",
"@types/grecaptcha": "^3.0.1",
"@types/ioredis": "^4.14.7",
"@types/jest": "^26.0.9",
"@types/node": "^14.0.1",
"@types/node-fetch": "^2.5.5",
"@types/supertest": "^2.0.8",
"@types/uuid": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.23.0",
"autoprefixer": "^9.7.4",
"babel-loader": "^8.0.6",
"@types/ioredis": "^4.22.3",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.41",
"@types/node-fetch": "^2.5.10",
"@types/supertest": "^2.0.11",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"coveralls": "^3.0.11",
"css-loader": "^4.2.1",
"cssnano": "^4.1.10",
"delay": "^4.3.0",
"css-loader": "^5.2.2",
"cssnano": "^5.0.1",
"delay": "^5.0.0",
"dotenv": "^8.2.0",
"eslint": "^6.6.0",
"eslint": "^7.24.0",
"express": "^4.17.1",
"jest": "^25.1.0",
"jest": "^26.6.3",
"leaked-handles": "^5.2.0",
"mini-css-extract-plugin": "^0.10.0",
"node-sass": "^4.13.1",
"mini-css-extract-plugin": "^1.5.0",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
"postcss-loader": "^3.0.0",
"postcss-loader": "^5.2.0",
"pug-cli": "^1.0.0-alpha6",
"rimraf": "^3.0.0",
"sass-loader": "^9.0.3",
"style-loader": "^1.1.3",
"supertest": "^4.0.2",
"ts-jest": "^25.3.0",
"ts-loader": "^8.0.2",
"ts-node": "^9.0.0",
"typescript": "^3.8.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
"rimraf": "^3.0.2",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"supertest": "^6.1.3",
"ts-jest": "^26.5.5",
"ts-loader": "^8.1.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0"
}
}

0 comments on commit 6aac63d

Please sign in to comment.