From ac5ef5b18e1efcf74157d90c970bbdf30d2b408c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 02:01:17 +0000 Subject: [PATCH] Bump @anchan828/typeorm-decorators from 1.0.56 to 1.0.61 Bumps [@anchan828/typeorm-decorators](https://github.com/anchan828/typeorm-helpers) from 1.0.56 to 1.0.61. - [Release notes](https://github.com/anchan828/typeorm-helpers/releases) - [Changelog](https://github.com/anchan828/typeorm-helpers/blob/master/CHANGELOG.md) - [Commits](https://github.com/anchan828/typeorm-helpers/compare/v1.0.56...v1.0.61) --- updated-dependencies: - dependency-name: "@anchan828/typeorm-decorators" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 31 +++++++++++++++++-------------- package.json | 2 +- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34173bf..e08d573 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "@ti-broish/api", "license": "MIT", "dependencies": { - "@anchan828/typeorm-decorators": "^1.0.56", + "@anchan828/typeorm-decorators": "^1.0.61", "@casl/ability": "^6.4.0", "@nestjs/axios": "^2.0.0", "@nestjs/cli": "^9.3.0", @@ -88,8 +88,8 @@ "typescript": "^5.0.4" }, "engines": { - "node": ">= 16.0.0", - "npm": ">= 8.0.0" + "node": "^16", + "npm": "^8 || ^9" } }, "node_modules/@ampproject/remapping": { @@ -106,18 +106,18 @@ } }, "node_modules/@anchan828/typeorm-decorators": { - "version": "1.0.56", - "resolved": "https://registry.npmjs.org/@anchan828/typeorm-decorators/-/typeorm-decorators-1.0.56.tgz", - "integrity": "sha512-etXmBUIUCVu1txwkYXCdkapdIUrBPSWkfimOJSv3kxlQd35ZSRcFVKOtak8ZrWMW+qeJpIr21X5s9R4XUTzZfg==", + "version": "1.0.61", + "resolved": "https://registry.npmjs.org/@anchan828/typeorm-decorators/-/typeorm-decorators-1.0.61.tgz", + "integrity": "sha512-RJ3OSgz8a9PZYqm/JXhq2zOIFJipnHzOep0WdtZpE+UXFlCT+FneNtcbsp1o4wM4QefL4O4tIigXxo2lfCU7Zw==", "dependencies": { - "@anchan828/typeorm-transformers": "^1.0.56", - "ulidx": "^0.5.0" + "@anchan828/typeorm-transformers": "^1.0.61", + "ulidx": "^1.0.0" } }, "node_modules/@anchan828/typeorm-transformers": { - "version": "1.0.56", - "resolved": "https://registry.npmjs.org/@anchan828/typeorm-transformers/-/typeorm-transformers-1.0.56.tgz", - "integrity": "sha512-FT07MI+MjbsLYop9Vx3dGvppeMmxmLe4y1pVl5zuf/nj6dUbb4FS06gMOA3iDuYxGpBcKHaFTNbkw2/Rng3XEg==" + "version": "1.0.61", + "resolved": "https://registry.npmjs.org/@anchan828/typeorm-transformers/-/typeorm-transformers-1.0.61.tgz", + "integrity": "sha512-+vqpRKBz0+BsqYeHN5xUfE0ZXjhxc88Y/935wanzktyYEOSSib7HmiTsYlwOjZz4EUJCScK7aT2w5zaObrqPgQ==" }, "node_modules/@angular-devkit/core": { "version": "15.2.4", @@ -12183,11 +12183,14 @@ } }, "node_modules/ulidx": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/ulidx/-/ulidx-0.5.0.tgz", - "integrity": "sha512-fZFAVMxsp3QSwOpIta6uqc3ZjHfRe4m3GllM+HO4MNQMXlzcUhWihHKWuBxFcDYATsuyxjBwCH0MqVsj/D/how==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/ulidx/-/ulidx-1.0.0.tgz", + "integrity": "sha512-NY1XKIswUk/AZo724r2sv+nM5EEJqAtQvP1lXKmZITs4QKwj1gHGPZiTMYVzp5SYOTD6kwMeDFDYTK8XgeSsAA==", "dependencies": { "layerr": "^0.1.2" + }, + "engines": { + "node": ">=16" } }, "node_modules/unbox-primitive": { diff --git a/package.json b/package.json index 0f55ae7..90615ec 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "postdeploy": "npm ci --only=production --ignore-scripts --no-audit --loglevel=error --cache .npm --prefer-offline --silent && npm run build && cp $PWD/../shared/.env $PWD/../shared/firebase.json $PWD/ && NODE_ENV=production npm run migration:run && pm2 startOrReload ecosystem.config.json" }, "dependencies": { - "@anchan828/typeorm-decorators": "^1.0.56", + "@anchan828/typeorm-decorators": "^1.0.61", "@casl/ability": "^6.4.0", "@nestjs/axios": "^2.0.0", "@nestjs/cli": "^9.3.0",