From e7a59157cd8c64afdde0b1d31d415dd35ba8512f Mon Sep 17 00:00:00 2001 From: Viachaslau Tyshkavets Date: Tue, 9 Jul 2024 14:51:42 +0400 Subject: [PATCH] build(deps-dev): bump `@types/node` from 16 to 18, `@nestjs/cli` and `@types/express` patch bump --- package-lock.json | 47 +++++++++++++++++++++++++++++++++++------------ package.json | 6 +++--- 2 files changed, 38 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5698a67..0fee366 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@mikro-orm/cli": "^6.2.9", - "@nestjs/cli": "^10.4.1", + "@nestjs/cli": "^10.4.2", "@nestjs/schematics": "^10.1.2", "@nestjs/testing": "^10.3.10", "@sectester/bus": "^0.28.0", @@ -37,9 +37,9 @@ "@sectester/scan": "^0.31.0", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", - "@types/express": "^4.17.13", + "@types/express": "^4.17.21", "@types/jest": "^29.5.12", - "@types/node": "~16.11.36", + "@types/node": "^18.19.39", "@types/supertest": "^6.0.2", "@typescript-eslint/eslint-plugin": "^5.26.0", "@typescript-eslint/parser": "^5.26.0", @@ -2671,9 +2671,9 @@ } }, "node_modules/@nestjs/cli": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/@nestjs/cli/-/cli-10.4.1.tgz", - "integrity": "sha512-83zFEKjmUdnvhGMRKUKy4AOQ6ZeoBqwC/yVlREdFGLusYF9055gh8TXLWTCL+V+SX47Ec7XrSusA/m3JTK1Wzg==", + "version": "10.4.2", + "resolved": "https://registry.npmjs.org/@nestjs/cli/-/cli-10.4.2.tgz", + "integrity": "sha512-fQexIfLHfp6GUgX+CO4fOg+AEwV5ox/LHotQhyZi9wXUQDyIqS0NTTbumr//62EcX35qV4nU0359nYnuEdzG+A==", "dev": true, "license": "MIT", "dependencies": { @@ -2690,11 +2690,10 @@ "inquirer": "8.2.6", "node-emoji": "1.11.0", "ora": "5.4.1", - "source-map-support": "0.5.21", "tree-kill": "1.2.2", "tsconfig-paths": "4.2.0", "tsconfig-paths-webpack-plugin": "4.1.0", - "typescript": "5.5.3", + "typescript": "5.3.3", "webpack": "5.92.1", "webpack-node-externals": "3.0.0" }, @@ -2717,6 +2716,20 @@ } } }, + "node_modules/@nestjs/cli/node_modules/typescript": { + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, "node_modules/@nestjs/common": { "version": "10.3.10", "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.3.10.tgz", @@ -4592,11 +4605,14 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "16.11.68", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.68.tgz", - "integrity": "sha512-JkRpuVz3xCNCWaeQ5EHLR/6woMbHZz/jZ7Kmc63AkU+1HxnoUugzSWMck7dsR4DvNYX8jp9wTi9K7WvnxOIQZQ==", + "version": "18.19.39", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.39.tgz", + "integrity": "sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ==", "devOptional": true, - "license": "MIT" + "license": "MIT", + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/normalize-package-data": { "version": "2.4.4", @@ -18888,6 +18904,13 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "devOptional": true, + "license": "MIT" + }, "node_modules/unicode-emoji-modifier-base": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz", diff --git a/package.json b/package.json index e4bad19..8fe3c44 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@mikro-orm/cli": "^6.2.9", - "@nestjs/cli": "^10.4.1", + "@nestjs/cli": "^10.4.2", "@nestjs/schematics": "^10.1.2", "@nestjs/testing": "^10.3.10", "@sectester/bus": "^0.28.0", @@ -88,9 +88,9 @@ "@sectester/scan": "^0.31.0", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", - "@types/express": "^4.17.13", + "@types/express": "^4.17.21", "@types/jest": "^29.5.12", - "@types/node": "~16.11.36", + "@types/node": "^18.19.39", "@types/supertest": "^6.0.2", "@typescript-eslint/eslint-plugin": "^5.26.0", "@typescript-eslint/parser": "^5.26.0",