Skip to content

Commit 4e06bbb

Browse files
committed
Release 2.37.1
1 parent d50afda commit 4e06bbb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
2.37.1 / 2021-04-15
3+
==================
4+
5+
**others**
6+
* [[`d50afda`](http://github.com/node-modules/urllib/commit/d50afda91befff75f044a1ad83689f7a459c5d32)] - Update proxy-agent to v4 to resolve vulnerability (#355) (Chad McElligott <<[email protected]>>)
7+
28
2.37.0 / 2021-04-02
39
==================
410

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urllib",
3-
"version": "2.37.0",
3+
"version": "2.37.1",
44
"description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.",
55
"keywords": [
66
"urllib",

test/proxy.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var isNode012 = /^v0\.12\.\d+$/.test(process.version);
99
var testUrl = process.env.CI ? 'https://registry.npmjs.com' : 'https://registry.npm.taobao.org';
1010

1111
if (!isNode010 && !isNode012) {
12-
describe('test/proxy.test.js', function() {
12+
describe.only('test/proxy.test.js', function() {
1313
var port;
1414
var proxyUrl;
1515
before(function(done) {

0 commit comments

Comments
 (0)