Skip to content

Commit 0f2da3b

Browse files
Xavier MetichecchiaXavier Metichecchia
authored andcommitted
Update all packages in package.json for testing
1 parent 0b776b8 commit 0f2da3b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,30 @@
2323
},
2424
"homepage": "https://github.com/18F/analytics-reporter-api#readme",
2525
"devDependencies": {
26-
"chai": "^4.3.4",
27-
"eslint": "^8.36.0",
26+
"chai": "^4.3.10",
27+
"eslint": "^8.52.0",
2828
"eslint-config-airbnb": "^19.0.4",
29-
"eslint-plugin-import": "^2.22.1",
30-
"eslint-plugin-jsx-a11y": "^6.4.1",
31-
"eslint-plugin-react": "^7.23.2",
29+
"eslint-plugin-import": "^2.29.0",
30+
"eslint-plugin-jsx-a11y": "^6.7.1",
31+
"eslint-plugin-react": "^7.33.2",
3232
"extend": ">= 3.0.2",
3333
"mocha": "^10.2.0",
34-
"nodemon": "^2.0.22",
34+
"nodemon": "^3.0.1",
3535
"proxyquire": "^2.1.3",
3636
"supertest": "^6.3.3",
3737
"supertest-as-promised": "^4.0.2"
3838
},
3939
"dependencies": {
4040
"express": "^4.18.2",
41-
"express-winston": "^4.1.0",
42-
"knex": "^2.4.2",
41+
"express-winston": "^4.2.0",
42+
"knex": "^3.0.1",
4343
"lodash": ">= 4.17.21",
44-
"pg": "^8.6.0",
45-
"sinon": "^15.0.2",
46-
"winston": "^3.3.3"
44+
"pg": "^8.11.3",
45+
"sinon": "^17.0.0",
46+
"winston": "^3.11.0"
4747
},
4848
"optionalDependencies": {
49-
"newrelic": "^9.14.1",
49+
"newrelic": "^11.3.0",
5050
"jq": "^1.7.2"
5151
},
5252
"engines": {

0 commit comments

Comments
 (0)