From e8f4183b4c2b9b6398020a507c152d74b39cf1d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:03:43 +0000 Subject: [PATCH] Bump @terascope/scripts from 1.4.1 to 1.4.2 Bumps [@terascope/scripts](https://github.com/terascope/teraslice) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/terascope/teraslice/releases) - [Commits](https://github.com/terascope/teraslice/commits) --- updated-dependencies: - dependency-name: "@terascope/scripts" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 25 +++++++++++++++---------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index df48924d..c384518d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@terascope/elasticsearch-asset-apis": "^1.0.3", "@terascope/eslint-config": "^1.1.0", "@terascope/job-components": "^1.5.1", - "@terascope/scripts": "1.4.1", + "@terascope/scripts": "1.4.2", "@terascope/teraslice-state-storage": "^1.3.1", "@terascope/types": "^1.1.0", "@types/bluebird": "^3.5.38", diff --git a/yarn.lock b/yarn.lock index eeb4305d..113ef08a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -298,6 +298,11 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== +"@chainsafe/is-ip@^2.0.2": + version "2.0.2" + resolved "https://registry.yarnpkg.com/@chainsafe/is-ip/-/is-ip-2.0.2.tgz#7311e7403f11d8c5cfa48111f56fcecaac37c9f6" + integrity sha512-ndGqEMG1W5WkGagaqOZHpPU172AGdxr+LD15sv3WIUvT5oCFUrG1Y0CW/v2Egwj4JXEvSibaIIIqImsm98y1nA== + "@elastic/transport@^8.7.0": version "8.7.1" resolved "https://registry.yarnpkg.com/@elastic/transport/-/transport-8.7.1.tgz#b380f0b90ee98ff84892c0958b94477cfbf84a05" @@ -925,13 +930,13 @@ prom-client "^15.1.3" uuid "^10.0.0" -"@terascope/scripts@1.4.1": - version "1.4.1" - resolved "https://registry.yarnpkg.com/@terascope/scripts/-/scripts-1.4.1.tgz#967692eaeb44d2331746e7b57f358353310e3dea" - integrity sha512-8XGTV/CjJFyQ1MXRNKuOQ7JEGPsHZYywuQWYk/lNPIl0FwMifnNQoj8M7571YgnGQU4pPPYAwJTXXMCvJNW/qA== +"@terascope/scripts@1.4.2": + version "1.4.2" + resolved "https://registry.yarnpkg.com/@terascope/scripts/-/scripts-1.4.2.tgz#1b9efe4c8418d32626760f3118377f54ec24b155" + integrity sha512-h++D7VOe9w+D+k7c4DCitjfybqiJruOAu9yAt1PYZV0B9jvUdd7+DQ6KMk2WjtsML3GkDZJbGe2BQAUWPcORXA== dependencies: "@kubernetes/client-node" "^0.22.0" - "@terascope/utils" "^1.3.1" + "@terascope/utils" "^1.3.2" codecov "^3.8.3" execa "9.4.0" fs-extra "^11.2.0" @@ -969,11 +974,12 @@ dependencies: prom-client "^15.1.3" -"@terascope/utils@^1.2.0", "@terascope/utils@^1.3.0", "@terascope/utils@^1.3.1": - version "1.3.1" - resolved "https://registry.yarnpkg.com/@terascope/utils/-/utils-1.3.1.tgz#96c68ac4fd5f17ad64939b06043731300b89c412" - integrity sha512-ynnhhwKjUCKHVbk5aU7/l5XLo34gOJ9iv7HZwupaT4zl3KW6nd+mmHt6b7fG8XsL2EqtlL+nPC1oSGl+UtLbNg== +"@terascope/utils@^1.2.0", "@terascope/utils@^1.3.0", "@terascope/utils@^1.3.1", "@terascope/utils@^1.3.2": + version "1.3.2" + resolved "https://registry.yarnpkg.com/@terascope/utils/-/utils-1.3.2.tgz#c9f22523a1dc0d578c1c3428303f0f2076edbf69" + integrity sha512-HNnZtkwQjOyH907lt4wX1avNtyyE1anXzvbBTc9YuX9SPVbeff92+mjYL+6qWtuv/TiHlKBT77+F1i5eB8WEuA== dependencies: + "@chainsafe/is-ip" "^2.0.2" "@terascope/types" "^1.2.0" "@turf/bbox" "^7.1.0" "@turf/bbox-polygon" "^7.1.0" @@ -1000,7 +1006,6 @@ ip6addr "^0.2.5" ipaddr.js "^2.2.0" is-cidr "^5.1.0" - is-ip "^5.0.1" is-plain-object "^5.0.0" js-string-escape "^1.0.1" kind-of "^6.0.3"