From 1b67d9588481eb41a298b37153148f805345966a Mon Sep 17 00:00:00 2001 From: "tradeshift-renovate[bot]" <121954292+tradeshift-renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 02:16:28 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v22.10.3 --- .npmrc | 1 + package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.npmrc b/.npmrc index 57964c2..7adf929 100644 --- a/.npmrc +++ b/.npmrc @@ -31,6 +31,7 @@ @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com +@tradeshift:registry=https://npm.pkg.github.com diff --git a/package-lock.json b/package-lock.json index 261b6e2..a3802be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@types/jest": "29.4.0", - "@types/node": "22.10.2", + "@types/node": "22.10.3", "@types/semver": "7.5.8", "@types/uuid": "9.0.8", "@typescript-eslint/eslint-plugin": "5.62.0", @@ -1532,9 +1532,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.10.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz", - "integrity": "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==", + "version": "22.10.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.3.tgz", + "integrity": "sha512-DifAyw4BkrufCILvD3ucnuN8eydUfc/C1GlyrnI+LK6543w5/L3VeVgf05o3B4fqSXP1dKYLOZsKfutpxPzZrw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b775e87..349c60c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "@types/jest": "29.4.0", - "@types/node": "22.10.2", + "@types/node": "22.10.3", "@types/semver": "7.5.8", "@types/uuid": "9.0.8", "@typescript-eslint/eslint-plugin": "5.62.0",