From 77450a6abe5fa3f6e9faa52c831260acf521d910 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 04:13:48 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v22.5.3 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36f02b9..6405a41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@bifravst/eslint-config-typescript": "6.1.14", "@bifravst/prettier-config": "1.1.0", "@commitlint/config-conventional": "19.4.1", - "@types/node": "22.5.2", + "@types/node": "22.5.3", "@types/toposort": "2.0.7", "check-node-version": "4.2.1", "commitlint": "19.4.1", @@ -1197,9 +1197,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.5.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.2.tgz", - "integrity": "sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==", + "version": "22.5.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.3.tgz", + "integrity": "sha512-njripolh85IA9SQGTAqbmnNZTdxv7X/4OYGPz8tgy5JDr8MP+uDBa921GpYEoDDnwm0Hmn5ZPeJgiiSTPoOzkQ==", "dev": true, "license": "MIT", "dependencies": { @@ -6887,9 +6887,9 @@ "dev": true }, "@types/node": { - "version": "22.5.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.2.tgz", - "integrity": "sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==", + "version": "22.5.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.3.tgz", + "integrity": "sha512-njripolh85IA9SQGTAqbmnNZTdxv7X/4OYGPz8tgy5JDr8MP+uDBa921GpYEoDDnwm0Hmn5ZPeJgiiSTPoOzkQ==", "dev": true, "requires": { "undici-types": "~6.19.2" diff --git a/package.json b/package.json index 1e837fc..3f45510 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@bifravst/eslint-config-typescript": "6.1.14", "@bifravst/prettier-config": "1.1.0", "@commitlint/config-conventional": "19.4.1", - "@types/node": "22.5.2", + "@types/node": "22.5.3", "@types/toposort": "2.0.7", "check-node-version": "4.2.1", "commitlint": "19.4.1",