Other minor dependencies updates in 7.1.x patch

This commit is contained in:
Christopher J. Brody
2018-11-22 09:57:22 -05:00
parent d918c7a83c
commit 5a5f544a48
18 changed files with 401 additions and 237 deletions
+17 -16
View File
@@ -1,27 +1,28 @@
{
"_from": "base64-js@1.2.0",
"_id": "base64-js@1.2.0",
"_from": "base64-js@1",
"_id": "base64-js@1.3.0",
"_inBundle": false,
"_integrity": "sha1-o5mS1yNYSBGYK+XikLtqU9hnAPE=",
"_integrity": "sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw==",
"_location": "/base64-js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "base64-js@1.2.0",
"raw": "base64-js@1",
"name": "base64-js",
"escapedName": "base64-js",
"rawSpec": "1.2.0",
"rawSpec": "1",
"saveSpec": null,
"fetchSpec": "1.2.0"
"fetchSpec": "1"
},
"_requiredBy": [
"/plist"
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.2.0.tgz",
"_shasum": "a39992d723584811982be5e290bb6a53d86700f1",
"_spec": "base64-js@1.2.0",
"_where": "/Users/brodybits/Documents/cordova/cordova-android/node_modules/plist",
"_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.0.tgz",
"_shasum": "cab1e6118f051095e58b5281aea8c1cd22bfc0e3",
"_spec": "base64-js@1",
"_where": "/Users/brodybits/Documents/cordova/cordova-android",
"author": {
"name": "T. Jameson Little",
"email": "t.jameson.little@gmail.com"
@@ -33,11 +34,11 @@
"deprecated": false,
"description": "Base64 encoding/decoding in pure JS",
"devDependencies": {
"benchmark": "^2.1.0",
"browserify": "^13.0.0",
"benchmark": "^2.1.4",
"browserify": "^14.0.0",
"standard": "*",
"tape": "4.x",
"uglify-js": "^2.6.2"
"uglify-js": "^2.8.29"
},
"files": [
"test",
@@ -61,5 +62,5 @@
"test": "npm run lint && npm run unit",
"unit": "tape test/*.js"
},
"version": "1.2.0"
"version": "1.3.0"
}