Skip to content

Commit e741cab

Browse files
committedJan 10, 2022
chore: bump deps
1 parent 88dc262 commit e741cab

File tree

4 files changed

+3016
-4108
lines changed

4 files changed

+3016
-4108
lines changed
 

‎.gitignore

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
1+
# OS #
2+
###################
3+
.DS_Store
4+
.idea
5+
Thumbs.db
6+
tmp/
7+
temp/
8+
9+
10+
# Node.js #
11+
###################
112
node_modules
13+
14+
15+
# NYC #
16+
###################
217
coverage
18+
*.lcov
319
.nyc_output
4-
.idea
20+
21+
22+
# Files #
23+
###################
524
*.log

‎package-lock.json

-4,095
This file was deleted.

‎package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@
3333
},
3434
"dependencies": {
3535
"methods": "^1.1.2",
36-
"superagent": "^6.1.0"
36+
"superagent": "^7.0.1"
3737
},
3838
"devDependencies": {
39-
"body-parser": "1.19.0",
40-
"cookie-parser": "1.4.5",
41-
"coveralls": "3.1.0",
42-
"eslint": "7.17.0",
43-
"eslint-config-airbnb-base": "14.2.1",
44-
"eslint-plugin-import": "2.22.1",
45-
"express": "4.17.1",
46-
"mocha": "8.2.1",
47-
"nock": "13.0.5",
48-
"nyc": "15.1.0",
49-
"should": "13.2.3"
39+
"body-parser": "^1.19.1",
40+
"cookie-parser": "^1.4.6",
41+
"coveralls": "^3.1.1",
42+
"eslint": "^8.6.0",
43+
"eslint-config-airbnb-base": "^15.0.0",
44+
"eslint-plugin-import": "^2.25.4",
45+
"express": "^4.17.2",
46+
"mocha": "^9.1.3",
47+
"nock": "^13.2.1",
48+
"nyc": "^15.1.0",
49+
"should": "^13.2.3"
5050
}
5151
}

‎yarn.lock

+2,984
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.