diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 475ed299..484f5e4a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,6 @@ blank_issues_enabled: false contact_links: - name: ❗️ All other issues - url: https://github.com/PHT-Medic/central-ui/discussions + url: https://github.com/Tada5hi/typeorm-extension/discussions about: | Please use GitHub Discussions for other issues and asking questions. diff --git a/package-lock.json b/package-lock.json index ae95b68a..4b3b6191 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@trapi/query": "^2.0.0", + "@trapi/query": "^2.0.1", "glob": "^7.1.7", "typeorm": "^0.2.38", "typescript": "^4.4.3", @@ -1034,9 +1034,9 @@ } }, "node_modules/@trapi/query": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@trapi/query/-/query-2.0.0.tgz", - "integrity": "sha512-VleQYwASTnkow+i3dN8aXr4ajNOfGgUOX2BWWrZCdc79uT/iKtZaysDgUffcz+nZCzvA2pdCPTcowf+0JFl5yw==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@trapi/query/-/query-2.0.1.tgz", + "integrity": "sha512-hP6Dj2boFPmpGOZGMBu1qRYxhW7OfnfKHW9A0fhWp9nCHb2tsVIOaX2nJuKOc5ZEx+G6Wo/B3idSpSGSfaSg2w==" }, "node_modules/@tsconfig/node10": { "version": "1.0.8", @@ -9531,9 +9531,9 @@ "dev": true }, "@trapi/query": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@trapi/query/-/query-2.0.0.tgz", - "integrity": "sha512-VleQYwASTnkow+i3dN8aXr4ajNOfGgUOX2BWWrZCdc79uT/iKtZaysDgUffcz+nZCzvA2pdCPTcowf+0JFl5yw==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@trapi/query/-/query-2.0.1.tgz", + "integrity": "sha512-hP6Dj2boFPmpGOZGMBu1qRYxhW7OfnfKHW9A0fhWp9nCHb2tsVIOaX2nJuKOc5ZEx+G6Wo/B3idSpSGSfaSg2w==" }, "@tsconfig/node10": { "version": "1.0.8", diff --git a/package.json b/package.json index 8059def7..40453095 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "license": "MIT", "dependencies": { - "@trapi/query": "^2.0.0", + "@trapi/query": "^2.0.1", "glob": "^7.1.7", "typeorm": "^0.2.38", "typescript": "^4.4.3",