Make WordPress Core

Changeset 44354 for trunk/package.json


Ignore:
Timestamp:
12/20/2018 07:45:15 PM (6 years ago)
Author:
desrosj
Message:

External Libraries: Update zxcvbn to 4.2.2.

Version 4.2.2 of the zxcvbn password strength library has several bug fixes. A full list of changes can be seen here: https://github.com/dropbox/zxcvbn/compare/v4.4.1...v4.4.2.

This commit also adds the library as a project dependency, making it easier to update in the future. Because the dictionary within the library contains non-PG language, a rot13:zxcvbn task has been added to Grunt to perform a ROT-13 cipher on the library. This task has been added to grunt build and grunt build:js.

Props omarreiss, netweb, desrosj.
Fixes #43749.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r44319 r44354  
    9595        "backbone": "1.3.3",
    9696        "element-closest": "^2.0.2",
     97        "escodegen": "1.10.0",
     98        "esprima": "4.0.0",
     99        "estraverse": "4.2.0",
    97100        "formdata-polyfill": "^3.0.12",
    98101        "imagesloaded": "3.2.0",
     
    108111        "react": "^16.6.3",
    109112        "react-dom": "^16.6.3",
     113        "rot": "0.1.0",
    110114        "twemoji": "11.0.0",
    111115        "underscore": "1.8.3",
     116        "zxcvbn": "4.4.2",
    112117        "whatwg-fetch": "^3.0.0"
    113118    },
Note: See TracChangeset for help on using the changeset viewer.