Skip to content

Commit f5a731c

Browse files
glynnbirdGlynn Bird
and
Glynn Bird
authoredMar 25, 2022
general dependency bump (#294)
Co-authored-by: Glynn Bird <glynnbird@apache.org>
1 parent 7211bc7 commit f5a731c

File tree

2 files changed

+8186
-3387
lines changed

2 files changed

+8186
-3387
lines changed
 

‎package-lock.json

+8,179-3,380
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache-2.0",
55
"homepage": "http://github.com/apache/couchdb-nano",
66
"repository": "http://github.com/apache/couchdb-nano",
7-
"version": "9.0.5",
7+
"version": "10.0.0",
88
"author": "Apache CouchDB <dev@couchdb.apache.org> (http://couchdb.apache.org)",
99
"keywords": [
1010
"couchdb",
@@ -18,16 +18,16 @@
1818
],
1919
"dependencies": {
2020
"@types/tough-cookie": "^4.0.0",
21-
"axios": "^0.21.1",
21+
"axios": "^0.26.1",
2222
"axios-cookiejar-support": "^1.0.1",
23-
"qs": "^6.9.4",
23+
"qs": "^6.10.3",
2424
"tough-cookie": "^4.0.0"
2525
},
2626
"devDependencies": {
27-
"@types/node": "^14.14.20",
28-
"jest": "^26.6.3",
29-
"nock": "^13.0.5",
30-
"standard": "^16.0.3",
27+
"@types/node": "^17.0.22",
28+
"jest": "^27.5.1",
29+
"nock": "^13.2.4",
30+
"standard": "^16.0.4",
3131
"typescript": "^4.1.3"
3232
},
3333
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.