Skip to content

Commit

Permalink
Merge pull request #1130 from alphagov/ldeb-bump-outdated
Browse files Browse the repository at this point in the history
Bump outdated libraries
  • Loading branch information
joelanman authored Nov 2, 2021
2 parents 31c8edd + 26e1fbe commit 5fc8f43
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"test": "npm run lint && gulp generate-assets && jest"
},
"dependencies": {
"acorn": "^7.1.1",
"acorn": "^8.5.0",
"ansi-colors": "^4.1.1",
"basic-auth": "^2.0.0",
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.14.1",
"browser-sync": "^2.11.1",
"client-sessions": "^0.8.0",
"cross-spawn": "^7.0.2",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"del": "^6.0.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.13.0",
"fancy-log": "^1.3.3",
Expand All @@ -32,23 +32,23 @@
"gulp": "^4.0.0",
"gulp-nodemon": "^2.5.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^2.6.0",
"inquirer": "^7.1.0",
"gulp-sourcemaps": "^3.0.0",
"inquirer": "^8.2.0",
"keypather": "^3.0.0",
"marked": "^2.0.0",
"marked": "^3.0.8",
"node-sass": "^6.0.1",
"notifications-node-client": "^4.7.2",
"nunjucks": "^3.2.1",
"portscanner": "^2.1.1",
"require-dir": "^1.0.0",
"sync-request": "^6.0.0",
"universal-analytics": "^0.4.16",
"uuid": "^7.0.3"
"uuid": "^8.3.2"
},
"devDependencies": {
"glob": "^7.1.4",
"jest": "^25.2.7",
"standard": "^14.3.3",
"supertest": "^4.0.2"
"supertest": "^6.1.6"
}
}

0 comments on commit 5fc8f43

Please sign in to comment.