From 490087999dbc64ae9cef0bd665f92633ccb2cedd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 23:07:14 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v22.10.4 (#1077) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e800a326..eb7d17df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7638,9 +7638,9 @@ "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" }, "node_modules/@types/node": { - "version": "22.10.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.3.tgz", - "integrity": "sha512-DifAyw4BkrufCILvD3ucnuN8eydUfc/C1GlyrnI+LK6543w5/L3VeVgf05o3B4fqSXP1dKYLOZsKfutpxPzZrw==", + "version": "22.10.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.4.tgz", + "integrity": "sha512-99l6wv4HEzBQhvaU/UGoeBoCK61SCROQaCCGyQSgX2tEQ3rKkNZ2S7CEWnS/4s1LV+8ODdK21UeyR1fHP2mXug==", "license": "MIT", "dependencies": { "undici-types": "~6.20.0" @@ -29953,7 +29953,7 @@ "@types/lodash.isequal": "4.5.8", "@types/lodash.isfunction": "3.0.9", "@types/lodash.isnil": "4.0.9", - "@types/node": "^22.10.3" + "@types/node": "^22.10.4" } }, "packages/parse": { @@ -29976,7 +29976,7 @@ "@types/lodash.isundefined": "3.0.9", "@types/lodash.partition": "4.6.9", "@types/lodash.uniq": "4.5.9", - "@types/node": "^22.10.3", + "@types/node": "^22.10.4", "@types/sinon": "17.0.3", "lodash.partition": "^4.6.0", "sinon": "19.0.2"