From d4e333fd19d9e2910b6ae1370b96f40ab3a14c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:50:15 +0000 Subject: [PATCH] Bump @types/node from 22.8.4 to 22.8.5 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.8.4 to 22.8.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- systems/backend/package-lock.json | 6 +++--- systems/backend/package.json | 2 +- systems/infrastructure/package-lock.json | 6 +++--- systems/infrastructure/package.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/systems/backend/package-lock.json b/systems/backend/package-lock.json index 3fab1511..3db715a7 100644 --- a/systems/backend/package-lock.json +++ b/systems/backend/package-lock.json @@ -6413,9 +6413,9 @@ "integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==" }, "@types/node": { - "version": "22.8.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.4.tgz", - "integrity": "sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw==", + "version": "22.8.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.5.tgz", + "integrity": "sha512-5iYk6AMPtsMbkZqCO1UGF9W5L38twq11S2pYWkybGHH2ogPUvXWNlQqJBzuEZWKj/WRH+QTeiv6ySWqJtvIEgA==", "requires": { "undici-types": "~6.19.8" } diff --git a/systems/backend/package.json b/systems/backend/package.json index 5748ed08..b3c4d550 100644 --- a/systems/backend/package.json +++ b/systems/backend/package.json @@ -48,7 +48,7 @@ "@types/convict": "6.1.6", "@types/express": "5.0.0", "@types/luxon": "3.4.2", - "@types/node": "22.8.4", + "@types/node": "22.8.5", "@types/passport-jwt": "4.0.1", "@types/ramda": "0.30.2", "@types/supertest": "6.0.2", diff --git a/systems/infrastructure/package-lock.json b/systems/infrastructure/package-lock.json index 27ccad84..58a244c6 100644 --- a/systems/infrastructure/package-lock.json +++ b/systems/infrastructure/package-lock.json @@ -7403,9 +7403,9 @@ "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==" }, "@types/node": { - "version": "22.8.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.4.tgz", - "integrity": "sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw==", + "version": "22.8.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.5.tgz", + "integrity": "sha512-5iYk6AMPtsMbkZqCO1UGF9W5L38twq11S2pYWkybGHH2ogPUvXWNlQqJBzuEZWKj/WRH+QTeiv6ySWqJtvIEgA==", "requires": { "undici-types": "~6.19.8" } diff --git a/systems/infrastructure/package.json b/systems/infrastructure/package.json index 8785cbb5..b93c496c 100644 --- a/systems/infrastructure/package.json +++ b/systems/infrastructure/package.json @@ -24,7 +24,7 @@ "@types/chai": "5.0.1", "@types/lodash.camelcase": "4.3.9", "@types/lodash.kebabcase": "4.1.9", - "@types/node": "22.8.4", + "@types/node": "22.8.5", "babel-plugin-transform-typescript-metadata": "0.3.2", "chai": "5.1.2", "eslint": "8.16.0",