Skip to content

Commit 9a87305

Browse files
committedJan 11, 2022
chore: bump deps
1 parent 0b03531 commit 9a87305

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"methods": "^1.1.2",
36-
"superagent": "^7.0.1"
36+
"superagent": "^7.0.2"
3737
},
3838
"devDependencies": {
3939
"body-parser": "^1.19.1",
@@ -44,7 +44,7 @@
4444
"eslint-plugin-import": "^2.25.4",
4545
"express": "^4.17.2",
4646
"mocha": "^9.1.3",
47-
"nock": "^13.2.1",
47+
"nock": "^13.2.2",
4848
"nyc": "^15.1.0",
4949
"should": "^13.2.3"
5050
}

‎yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1967,10 +1967,10 @@ negotiator@0.6.2:
19671967
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
19681968
integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
19691969

1970-
nock@^13.2.1:
1971-
version "13.2.1"
1972-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.1.tgz#fcf5bdb9bb9f0554a84c25d3333166c0ffd80858"
1973-
integrity sha512-CoHAabbqq/xZEknubuyQMjq6Lfi5b7RtK6SoNK6m40lebGp3yiMagWtIoYaw2s9sISD7wPuCfwFpivVHX/35RA==
1970+
nock@^13.2.2:
1971+
version "13.2.2"
1972+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.2.tgz#29a6942250278209c2b3e7a38310f703581b21fa"
1973+
integrity sha512-PcBHuvl9i6zfaJ50A7LS55oU+nFLv8htXIhffJO+FxyfibdZ4jEvd9kTuvkrJireBFIGMZ+oUIRpMK5gU9h//g==
19741974
dependencies:
19751975
debug "^4.1.0"
19761976
json-stringify-safe "^5.0.1"
@@ -2647,10 +2647,10 @@ strip-json-comments@3.1.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.
26472647
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
26482648
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
26492649

2650-
superagent@^7.0.1:
2651-
version "7.0.1"
2652-
resolved "https://registry.yarnpkg.com/superagent/-/superagent-7.0.1.tgz#4c5b8c3501b2c6bf0b2e7b8fd8b342f6d3d12a29"
2653-
integrity sha512-2nFiZ2ds29iRFSjZ291vq+AxqUDg8BdFeg/AObJkDpCVJX6IJT8fU7egBOkYwmxPwaDoNrNu8qRDvtAV/7ZTPw==
2650+
superagent@^7.0.2:
2651+
version "7.0.2"
2652+
resolved "https://registry.yarnpkg.com/superagent/-/superagent-7.0.2.tgz#8fa6d283c9e7cd52928b96cf422356019248e8c4"
2653+
integrity sha512-2Kx35bZxLLJMBKtuXezxvD0aZQ7l923VwoCn7EtUx+aFxdG7co7PeRIddfrNtvvMuGaLZXA0mKzX+yWRhjrJ7A==
26542654
dependencies:
26552655
component-emitter "^1.3.0"
26562656
cookiejar "^2.1.3"

0 commit comments

Comments
 (0)
Please sign in to comment.