Skip to content

Commit

Permalink
chore(deps): update dependency ts-node to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 6717c24 commit d16aeb7
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 64 deletions.
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/data-seeder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/documents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}": [
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"dependencies": {
"dotenv": "^8.2.0",
"ngrok": "^4.3.3",
"ts-node": "^8.6.0"
"ts-node": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}": [
Expand Down
2 changes: 1 addition & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/user-mgnt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
70 changes: 20 additions & 50 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9156,7 +9156,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==
Expand Down Expand Up @@ -9865,7 +9865,7 @@ [email protected]:
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==
Expand Down Expand Up @@ -11810,11 +11810,6 @@ [email protected], 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"
Expand Down Expand Up @@ -22283,7 +22278,7 @@ source-map-resolve@^0.5.0:
source-map-url "^0.4.0"
urix "^0.1.0"

[email protected], source-map-support@^0.5.16, source-map-support@^0.5.17, source-map-support@^0.5.6, source-map-support@~0.5.20:
[email protected], 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==
Expand Down Expand Up @@ -23641,10 +23636,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"
Expand All @@ -23660,43 +23655,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:
Expand Down Expand Up @@ -25371,11 +25346,6 @@ [email protected]:
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"
Expand Down

0 comments on commit d16aeb7

Please sign in to comment.