diff --git a/packages/auth/package.json b/packages/auth/package.json index 23a37d129a1..e1a7f055210 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -61,7 +61,7 @@ "prettier": "2.8.8", "redis-mock": "^0.56.0", "ts-jest": "27.1.4", - "ts-node": "^6.1.1", + "ts-node": "^10.0.0", "typescript": "4.9.5" }, "lint-staged": { diff --git a/packages/client/package.json b/packages/client/package.json index 789732a55f5..a5e2ed5f490 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -162,7 +162,7 @@ "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", "traverse": "^0.6.6", - "ts-node": "^7.0.1", + "ts-node": "^10.0.0", "typescript": "4.9.5", "vite-plugin-pwa": "^0.20.0", "vitest": "0.25.5", diff --git a/packages/config/package.json b/packages/config/package.json index 1abe4a57312..78af1f1295e 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -53,7 +53,7 @@ "mockingoose": "^2.15.2", "nodemon": "^3.0.0", "prettier": "^2.5.0", - "ts-node": "^6.1.1", + "ts-node": "^10.0.0", "ts-jest": "27.1.4", "typescript": "4.9.5" }, diff --git a/packages/data-seeder/package.json b/packages/data-seeder/package.json index 8113eb43c08..4da68ad754e 100644 --- a/packages/data-seeder/package.json +++ b/packages/data-seeder/package.json @@ -25,7 +25,7 @@ "graphql-tag": "^2.12.6", "jwt-decode": "^2.2.0", "node-fetch": "^2.6.1", - "ts-node": "^6.1.1", + "ts-node": "^10.0.0", "tsconfig-paths": "^3.13.0", "typescript": "4.9.5", "uuid": "^3.3.2", diff --git a/packages/documents/package.json b/packages/documents/package.json index 46ec6028003..880c3426aca 100644 --- a/packages/documents/package.json +++ b/packages/documents/package.json @@ -59,7 +59,7 @@ "eslint": "^7.11.0", "@typescript-eslint/eslint-plugin": "^4.5.0", "ts-jest": "27.1.4", - "ts-node": "^6.1.1", + "ts-node": "^10.0.0", "typescript": "4.9.5" }, "lint-staged": { diff --git a/packages/gateway/package.json b/packages/gateway/package.json index b2c582a6c0a..16613f01ad2 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -102,7 +102,7 @@ "prettier": "2.8.8", "testcontainers": "^9.1.1", "ts-jest": "27.1.4", - "ts-node": "^6.1.1", + "ts-node": "^10.0.0", "typescript": "4.9.5" }, "lint-staged": { diff --git a/packages/login/package.json b/packages/login/package.json index 4ec2b03430c..4d3749af96a 100644 --- a/packages/login/package.json +++ b/packages/login/package.json @@ -107,7 +107,7 @@ "stylelint-config-recommended": "^9.0.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", - "ts-node": "^6.1.1", + "ts-node": "^10.0.0", "typescript": "4.9.5", "vite": "^5.0.0", "vite-plugin-pwa": "^0.20.0", diff --git a/packages/metrics/package.json b/packages/metrics/package.json index 674e3712979..e387005d9a5 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -65,7 +65,7 @@ "nodemon": "^3.0.0", "prettier": "2.8.8", "ts-jest": "27.1.4", - "ts-node": "^6.1.1" + "ts-node": "^10.0.0" }, "lint-staged": { "src/**/*.{ts,graphql}": [ diff --git a/packages/mobile-proxy/package.json b/packages/mobile-proxy/package.json index 105ec5fb19f..a4fddc6be69 100644 --- a/packages/mobile-proxy/package.json +++ b/packages/mobile-proxy/package.json @@ -10,6 +10,6 @@ "dependencies": { "dotenv": "^8.2.0", "ngrok": "^4.3.3", - "ts-node": "^8.6.0" + "ts-node": "^10.0.0" } } diff --git a/packages/notification/package.json b/packages/notification/package.json index ca48b439da7..6d8c3b9f4ef 100644 --- a/packages/notification/package.json +++ b/packages/notification/package.json @@ -62,7 +62,7 @@ "nodemon": "^3.0.0", "prettier": "2.8.8", "ts-jest": "27.1.4", - "ts-node": "^6.1.1" + "ts-node": "^10.0.0" }, "lint-staged": { "src/**/*.{ts,graphql}": [ diff --git a/packages/search/package.json b/packages/search/package.json index c1fcfb593c8..7cd46ee2fe4 100644 --- a/packages/search/package.json +++ b/packages/search/package.json @@ -61,7 +61,7 @@ "prettier": "2.8.8", "testcontainers": "^9.1.1", "ts-jest": "27.1.4", - "ts-node": "^6.1.1", + "ts-node": "^10.0.0", "typescript": "4.9.5" }, "lint-staged": { diff --git a/packages/user-mgnt/package.json b/packages/user-mgnt/package.json index 54266856b2e..0634d0a8f11 100644 --- a/packages/user-mgnt/package.json +++ b/packages/user-mgnt/package.json @@ -53,7 +53,7 @@ "nodemon": "^3.0.0", "prettier": "2.8.8", "ts-jest": "27.1.4", - "ts-node": "^6.1.1", + "ts-node": "^10.0.0", "typescript": "4.9.5", "@types/bcryptjs": "^2.4.2" }, diff --git a/packages/webhooks/package.json b/packages/webhooks/package.json index 2b4a85d4269..3becd2178f2 100644 --- a/packages/webhooks/package.json +++ b/packages/webhooks/package.json @@ -61,7 +61,7 @@ "nodemon": "^3.0.0", "prettier": "2.8.8", "ts-jest": "27.1.4", - "ts-node": "^6.1.1", + "ts-node": "^10.0.0", "typescript": "4.9.5" }, "lint-staged": { diff --git a/packages/workflow/package.json b/packages/workflow/package.json index f5de2519c45..7efaa56f2d2 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -59,7 +59,7 @@ "nodemon": "^3.0.0", "prettier": "2.8.8", "ts-jest": "27.1.4", - "ts-node": "^6.1.1", + "ts-node": "^10.0.0", "typescript": "4.9.5" }, "lint-staged": { diff --git a/yarn.lock b/yarn.lock index 6e199d2ac41..862403a33d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9136,7 +9136,7 @@ arraybuffer.prototype.slice@^1.0.3: is-array-buffer "^3.0.4" is-shared-array-buffer "^1.0.2" -arrify@^1.0.0, arrify@^1.0.1: +arrify@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz" integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA== @@ -9845,7 +9845,7 @@ buffer-equal@0.0.1: resolved "https://registry.yarnpkg.com/buffer-equal/-/buffer-equal-0.0.1.tgz#91bc74b11ea405bc916bc6aa908faafa5b4aac4b" integrity sha512-RgSV6InVQ9ODPdLWJ5UAqBqJBOg370Nz6ZQtRzpt6nUjc8v0St97uJ4PYC6NztqIScrAXafKM3mZPMygSe1ggA== -buffer-from@^1.0.0, buffer-from@^1.1.0: +buffer-from@^1.0.0: version "1.1.2" resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz" integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== @@ -11790,11 +11790,6 @@ diff@4.x.x, diff@^4.0.1: resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz" integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A== -diff@^3.1.0: - version "3.5.0" - resolved "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz" - integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA== - dijkstrajs@^1.0.1: version "1.0.3" resolved "https://registry.npmjs.org/dijkstrajs/-/dijkstrajs-1.0.3.tgz" @@ -22265,7 +22260,7 @@ source-map-resolve@^0.5.0: source-map-url "^0.4.0" urix "^0.1.0" -source-map-support@0.5.x, source-map-support@^0.5.16, source-map-support@^0.5.17, source-map-support@^0.5.6, source-map-support@~0.5.20: +source-map-support@0.5.x, source-map-support@^0.5.16, source-map-support@^0.5.6, source-map-support@~0.5.20: version "0.5.21" resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz" integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== @@ -22651,23 +22646,6 @@ string-width@^2.1.1: is-fullwidth-code-point "^2.0.0" strip-ansi "^4.0.0" -string-width@^1.0.1: - version "1.0.2" - resolved "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz" - integrity sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw== - dependencies: - code-point-at "^1.0.0" - is-fullwidth-code-point "^1.0.0" - strip-ansi "^3.0.0" - -string-width@^2.1.1: - version "2.1.1" - resolved "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz" - integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== - dependencies: - is-fullwidth-code-point "^2.0.0" - strip-ansi "^4.0.0" - string-width@^3.0.0, string-width@^3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz" @@ -23640,10 +23618,10 @@ ts-log@^2.2.3: resolved "https://registry.npmjs.org/ts-log/-/ts-log-2.2.5.tgz" integrity sha512-PGcnJoTBnVGy6yYNFxWVNkdcAuAMstvutN9MgDJIV6L0oG8fB+ZNNy1T+wJzah8RPGor1mZuPQkVfXNDpy9eHA== -ts-node@^10.7.0: - version "10.9.1" - resolved "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz" - integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw== +ts-node@^10.0.0: + version "10.9.2" + resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f" + integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ== dependencies: "@cspotcode/source-map-support" "^0.8.0" "@tsconfig/node10" "^1.0.7" @@ -23659,43 +23637,23 @@ ts-node@^10.7.0: v8-compile-cache-lib "^3.0.1" yn "3.1.1" -ts-node@^6.1.1: - version "6.2.0" - resolved "https://registry.npmjs.org/ts-node/-/ts-node-6.2.0.tgz" - integrity sha512-ZNT+OEGfUNVMGkpIaDJJ44Zq3Yr0bkU/ugN1PHbU+/01Z7UV1fsELRiTx1KuQNvQ1A3pGh3y25iYF6jXgxV21A== - dependencies: - arrify "^1.0.0" - buffer-from "^1.1.0" - diff "^3.1.0" - make-error "^1.1.1" - minimist "^1.2.0" - mkdirp "^0.5.1" - source-map-support "^0.5.6" - yn "^2.0.0" - -ts-node@^7.0.1: - version "7.0.1" - resolved "https://registry.npmjs.org/ts-node/-/ts-node-7.0.1.tgz" - integrity sha512-BVwVbPJRspzNh2yfslyT1PSbl5uIk03EZlb493RKHN4qej/D06n1cEhjlOJG69oFsE7OT8XjpTUcYf6pKTLMhw== - dependencies: - arrify "^1.0.0" - buffer-from "^1.1.0" - diff "^3.1.0" - make-error "^1.1.1" - minimist "^1.2.0" - mkdirp "^0.5.1" - source-map-support "^0.5.6" - yn "^2.0.0" - -ts-node@^8.6.0: - version "8.10.2" - resolved "https://registry.npmjs.org/ts-node/-/ts-node-8.10.2.tgz" - integrity sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA== +ts-node@^10.7.0: + version "10.9.1" + resolved "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz" + integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw== dependencies: + "@cspotcode/source-map-support" "^0.8.0" + "@tsconfig/node10" "^1.0.7" + "@tsconfig/node12" "^1.0.7" + "@tsconfig/node14" "^1.0.0" + "@tsconfig/node16" "^1.0.2" + acorn "^8.4.1" + acorn-walk "^8.1.1" arg "^4.1.0" + create-require "^1.1.0" diff "^4.0.1" make-error "^1.1.1" - source-map-support "^0.5.17" + v8-compile-cache-lib "^3.0.1" yn "3.1.1" tsconfig-paths@^3.13.0, tsconfig-paths@^3.15.0: @@ -25363,11 +25321,6 @@ yn@3.1.1: resolved "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz" integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== -yn@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/yn/-/yn-2.0.0.tgz" - integrity sha512-uTv8J/wiWTgUTg+9vLTi//leUl5vDQS6uii/emeTb2ssY7vl6QWf2fFbIIGjnhjvbdKlU0ed7QPgY1htTC86jQ== - yocto-queue@^0.1.0: version "0.1.0" resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz"