From 3e172db4023d550b5a79e65ef03e64de8127b18f Mon Sep 17 00:00:00 2001 From: Graham Fairweather Date: Mon, 22 Jul 2019 15:26:52 +0200 Subject: [PATCH] :bookmark: v2.0.5 Dependency updates --- dist/string-starts-with-x.js | 4 +- dist/string-starts-with-x.min.js | 4 +- package-lock.json | 398 +++++++++++++++---------------- package.json | 18 +- 4 files changed, 212 insertions(+), 212 deletions(-) diff --git a/dist/string-starts-with-x.js b/dist/string-starts-with-x.js index 1ac1eb1..b2ad8ca 100644 --- a/dist/string-starts-with-x.js +++ b/dist/string-starts-with-x.js @@ -2,13 +2,13 @@ { "author": "Graham Fairweather", "copywrite": "Copyright (c) 2017", - "date": "2019-07-21T23:25:40.393Z", + "date": "2019-07-22T13:26:45.776Z", "describe": "", "description": "Determines whether a string begins with the characters of a specified string.", "file": "string-starts-with-x.js", "hash": "3781fc8b2e4193e3baa7", "license": "MIT", - "version": "2.0.4" + "version": "2.0.5" } */ (function webpackUniversalModuleDefinition(root, factory) { diff --git a/dist/string-starts-with-x.min.js b/dist/string-starts-with-x.min.js index 0917887..6b4aae5 100644 --- a/dist/string-starts-with-x.min.js +++ b/dist/string-starts-with-x.min.js @@ -2,13 +2,13 @@ { "author": "Graham Fairweather", "copywrite": "Copyright (c) 2017", - "date": "2019-07-21T23:25:40.393Z", + "date": "2019-07-22T13:26:45.776Z", "describe": "", "description": "Determines whether a string begins with the characters of a specified string.", "file": "string-starts-with-x.min.js", "hash": "255c3ac1ade515b1163d", "license": "MIT", - "version": "2.0.4" + "version": "2.0.5" } */ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.stringStartsWithX=t():e.stringStartsWithX=t()}(function(){"use strict";return"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:Function("return this")()}(),function(){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=7)}([function(e,t,r){"use strict";var n=Object.prototype.toString;if(r(4)()){var o=Symbol.prototype.toString,i=/^Symbol\(.*\)$/;e.exports=function(e){if("symbol"==typeof e)return!0;if("[object Symbol]"!==n.call(e))return!1;try{return function(e){return"symbol"==typeof e.valueOf()&&i.test(o.call(e))}(e)}catch(e){return!1}}}else e.exports=function(e){return!1}},function(e,t,r){"use strict"; diff --git a/package-lock.json b/package-lock.json index 8c54cf7..2896323 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "string-starts-with-x", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1462,9 +1462,9 @@ } }, "@prorenata/eslint-config-vue": { - "version": "1.13.9", - "resolved": "https://registry.npmjs.org/@prorenata/eslint-config-vue/-/eslint-config-vue-1.13.9.tgz", - "integrity": "sha512-ZxXZkSPlQplrPbzzh7IIq/Q3YqXlsVCIqoVxBR7CpYAHPzym6x+6tYt9WQQqJUuoRaHRfayM+cXoyCdxnjvF9Q==", + "version": "1.13.10", + "resolved": "https://registry.npmjs.org/@prorenata/eslint-config-vue/-/eslint-config-vue-1.13.10.tgz", + "integrity": "sha512-OTiyikzmk3Qt9WE3efiGicN/LYsGQe/lNt+zJT/JBSdfelX0EJbcUxRLW34TISb2kElp8CxuoLcoXAB8nNazFQ==", "dev": true, "requires": { "eslint-config-airbnb-base": "^13.2.0", @@ -2013,12 +2013,12 @@ } }, "assert-is-object-x": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/assert-is-object-x/-/assert-is-object-x-3.0.9.tgz", - "integrity": "sha512-zMy3ZCm6atQy+XmuRc16yX97Ud3K9nC0VNmAMwjJc/C8NyKXC/38BH7vqkq7VRDQwM/JDh2W2MuB6yj/cPh6dQ==", + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/assert-is-object-x/-/assert-is-object-x-3.0.10.tgz", + "integrity": "sha512-GOuhJjbhZYRa52V+5tHslR2b1i7s9O0NaiyLnolWbvA35rJp31dtXCdQ4zf67Qldl+wh8yKlkuLu1c4dI1XDAA==", "requires": { "is-primitive": "^3.0.1", - "to-string-symbols-supported-x": "^2.0.13" + "to-string-symbols-supported-x": "^2.0.14" } }, "assert-plus": { @@ -2079,9 +2079,9 @@ "dev": true }, "attempt-x": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/attempt-x/-/attempt-x-2.0.14.tgz", - "integrity": "sha512-Uc8Al0IJ+rA7YnE1KQfHW6KyxQEeLFjichiJ7x84k5zNUZZarzk6hEDEbg6Ttxh/UXHyjdiIm1zYILGMLTosHA==" + "version": "2.0.15", + "resolved": "https://registry.npmjs.org/attempt-x/-/attempt-x-2.0.15.tgz", + "integrity": "sha512-H4e7fYhn9q06pYUTe7s7lujm5edf6i9ZgYpKr8pGr9fyzfTgBkFtCQAAz9gXKaaesyFx9GaG2ONNy3z5FHJ+bg==" }, "aws-sign2": { "version": "0.7.0", @@ -2628,9 +2628,9 @@ } }, "cached-constructors-x": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/cached-constructors-x/-/cached-constructors-x-2.0.15.tgz", - "integrity": "sha512-xUe6X3CRIcx5VgRkgk88D7KXB18WKh68DucEpb/ULGUQ5mT03XjLhvS/y0l+Nq3c8G1Yxcw9bfBet0qkviPlLQ==" + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/cached-constructors-x/-/cached-constructors-x-2.0.16.tgz", + "integrity": "sha512-VSBUucphIWlf+FvGnzlqjkuNJGfk+1ynL6z/hnW5lXopBYPpSSHvlQkCHQlvuOBORkXl6DQg1HLDd2HCpBiRhg==" }, "callsites": { "version": "3.1.0", @@ -4153,9 +4153,9 @@ "dev": true }, "eslint-plugin-jsdoc": { - "version": "15.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-15.6.0.tgz", - "integrity": "sha512-aawSFNcZ9Nk6YxefORns/xszyNHPI1kxe6QgkvOFoqB3Zjb9gXuFXu99+GZZrgVd1vrjvXBjpPy4I6OjHirHfw==", + "version": "15.6.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-15.6.1.tgz", + "integrity": "sha512-n2jA4rGvSo9K4fxeccof+QimNsEmJ6/YNQWNYeF6HWGTJdbw1iWPQbv0j1mp711DQsFrUSTEcafJiKFtURYlUQ==", "dev": true, "requires": { "comment-parser": "^0.6.1", @@ -5756,20 +5756,20 @@ "dev": true }, "has-own-property-x": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/has-own-property-x/-/has-own-property-x-4.0.9.tgz", - "integrity": "sha512-H9Dd48F6kfLvvXqheZO3MbbLgUuG9Xf75Xfnt0BqhEIAUeVi+UlRYwthnTS+V3u9zv+RhIbkzCEaejbbUIFWfw==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/has-own-property-x/-/has-own-property-x-4.0.10.tgz", + "integrity": "sha512-Jk8ByquOXWxLhQG4dx2nvaRohuO6jndT1AvmQAJkHtkh4rXALm7awsLk/beVRw1ApRO5vWnc0ZmcCTuTFiMm5A==", "requires": { - "to-object-x": "^2.0.12", - "to-property-key-x": "^3.0.12" + "to-object-x": "^2.0.13", + "to-property-key-x": "^3.0.13" } }, "has-symbol-support-x": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/has-symbol-support-x/-/has-symbol-support-x-2.0.13.tgz", - "integrity": "sha512-4nSMv3fMJHlSjqc/1dg3iT2eeQWJF5TFqnS6VFwoYLUpJ5LMr3wCcyAhUOAB48kMkaE562tjCjLHk6vGtWb35w==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/has-symbol-support-x/-/has-symbol-support-x-2.0.14.tgz", + "integrity": "sha512-QLf0dBTZGR8I0R4oemYOY6xVN1aSYMp/KP8BmF8Vc9CEPErOQxq1+LowBrY21bHPtoYQDVpMqTg+DZLQYak0xA==", "requires": { - "attempt-x": "^2.0.14", + "attempt-x": "^2.0.15", "is-symbol": "^1.0.2" } }, @@ -5779,11 +5779,11 @@ "integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=" }, "has-to-string-tag-x": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/has-to-string-tag-x/-/has-to-string-tag-x-2.0.14.tgz", - "integrity": "sha512-h1/1ajAZvjUxiTq1vw98Lm5OmnL7W818H0llaY0fS6Z6uRRKBsjXCw07w4wmsKjmoVp0BvEn7ZwacPSAsoatBA==", + "version": "2.0.15", + "resolved": "https://registry.npmjs.org/has-to-string-tag-x/-/has-to-string-tag-x-2.0.15.tgz", + "integrity": "sha512-A1866iXoYCOB5k2HuOkLtX4zaXz6K516B8wX0HzVx52pXVTE1FWtWyDeS/EUE2RO0phpSMz36Li3SRQFZz/ZHw==", "requires": { - "has-symbol-support-x": "^2.0.13", + "has-symbol-support-x": "^2.0.14", "is-symbol": "^1.0.2" } }, @@ -6020,9 +6020,9 @@ "dev": true }, "infinity-x": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/infinity-x/-/infinity-x-2.0.18.tgz", - "integrity": "sha512-AlAQzWXLxCcjh6mARKc4g9yWtOUCrSUIOaihilAD/7AYJV+7tj29qk2HYOPDweEsHYMQLMl98VxCFnhdtyouzw==" + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/infinity-x/-/infinity-x-2.0.19.tgz", + "integrity": "sha512-iv2MOSTm3bj9qAZbJhtH2rw0co5xZHdCg4TdqUZLI3QtJbPbyS0D59H0W1P0it85IME91jFxpdpH7RLkSe7QyQ==" }, "inflight": { "version": "1.0.6", @@ -6224,12 +6224,12 @@ "dev": true }, "is-finite-x": { - "version": "4.0.17", - "resolved": "https://registry.npmjs.org/is-finite-x/-/is-finite-x-4.0.17.tgz", - "integrity": "sha512-/2gSAKRJLU57FVIVK2USW3pCO+wPETM3hDxy7TeFLgqzw0Pn3xiXdHiHeHFGXcJ8LQ+Z2tKSFiwUe7KhV1K9pw==", + "version": "4.0.18", + "resolved": "https://registry.npmjs.org/is-finite-x/-/is-finite-x-4.0.18.tgz", + "integrity": "sha512-LtZbNDcnC2ScusXW1SrHdb+neNDvLBle4ztCLpDED8HDmqhBVxbOxhfQCAQ+EiF32vq8YVWUVK7jxVC3/7TCrQ==", "requires": { - "infinity-x": "^2.0.18", - "is-nan-x": "^2.0.20" + "infinity-x": "^2.0.19", + "is-nan-x": "^2.0.21" } }, "is-fullwidth-code-point": { @@ -6239,17 +6239,17 @@ "dev": true }, "is-function-x": { - "version": "4.0.19", - "resolved": "https://registry.npmjs.org/is-function-x/-/is-function-x-4.0.19.tgz", - "integrity": "sha512-B7q7MnpDGbp9EeGMEm37gscOVjyumyP3kri8T5h6gePob2bHZJc+oWVOW3X1rdrIu/vZmDTgezySAUgxbhT2jA==", + "version": "4.0.20", + "resolved": "https://registry.npmjs.org/is-function-x/-/is-function-x-4.0.20.tgz", + "integrity": "sha512-AuTnj0DLpNRepN3ZP/1KXm3T4793bOVfKVmkafM25m0d8rFSryGa8/ClBwhgGfb6V/jBeZMtWX4bUjcNTw1U4A==", "requires": { - "attempt-x": "^2.0.14", - "has-to-string-tag-x": "^2.0.14", + "attempt-x": "^2.0.15", + "has-to-string-tag-x": "^2.0.15", "is-primitive": "^3.0.1", - "normalize-space-x": "^4.0.28", - "replace-comments-x": "^3.0.16", - "to-boolean-x": "^2.0.16", - "to-string-tag-x": "^2.0.18" + "normalize-space-x": "^4.0.29", + "replace-comments-x": "^3.0.17", + "to-boolean-x": "^2.0.17", + "to-string-tag-x": "^2.0.19" } }, "is-generator-fn": { @@ -6278,14 +6278,14 @@ } }, "is-index-x": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/is-index-x/-/is-index-x-2.0.9.tgz", - "integrity": "sha512-q1laXDnuswcpOyI+6FS1GylSA+UYeq5HWzo3WRtpMF3JPrtSvCmPijMN0ZSmQpAP7ECOvGwfC26UWFXgtBsdew==", + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/is-index-x/-/is-index-x-2.0.10.tgz", + "integrity": "sha512-5AGkhlctHOh7cayMU46CaOThpFLtYuKcVvq7xRbfaSzHlDLdb8806e2CtFmjzJt97gJfRAcPKwJfMjgAa+ZX5g==", "requires": { - "math-clamp-x": "^3.0.13", - "to-integer-x": "^4.0.19", - "to-number-x": "^3.0.19", - "to-string-symbols-supported-x": "^2.0.13" + "math-clamp-x": "^3.0.14", + "to-integer-x": "^4.0.20", + "to-number-x": "^3.0.20", + "to-string-symbols-supported-x": "^2.0.14" } }, "is-installed-globally": { @@ -6308,14 +6308,14 @@ } }, "is-nan-x": { - "version": "2.0.20", - "resolved": "https://registry.npmjs.org/is-nan-x/-/is-nan-x-2.0.20.tgz", - "integrity": "sha512-qslHY42Ub/5w0ebMxmeY6v1vR543c3WG6GlWcn9I3WNiph7rZ2EugQvptcpekI4PcnaeAqvOukzdUCOTi0wmDA==" + "version": "2.0.21", + "resolved": "https://registry.npmjs.org/is-nan-x/-/is-nan-x-2.0.21.tgz", + "integrity": "sha512-YO7Vkf/IoH4+U9MWxkMWpO2PpIll4Oek8hqwcHIX4LxwJ0Dpet8u0banv0jDHAheNGTnurzRGk1BkKdAsu0wfQ==" }, "is-nil-x": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/is-nil-x/-/is-nil-x-2.0.17.tgz", - "integrity": "sha512-Vcbp1Xs9NyCPFuvgOZBGEI/onvr3GWwjDSUia23hGW9gLwqbCCvCSTAlE63aJGPyUXgJ8j2Hku4SZKYNkdradA==" + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/is-nil-x/-/is-nil-x-2.0.18.tgz", + "integrity": "sha512-8tHB/XbG6nefnyMtVq5gwxaDBvb91f/Nh7/gHK5XNY+vJqT2+u+KUs1urkzwm8Lr9PgBOIMkICMEsK9o68EieA==" }, "is-npm": { "version": "1.0.0", @@ -6360,11 +6360,11 @@ } }, "is-object-like-x": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/is-object-like-x/-/is-object-like-x-2.0.17.tgz", - "integrity": "sha512-eHQrH5Rupu9pTv+KHu7Qx7xGIseRdERvnKcuRNOHDYQa83QPMyQvEjQ7cv71Fk7O51+FFtSPa1m0ZPaBPKD98A==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/is-object-like-x/-/is-object-like-x-2.0.18.tgz", + "integrity": "sha512-B1r4uA1VoRPcn3Ywf6OsYUb3KLF14yJ3/l7+zTJ1oextDjSCcpTdtQfln/OpgdM+mPRvKJWYMeA/OIgU2uUKiw==", "requires": { - "is-function-x": "^4.0.19", + "is-function-x": "^4.0.20", "is-primitive": "^3.0.1" } }, @@ -6429,16 +6429,16 @@ } }, "is-regexp-x": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/is-regexp-x/-/is-regexp-x-3.0.10.tgz", - "integrity": "sha512-zcTzbCofHqKsLQvh+VSWM+WjKGXAvCHEr8Fla4CRO1xHp+xy8AGzBebkXwZN0VskC4lA/EyG/uzcRJpT4z3qwA==", + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/is-regexp-x/-/is-regexp-x-3.0.11.tgz", + "integrity": "sha512-toXSdXu5AdCAtun+xfUnjM17fv+7lF2zJzS5HYitrdVZ1Jdq6g7VWH5wIg/vFA/jXgPhWCSmAc6RakqjHc+T5Q==", "requires": { - "has-own-property-x": "^4.0.9", - "has-to-string-tag-x": "^2.0.14", - "is-object-like-x": "^2.0.17", - "object-define-property-x": "^5.0.9", - "object-get-own-property-descriptor-x": "^4.0.10", - "to-string-tag-x": "^2.0.18" + "has-own-property-x": "^4.0.10", + "has-to-string-tag-x": "^2.0.15", + "is-object-like-x": "^2.0.18", + "object-define-property-x": "^5.0.10", + "object-get-own-property-descriptor-x": "^4.0.11", + "to-string-tag-x": "^2.0.19" } }, "is-retry-allowed": { @@ -7652,20 +7652,20 @@ "dev": true }, "math-clamp-x": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.13.tgz", - "integrity": "sha512-E0XOs7ByNNroHLvG+k/5wmtchlys7+4tnwerg5PlMTk+5sKpqBBXoICJloK4aluZpSl7rLaklGYV8YNIK9EARQ==", + "version": "3.0.14", + "resolved": "https://registry.npmjs.org/math-clamp-x/-/math-clamp-x-3.0.14.tgz", + "integrity": "sha512-qsEz+nkOeVnbf9KxLVklnklm7lXjL8OlOMg5dLFgU7GJOiEPwYgGQ2HmrHmHN7iGqx1ejYsHAN+Bv0+i6YMYhA==", "requires": { - "to-number-x": "^3.0.19" + "to-number-x": "^3.0.20" } }, "math-sign-x": { - "version": "4.0.19", - "resolved": "https://registry.npmjs.org/math-sign-x/-/math-sign-x-4.0.19.tgz", - "integrity": "sha512-imqq1iBVBtrmrEiCTTnCpTBpo+V8+v1iKZPSSFNvFEZmi66y2BdLp3I+bOYdUoPnQ9UUtWl4Gj7COwwZ3PqL3A==", + "version": "4.0.20", + "resolved": "https://registry.npmjs.org/math-sign-x/-/math-sign-x-4.0.20.tgz", + "integrity": "sha512-DXjFyP3YiV4d5p7H/6zZrE2HheOR9Qxl/aVb78j222kTEMvsWpIqIcOa5JBaG6oRW00s0h8vK3Ubabx07Bag9A==", "requires": { - "is-nan-x": "^2.0.20", - "to-number-x": "^3.0.19" + "is-nan-x": "^2.0.21", + "to-number-x": "^3.0.20" } }, "md5.js": { @@ -7911,9 +7911,9 @@ "optional": true }, "nan-x": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/nan-x/-/nan-x-2.0.18.tgz", - "integrity": "sha512-bKe8AuR+6UGh3zl472GjMc+AWRBvv+qYJahb8IrjXh7mgmC8lX8q3qB8b//bBXbmgNcEYdOR4BrpVgRAgc1k2Q==" + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/nan-x/-/nan-x-2.0.19.tgz", + "integrity": "sha512-Y/vwJ3FK34Rs+RmxHir4Zaw3GfnADTWAdOzjGtPna1Gpm306mOCo6+hdbBGM9YvGvI10M1oGSLzzEZkf9IKceQ==" }, "nanomatch": { "version": "1.2.13", @@ -8142,12 +8142,12 @@ "dev": true }, "normalize-space-x": { - "version": "4.0.28", - "resolved": "https://registry.npmjs.org/normalize-space-x/-/normalize-space-x-4.0.28.tgz", - "integrity": "sha512-vmN06WZ4qHLs9C9SOyKgbu4b0BYzOzI8clhmnUxhP4LchwW98nF8wqs1mBLQeoQVQmClocnflEv989VxpIeRtQ==", + "version": "4.0.29", + "resolved": "https://registry.npmjs.org/normalize-space-x/-/normalize-space-x-4.0.29.tgz", + "integrity": "sha512-sig3+Pd0oNOm2w58ZyqM22rZsMMMPrErKSV+u0+OD0i7jxGiiEc+xA6UTyj3savwV1n7DwEDai21fazal2e3eQ==", "requires": { - "trim-x": "^4.0.18", - "white-space-x": "^4.0.15" + "trim-x": "^4.0.19", + "white-space-x": "^4.0.16" } }, "npm-run-path": { @@ -8221,17 +8221,17 @@ } }, "object-define-property-x": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/object-define-property-x/-/object-define-property-x-5.0.9.tgz", - "integrity": "sha512-7r6zD8JOerM1a+6Clh5XAIfHietWhU347N13gZ4BfgJI6wcuP+VJNyev5nlDmXi6DtC+lG8PI4yErpUd/bUEoQ==", + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/object-define-property-x/-/object-define-property-x-5.0.10.tgz", + "integrity": "sha512-2r7QVzYQbtFasLEZcVPinACasSd+atGTS0qjoAOVWP3oltyHPZF8by6rVYa0Zkyq/ra8pWxuCKZWVAhp5kTl4Q==", "requires": { - "assert-is-object-x": "^3.0.9", - "attempt-x": "^2.0.14", - "has-own-property-x": "^4.0.9", - "has-symbol-support-x": "^2.0.13", - "is-function-x": "^4.0.19", - "to-object-x": "^2.0.12", - "to-property-key-x": "^3.0.12" + "assert-is-object-x": "^3.0.10", + "attempt-x": "^2.0.15", + "has-own-property-x": "^4.0.10", + "has-symbol-support-x": "^2.0.14", + "is-function-x": "^4.0.20", + "to-object-x": "^2.0.13", + "to-property-key-x": "^3.0.13" } }, "object-get": { @@ -8241,19 +8241,19 @@ "dev": true }, "object-get-own-property-descriptor-x": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/object-get-own-property-descriptor-x/-/object-get-own-property-descriptor-x-4.0.10.tgz", - "integrity": "sha512-4/2mc2o0IGFhXU/p1esmwc3VGbe0CkKXRN97JsHf4uXNyPxY/uhDU7Cg6iHXD83bkiC5zi12JUproJhJkzExdg==", - "requires": { - "attempt-x": "^2.0.14", - "has-own-property-x": "^4.0.9", - "has-symbol-support-x": "^2.0.13", - "is-index-x": "^2.0.9", + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/object-get-own-property-descriptor-x/-/object-get-own-property-descriptor-x-4.0.11.tgz", + "integrity": "sha512-Xw8z2bipLt2U5rXCraTT8xoTNzoRL3udTZrGRgu5BB+s++Ti+TF1U/2CGDY+FNAm/FFkGbO08WX6drh8lymMdQ==", + "requires": { + "attempt-x": "^2.0.15", + "has-own-property-x": "^4.0.10", + "has-symbol-support-x": "^2.0.14", + "is-index-x": "^2.0.10", "is-primitive": "^3.0.1", "is-string": "^1.0.4", - "property-is-enumerable-x": "^2.0.11", - "to-object-x": "^2.0.12", - "to-property-key-x": "^3.0.12" + "property-is-enumerable-x": "^2.0.12", + "to-object-x": "^2.0.13", + "to-property-key-x": "^3.0.13" } }, "object-hash": { @@ -8569,13 +8569,13 @@ } }, "parse-int-x": { - "version": "3.0.17", - "resolved": "https://registry.npmjs.org/parse-int-x/-/parse-int-x-3.0.17.tgz", - "integrity": "sha512-uPLC9FHBHmho2Fsq4TGaegX/x+HCDdLmrqpoCH3X173fV3u680tJwa55txxS33yShOdLu/1ab8R7Lc4qvP9fbg==", + "version": "3.0.18", + "resolved": "https://registry.npmjs.org/parse-int-x/-/parse-int-x-3.0.18.tgz", + "integrity": "sha512-+sstMdVv10pO1nAUWrJDsxt0R448JIif5AZbmm/iXu5/3S58tYxDW2P5ltq9xr8TZ9/qato+eoVcXOGJRIJHkQ==", "requires": { - "nan-x": "^2.0.18", - "to-string-x": "^2.0.26", - "trim-left-x": "^4.0.19" + "nan-x": "^2.0.19", + "to-string-x": "^2.0.27", + "trim-left-x": "^4.0.20" } }, "parse-json": { @@ -8835,12 +8835,12 @@ } }, "property-is-enumerable-x": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/property-is-enumerable-x/-/property-is-enumerable-x-2.0.11.tgz", - "integrity": "sha512-PI/6ZaqguA0KGBQDPr4ALcQ04PJL58IhucfuEbIFuJBw5UKmK1xKxe82PuyUnNNMZa7/LpyUyCLm5qjbiJe5hQ==", + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/property-is-enumerable-x/-/property-is-enumerable-x-2.0.12.tgz", + "integrity": "sha512-QDqnckTL8AzgyAdXoYKpPtpETMTsoLsUV8GBoyen2yazxa8MPbv5rrxNBGLLAghsml36mG10tRk0fd68EEU2zA==", "requires": { - "to-object-x": "^2.0.12", - "to-property-key-x": "^3.0.12" + "to-object-x": "^2.0.13", + "to-property-key-x": "^3.0.13" } }, "proto-props": { @@ -9342,12 +9342,12 @@ "dev": true }, "replace-comments-x": { - "version": "3.0.16", - "resolved": "https://registry.npmjs.org/replace-comments-x/-/replace-comments-x-3.0.16.tgz", - "integrity": "sha512-AQC6gNcH2WFgcxfFQLwBhUETVJoy0NNIOG7a8jRzWReSGMoU2Ipf2DD54vzM9BbfkHL65hDJdxLGvPY2zg9lXw==", + "version": "3.0.17", + "resolved": "https://registry.npmjs.org/replace-comments-x/-/replace-comments-x-3.0.17.tgz", + "integrity": "sha512-yzWjp9O6NbF3Kp+nOOcY8ZGgf7aMBMkkh1XAgQBrZx4SdTaP954L1G2stMNY7O3c3wab0ayFwzAWhlsiGfQAUw==", "requires": { - "require-coercible-to-string-x": "^2.0.17", - "to-string-x": "^2.0.26" + "require-coercible-to-string-x": "^2.0.18", + "to-string-x": "^2.0.27" } }, "request": { @@ -9417,12 +9417,12 @@ } }, "require-coercible-to-string-x": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/require-coercible-to-string-x/-/require-coercible-to-string-x-2.0.17.tgz", - "integrity": "sha512-vRZSVQGU8pzgzpVt7FrUUYsvwdU1AjHwyBVzcdYiBRC4iJjj+Ildj3h9z1VhwpSVX6eC4oRBfzqAnvGl8dlxLA==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/require-coercible-to-string-x/-/require-coercible-to-string-x-2.0.18.tgz", + "integrity": "sha512-pvrr6JiJCMqbghk7LUyGfZ1JnvCVipqSiL/D8Ns/Cg8FEOE3oqy6CUI2A8NJWNs1uznLh37KuygI0rR6QXBRxQ==", "requires": { - "require-object-coercible-x": "^2.0.18", - "to-string-x": "^2.0.26" + "require-object-coercible-x": "^2.0.19", + "to-string-x": "^2.0.27" } }, "require-directory": { @@ -9438,11 +9438,11 @@ "dev": true }, "require-object-coercible-x": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/require-object-coercible-x/-/require-object-coercible-x-2.0.18.tgz", - "integrity": "sha512-GAvC4XvUTQ9xYodUV+XnsmfMYZvamRApc7ezheHkyo4foo8B5mt0gmc3Od8OYP/hUTXRjLF6zC8pe5G9uLyOfQ==", + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/require-object-coercible-x/-/require-object-coercible-x-2.0.19.tgz", + "integrity": "sha512-I+sNkZWGYIkcJZwust8N1k6drBwGeU+MTCeH+TG5h358K9cBn4TwuLyWV/z+TUjCDoboLFQlFbYpTNzKI/qcAw==", "requires": { - "is-nil-x": "^2.0.17" + "is-nil-x": "^2.0.18" } }, "require-package-name": { @@ -10625,9 +10625,9 @@ "dev": true }, "to-boolean-x": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.16.tgz", - "integrity": "sha512-+atuvs4ZwhUAZMjtfYYLKRv7H006Kc0jFTac5uPAZswFcB+zZAe37FgpXmAtHqI8pAZzLyJ4MgthM3E/jwHJfQ==" + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/to-boolean-x/-/to-boolean-x-2.0.17.tgz", + "integrity": "sha512-AUVGIzL8NOvB+NSCBa4gVYDy8FctmTnJeE6gK/kcyU/EvtciU4OBBYIEC91zLzDja3iCa21GWsWtpXv4ie90Mw==" }, "to-fast-properties": { "version": "2.0.0", @@ -10636,26 +10636,26 @@ "dev": true }, "to-integer-x": { - "version": "4.0.19", - "resolved": "https://registry.npmjs.org/to-integer-x/-/to-integer-x-4.0.19.tgz", - "integrity": "sha512-Pw889kRPVczUSSWxLiTKbjvjkkk2Ic+x/wPVYEIPQkBclsETYocK+7VsskEYMB7BUQR8YxAwtyzbQ5ZitAYpVQ==", + "version": "4.0.20", + "resolved": "https://registry.npmjs.org/to-integer-x/-/to-integer-x-4.0.20.tgz", + "integrity": "sha512-XMOFT4jhoiprHQBMvqP+/42c2LKrniUOEhm47ZRJz+2eqadc+D4TwcOLRv/2TusPrn1IEGJdqpUN/RMCPkvFBw==", "requires": { - "is-finite-x": "^4.0.17", - "is-nan-x": "^2.0.20", - "math-sign-x": "^4.0.19", - "to-number-x": "^3.0.19" + "is-finite-x": "^4.0.18", + "is-nan-x": "^2.0.21", + "math-sign-x": "^4.0.20", + "to-number-x": "^3.0.20" } }, "to-number-x": { - "version": "3.0.19", - "resolved": "https://registry.npmjs.org/to-number-x/-/to-number-x-3.0.19.tgz", - "integrity": "sha512-j2Ncbf2mEorYvzk2F0VOW6x+QpUgMQyLAO4UwsQ4ZX+gvS8pNWVlj3YGX8rJI1ilOW+elQIl05rUXkrKUVi8Vw==", + "version": "3.0.20", + "resolved": "https://registry.npmjs.org/to-number-x/-/to-number-x-3.0.20.tgz", + "integrity": "sha512-9yW03SJ8fEs8xMP/eHvkCcHhTYdEUcbLfhLLlqt/vSbtc5EGxqUOT2rCznl7t0jHFNRd9d3u+2b3KHSOam7eUA==", "requires": { "is-symbol": "^1.0.2", - "nan-x": "^2.0.18", - "parse-int-x": "^3.0.17", - "to-primitive-x": "^2.0.18", - "trim-x": "^4.0.18" + "nan-x": "^2.0.19", + "parse-int-x": "^3.0.18", + "to-primitive-x": "^2.0.19", + "trim-x": "^4.0.19" } }, "to-object-path": { @@ -10679,36 +10679,36 @@ } }, "to-object-x": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/to-object-x/-/to-object-x-2.0.12.tgz", - "integrity": "sha512-tkB3LSTuW50R9HSmdVEcSDzPTna1myl4ggBFiHjS75W5kinKfchnIsScUW3PQg1e5kZQItGTicak/IFU42W0CA==", + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/to-object-x/-/to-object-x-2.0.13.tgz", + "integrity": "sha512-cV80sPxdi16m7D6K/uB5YB+M2fqrihyZvfRViuDkY+jpvTaf44mnZMaKr0W74EnbAyQYwXQoMOYCLhqpuJFquw==", "requires": { - "cached-constructors-x": "^2.0.15", - "require-object-coercible-x": "^2.0.18" + "cached-constructors-x": "^2.0.16", + "require-object-coercible-x": "^2.0.19" } }, "to-primitive-x": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/to-primitive-x/-/to-primitive-x-2.0.18.tgz", - "integrity": "sha512-1UTREhkr/Jr0bf6ifKIUv5UAzpAbgEvE8ewTvvvFMzBT0Knl7ijIHeMbqndsez3gPhQwAnuIHvehs36sxAU/6g==", + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/to-primitive-x/-/to-primitive-x-2.0.19.tgz", + "integrity": "sha512-k2ye2hLvhzz5/5qsBqSiFjxsshoyltfjfzoI/IFrjdUgicmiKIh1t74MNrnFn/y9Wo6s9N+DtzczHMjsJA1pJA==", "requires": { - "has-symbol-support-x": "^2.0.13", + "has-symbol-support-x": "^2.0.14", "is-date-object": "^1.0.1", - "is-function-x": "^4.0.19", - "is-nil-x": "^2.0.17", + "is-function-x": "^4.0.20", + "is-nil-x": "^2.0.18", "is-primitive": "^3.0.1", "is-symbol": "^1.0.2", - "require-object-coercible-x": "^2.0.18" + "require-object-coercible-x": "^2.0.19" } }, "to-property-key-x": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/to-property-key-x/-/to-property-key-x-3.0.12.tgz", - "integrity": "sha512-z+weKepl5WFK+Pkdxdad+z5FNS64w+2UnFX3J3j3eKl+OxIukBLSPzISCDdxtb8qDica5Jb13Afyyb049Bu8Sg==", + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/to-property-key-x/-/to-property-key-x-3.0.13.tgz", + "integrity": "sha512-SH0LSsNmiwLELqEafWacOaKeLLCFbV+f1Bm7EYwryTExGTiLZcGnu+xr7e9i6abYUlmg7T8ki2MtirdNhePapg==", "requires": { - "has-symbol-support-x": "^2.0.13", - "to-primitive-x": "^2.0.18", - "to-string-x": "^2.0.26" + "has-symbol-support-x": "^2.0.14", + "to-primitive-x": "^2.0.19", + "to-string-x": "^2.0.27" } }, "to-regex": { @@ -10734,23 +10734,23 @@ } }, "to-string-symbols-supported-x": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/to-string-symbols-supported-x/-/to-string-symbols-supported-x-2.0.13.tgz", - "integrity": "sha512-uQzo800casH+ORuok8n/gLn/8qnQjdOqWvSwSxqm7rVtJZ2EhBg7xx9bsWRZRAmJipV1JT+HPSPL5Q6AvqNLdA==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/to-string-symbols-supported-x/-/to-string-symbols-supported-x-2.0.14.tgz", + "integrity": "sha512-cWlod+yxdt+PVHzXpQPK2OWOSuo7wQkC1yfWe8zHrfLHqcpMwIOYkMSNStMg6Q3UQOAfG34KeS222i+nJrI0Dw==", "requires": { - "has-symbol-support-x": "^2.0.13", + "has-symbol-support-x": "^2.0.14", "is-symbol": "^1.0.2" } }, "to-string-tag-x": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/to-string-tag-x/-/to-string-tag-x-2.0.18.tgz", - "integrity": "sha512-HcUvoBOnxpZzwk490wNkUUqF0wUCw1jDa/gQ3bSjEd2+dCvvnVHs3VwthGL7WPI66Kn+jYDvVDW+zUpQVX6a/Q==" + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/to-string-tag-x/-/to-string-tag-x-2.0.19.tgz", + "integrity": "sha512-nVyu6pOc53xOyh4r0sUi3YaYJejudNkDWpiHLD/Ter5dMnl3f8oWZtU7c6NYUAU95F8Ctk+ZYVlZsjpIHlmFzg==" }, "to-string-x": { - "version": "2.0.26", - "resolved": "https://registry.npmjs.org/to-string-x/-/to-string-x-2.0.26.tgz", - "integrity": "sha512-fBBMxihafXMK6c9RmERX9C6b79N9HF+HaJ+9GOLZFlvw9cHrsPeQxT3B9vRbfi67rSKRP+Vd4v/mTyNWJwST4g==", + "version": "2.0.27", + "resolved": "https://registry.npmjs.org/to-string-x/-/to-string-x-2.0.27.tgz", + "integrity": "sha512-nInm6R6Tgw7qsnpmUoUFwX82hjLz7cJCQdctfNDMlKhQDhOariIBUIARgvYFlsAzkenKdi8Pd4YjVOmp4j0VkQ==", "requires": { "is-symbol": "^1.0.2" } @@ -10796,12 +10796,12 @@ "dev": true }, "trim-left-x": { - "version": "4.0.19", - "resolved": "https://registry.npmjs.org/trim-left-x/-/trim-left-x-4.0.19.tgz", - "integrity": "sha512-uqxb75VRKTrsBnRQVx53irqBR56iNV0dAnnN68GxslAVwvvlpApdBuM+0+LBi1xOvdu2HYaf5D8vB4yKdCxqXQ==", + "version": "4.0.20", + "resolved": "https://registry.npmjs.org/trim-left-x/-/trim-left-x-4.0.20.tgz", + "integrity": "sha512-mbCUhYnHhOMYeHHpKUddvtii/1re/eG4BMqY3F2Ks74AitAvFRsfvcF/5ARWZk1CCqKcqkWnq4yDq8wMx5Jr1w==", "requires": { - "require-coercible-to-string-x": "^2.0.17", - "white-space-x": "^4.0.15" + "require-coercible-to-string-x": "^2.0.18", + "white-space-x": "^4.0.16" } }, "trim-right": { @@ -10811,21 +10811,21 @@ "dev": true }, "trim-right-x": { - "version": "4.0.17", - "resolved": "https://registry.npmjs.org/trim-right-x/-/trim-right-x-4.0.17.tgz", - "integrity": "sha512-zgR4mnMtNaYFX+hQgoqyGtuCGzmk7xx/Ay0qgDZlvPtOL4U/DZzkGQj1tsWa+HHxUbDth+hyWBtMvKWUSLJiwQ==", + "version": "4.0.18", + "resolved": "https://registry.npmjs.org/trim-right-x/-/trim-right-x-4.0.18.tgz", + "integrity": "sha512-bPp3kpHOpWMDxX7WZ9aMeb0SPMSkJynX47ifA7UdWCr/ay/BKaRIP0O+2NLntbprGuYVYIz50pVYRF6LWJQF5A==", "requires": { - "require-coercible-to-string-x": "^2.0.17", - "white-space-x": "^4.0.15" + "require-coercible-to-string-x": "^2.0.18", + "white-space-x": "^4.0.16" } }, "trim-x": { - "version": "4.0.18", - "resolved": "https://registry.npmjs.org/trim-x/-/trim-x-4.0.18.tgz", - "integrity": "sha512-6D6iYxKaO9wfNJBAr9IkWNqZKR5TbgLxcTsisDrJN13NaqFMHexqTwFx+agMxCp9n90ThXXCArobSSCPYPJ19w==", + "version": "4.0.19", + "resolved": "https://registry.npmjs.org/trim-x/-/trim-x-4.0.19.tgz", + "integrity": "sha512-uKoZuJ+BSKygtxCl9g28zAK0jncqhr+TSG9nSiXfSZbhbvFJG4EgOiqkNxRhUL/RtMrQ9tLIl6FXoukwpsFr7A==", "requires": { - "trim-left-x": "^4.0.19", - "trim-right-x": "^4.0.17" + "trim-left-x": "^4.0.20", + "trim-right-x": "^4.0.18" } }, "tryer": { @@ -11680,9 +11680,9 @@ "dev": true }, "white-space-x": { - "version": "4.0.15", - "resolved": "https://registry.npmjs.org/white-space-x/-/white-space-x-4.0.15.tgz", - "integrity": "sha512-1fF4I86sIz92UreAZdGwWDXpzUtCbPdCTLKcKU7XOJ0AsjVglo8lBstQkQMO3iKYVW2fRb0wlPysM42bFlwe1A==" + "version": "4.0.16", + "resolved": "https://registry.npmjs.org/white-space-x/-/white-space-x-4.0.16.tgz", + "integrity": "sha512-ctUl9wyX0xacTcb+DGrlVvG3he8kU7biASuHIrsgVA3Kyy+DrnJnvX+NksHGWgFGaG8DaLc67aWM2calFMMsFw==" }, "widest-line": { "version": "2.0.1", diff --git a/package.json b/package.json index 77e0ad9..c69d726 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "string-starts-with-x", - "version": "2.0.4", + "version": "2.0.5", "description": "Determines whether a string begins with the characters of a specified string.", "homepage": "https://github.com/Xotic750/string-starts-with-x", "author": { @@ -49,11 +49,11 @@ "url": "https://github.com/Xotic750/string-starts-with-x/issues" }, "dependencies": { - "attempt-x": "^2.0.14", - "is-regexp-x": "^3.0.10", - "require-object-coercible-x": "^2.0.18", - "to-integer-x": "^4.0.19", - "to-string-x": "^2.0.26" + "attempt-x": "^2.0.15", + "is-regexp-x": "^3.0.11", + "require-object-coercible-x": "^2.0.19", + "to-integer-x": "^4.0.20", + "to-string-x": "^2.0.27" }, "devDependencies": { "@babel/cli": "^7.5.5", @@ -67,7 +67,7 @@ "@babel/plugin-transform-runtime": "^7.5.5", "@babel/preset-env": "^7.5.5", "@babel/runtime": "^7.5.5", - "@prorenata/eslint-config-vue": "^1.13.9", + "@prorenata/eslint-config-vue": "^1.13.10", "@types/jest": "^24.0.15", "@types/node": "^12.6.8", "babel-core": "^7.0.0-0", @@ -91,7 +91,7 @@ "eslint-plugin-html": "^6.0.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jest": "^22.13.0", - "eslint-plugin-jsdoc": "^15.6.0", + "eslint-plugin-jsdoc": "^15.6.1", "eslint-plugin-json": "^1.4.0", "eslint-plugin-lodash": "^5.1.0", "eslint-plugin-no-use-extend-native": "^0.4.1", @@ -126,7 +126,7 @@ }, "engines": { "node": ">=8.11.4", - "npm": "6.4.1" + "npm": "6.10.1" }, "browserslist": [ "> 1%",