diff --git a/package-lock.json b/package-lock.json index 860233c121c..b850105cb30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@dnd-kit/utilities": "3.2.2", "@graphql-typed-document-node/core": "3.2.0", "@hcaptcha/react-hcaptcha": "1.10.1", - "@hyperwatch/hyperwatch": "4.0.0", + "@hyperwatch/hyperwatch": "4.1.0", "@icons-pack/react-simple-icons": "^9.4.1", "@opencollective/taxes": "5.0.0", "@opencollective/trix": "2.1.6", @@ -5807,32 +5807,33 @@ "dev": true }, "node_modules/@hyperwatch/hyperwatch": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@hyperwatch/hyperwatch/-/hyperwatch-4.0.0.tgz", - "integrity": "sha512-XU2PH2JcE4igpTBOby2hgiYkFcOWj3YQxpLyTdpfBDvzPB2nS1XiJPQPxeBtmiDprHMiHX6/wteuu+HHz1m0yA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@hyperwatch/hyperwatch/-/hyperwatch-4.1.0.tgz", + "integrity": "sha512-tU03qxhDZU1nBINjG/OvNaileQAMWvMSSB7DOdA+2lDuy+p+vuXuvPQNubsdr5OE9zUe2+ZCpR0GYM44SLSlwg==", + "license": "Apache-2.0", "dependencies": { - "@hyperwatch/useragent": "^3.9.1", + "@hyperwatch/useragent": "^3.9.3", "accept-language-parser": "^1.5.0", - "ajv": "^8.11.0", + "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "chalk": "^4.1.0", "country-code-emoji": "^2.3.0", "debug": "^4.3.4", - "dnsbl": "^4.0.0", + "dnsbl": "^4.0.1", "express": "^4.18.2", "express-ws": "^5.0.2", - "geoip-lite": "^1.4.6", - "immutable": "^4.1.0", - "ip-cidr": "^3.0.10", + "geoip-lite": "^1.4.8", + "immutable": "^4.3.4", + "ip-cidr": "^3.1.0", "lodash": "^4.17.21", "lru-cache": "^10.0.1", "micro-strptime": "^0.2.3", "proxy-addr": "^2.0.7", "rc": "^1.2.8", "syslog-parse": "^1.3.1", - "tail": "^2.2.4", - "uuid": "^9.0.0", - "ws": "^8.9.0" + "tail": "^2.2.6", + "uuid": "^9.0.1", + "ws": "^8.14.2" }, "bin": { "hyperwatch": "bin/hyperwatch" @@ -5845,6 +5846,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -5859,6 +5861,7 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -5874,27 +5877,28 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/@hyperwatch/hyperwatch/node_modules/immutable": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz", - "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==" + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.7.tgz", + "integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==", + "license": "MIT" }, "node_modules/@hyperwatch/hyperwatch/node_modules/lru-cache": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz", - "integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==", - "engines": { - "node": "14 || >=16.14" - } + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "license": "ISC" }, "node_modules/@hyperwatch/hyperwatch/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, diff --git a/package.json b/package.json index 01649aa18bf..92bb5542a7a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@dnd-kit/utilities": "3.2.2", "@graphql-typed-document-node/core": "3.2.0", "@hcaptcha/react-hcaptcha": "1.10.1", - "@hyperwatch/hyperwatch": "4.0.0", + "@hyperwatch/hyperwatch": "4.1.0", "@icons-pack/react-simple-icons": "^9.4.1", "@opencollective/taxes": "5.0.0", "@opencollective/trix": "2.1.6",