Ticket #45785: 45785.2.diff
File 45785.2.diff, 1001 bytes (added by , 5 years ago) |
---|
-
package-lock.json
20861 20861 } 20862 20862 }, 20863 20863 "underscore": { 20864 "version": "1. 8.3",20865 "resolved": "https://registry.npmjs.org/underscore/-/underscore-1. 8.3.tgz",20866 "integrity": "sha 1-Tz+1OxBuYJf8+ctBCfKl6b36UCI="20864 "version": "1.9.1", 20865 "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz", 20866 "integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==" 20867 20867 }, 20868 20868 "underscore.string": { 20869 20869 "version": "3.3.5", -
package.json
117 117 "react": "16.8.4", 118 118 "react-dom": "16.8.4", 119 119 "twemoji": "12.1.2", 120 "underscore": "1. 8.3",120 "underscore": "1.9.1", 121 121 "whatwg-fetch": "3.0.0" 122 122 }, 123 123 "scripts": {