From a7ecb6a4217134521e7c4a6d5b5c0a915c39187a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:23:22 +0000 Subject: [PATCH] fix(deps): update dependency @hyperwatch/hyperwatch to v3.9.4 --- package-lock.json | 97 ++++++++++++++++++++--------------------------- package.json | 2 +- 2 files changed, 42 insertions(+), 57 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34258986..adadb25e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.2.0", "dependencies": { "@apollo/client": "3.12.2", - "@hyperwatch/hyperwatch": "3.8.2", + "@hyperwatch/hyperwatch": "3.9.4", "@octokit/auth-oauth-app": "4.3.1", "@octokit/rest": "18.12.0", "bluebird": "3.7.2", @@ -40,7 +40,6 @@ "@babel/eslint-parser": "^7.25.9", "@babel/node": "^7.26.0", "@babel/preset-env": "^7.26.0", - "babel-plugin-lodash": "^3.3.4", "commitizen": "^4.2.4", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.57.0", @@ -2074,33 +2073,33 @@ "license": "BSD-3-Clause" }, "node_modules/@hyperwatch/hyperwatch": { - "version": "3.8.2", - "resolved": "https://registry.npmjs.org/@hyperwatch/hyperwatch/-/hyperwatch-3.8.2.tgz", - "integrity": "sha512-IweH/YI/tSPCA15yc7Rf7KQ6z9Be4O5wtOsVVPqjgaklW5ssJiunv+MLS61MEmzqwbAoCqfYQaIbZfVNBi1hPw==", + "version": "3.9.4", + "resolved": "https://registry.npmjs.org/@hyperwatch/hyperwatch/-/hyperwatch-3.9.4.tgz", + "integrity": "sha512-cn/wYNBK7K85JjGsZZ9F0hS4PZW61wVfS81YOMyxByRMXZZvmklndx42UAElUE/jT3ajlYumUVDoN1Fq4JQmKQ==", "license": "Apache-2.0", "dependencies": { - "@hyperwatch/useragent": "^3.7.4", + "@hyperwatch/useragent": "^3.9.1", "accept-language-parser": "^1.5.0", - "ajv": "^8.6.2", - "ajv-formats": "^2.1.0", + "ajv": "^8.11.0", + "ajv-formats": "^2.1.1", "chalk": "^4.1.0", - "country-code-emoji": "^2.1.0", - "debug": "^4.3.1", - "dnsbl": "^3.2.0", - "express": "^4.17.1", + "country-code-emoji": "^2.3.0", + "debug": "^4.3.4", + "dnsbl": "^4.0.0", + "express": "^4.18.2", "express-ws": "^5.0.2", - "geoip-lite": "^1.4.2", - "immutable": "^4.0.0-rc.12", - "ip-cidr": "^3.0.3", - "lodash": "^4.17.20", + "geoip-lite": "^1.4.6", + "immutable": "^4.1.0", + "ip-cidr": "^3.0.10", + "lodash": "^4.17.21", "lru-cache": "^6.0.0", "micro-strptime": "^0.2.3", - "proxy-addr": "^2.0.6", + "proxy-addr": "^2.0.7", "rc": "^1.2.8", "syslog-parse": "^1.3.1", - "tail": "^2.0.4", - "uuid": "^8.3.2", - "ws": "^8.0.0" + "tail": "^2.2.4", + "uuid": "^9.0.0", + "ws": "^8.9.0" }, "bin": { "hyperwatch": "bin/hyperwatch" @@ -3003,6 +3002,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "dev": true, "license": "MIT", "dependencies": { "clean-stack": "^2.0.0", @@ -3398,20 +3398,6 @@ "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==", "license": "MIT" }, - "node_modules/babel-plugin-lodash": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz", - "integrity": "sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-module-imports": "^7.0.0-beta.49", - "@babel/types": "^7.0.0-beta.49", - "glob": "^7.1.1", - "lodash": "^4.17.10", - "require-package-name": "^2.0.1" - } - }, "node_modules/babel-plugin-polyfill-corejs2": { "version": "0.4.12", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz", @@ -3850,6 +3836,7 @@ "version": "2.2.0", "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", + "dev": true, "license": "MIT", "engines": { "node": ">=6" @@ -4607,16 +4594,16 @@ } }, "node_modules/dnsbl": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/dnsbl/-/dnsbl-3.2.0.tgz", - "integrity": "sha512-Fv0ExY6F0cZeVD9JWhApFedUny220lJdEFSvwG0vh/SjLr8QL/V4MgW7vHk1cnLjv8UX2kxOabJVIKKTstPPYA==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/dnsbl/-/dnsbl-4.0.2.tgz", + "integrity": "sha512-cILehJ0stZtcTMckjVFMsYEawzaksZOttXbb2lBVSyddJwu3ggdnnghGJOQ2HfdPXMxRf3tMxEgV0YPtAXorwA==", "license": "BSD-2-Clause", "dependencies": { "ip-ptr": "^3.0.0", - "p-map": "^3.0.0" + "p-map": "^7.0.2" }, "engines": { - "node": ">=8.3.0" + "node": ">=16" } }, "node_modules/doctrine": { @@ -7176,6 +7163,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "dev": true, "license": "MIT", "engines": { "node": ">=8" @@ -9372,15 +9360,15 @@ } }, "node_modules/p-map": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz", - "integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.3.tgz", + "integrity": "sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==", "license": "MIT", - "dependencies": { - "aggregate-error": "^3.0.0" - }, "engines": { - "node": ">=8" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/p-queue": { @@ -10225,13 +10213,6 @@ "node": ">=0.10.0" } }, - "node_modules/require-package-name": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/require-package-name/-/require-package-name-2.0.1.tgz", - "integrity": "sha512-uuoJ1hU/k6M0779t3VMVIYpb2VMJk05cehCaABFhXaibcbvfgR8wKiozLjVFSzJPmQMRqIcO0HMyTFqfV09V6Q==", - "dev": true, - "license": "MIT" - }, "node_modules/resolve": { "version": "1.22.8", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", @@ -11689,9 +11670,13 @@ } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "license": "MIT", "bin": { "uuid": "dist/bin/uuid" diff --git a/package.json b/package.json index 8a949e4d..97cfe0fe 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@apollo/client": "3.12.2", - "@hyperwatch/hyperwatch": "3.8.2", + "@hyperwatch/hyperwatch": "3.9.4", "@octokit/auth-oauth-app": "4.3.1", "@octokit/rest": "18.12.0", "bluebird": "3.7.2",