From 3a7f87d84d8c0a9a4dda983e2e22cd03546fda80 Mon Sep 17 00:00:00 2001 From: Parsha Pourkhomami Date: Wed, 17 May 2017 17:30:28 -0700 Subject: [PATCH] Update punycode --- README.md | 7 ------- package.json | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 49fc6fb..2295ff8 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,6 @@ Some modules have mocks in the `mock` directory. These are replacements with min | vm | --- | --- | | zlib | [devongovett/browserify-zlib](https://github.com/devongovett/browserify-zlib) | --- | -## Outdated versions - -### `punycode` - -The current `punycode` implementation uses bestiejs/punycode.js@1.x because bestiejs/punycode.js@2.x requires modern JS engines that understand `const` and `let`. -It will be removed someday since it has already been [deprecated from the node API](https://nodejs.org/api/punycode.html). - ## Other Modules ### `dgram` diff --git a/package.json b/package.json index b1566b5..b95fdf2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "os-browserify": "^0.2.0", "path-browserify": "0.0.0", "process": "^0.11.0", - "punycode": "^1.2.4", + "punycode": "^2.1.0", "querystring-es3": "^0.2.0", "react-native-crypto": "^2.0.1", "react-native-randombytes": "^2.2.0",