Skip to content

Commit db2bd99

Browse files
committed
chore(deps): update dependency @types/node to v18.15.3
1 parent 90b5c23 commit db2bd99

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@semantic-release/git": "10.0.1",
2929
"@types/express": "4.17.17",
3030
"@types/jest": "27.5.2",
31-
"@types/node": "18.15.2",
31+
"@types/node": "18.15.3",
3232
"@types/supertest": "2.0.12",
3333
"@typescript-eslint/eslint-plugin": "5.55.0",
3434
"@typescript-eslint/parser": "5.55.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@nestjs/schematics": "9.0.4",
4343
"@nestjs/testing": "8.4.7",
4444
"@types/jest": "27.5.2",
45-
"@types/node": "18.15.2",
45+
"@types/node": "18.15.3",
4646
"jest": "26.6.3",
4747
"proxyquire": "2.1.3",
4848
"reflect-metadata": "0.1.13",

packages/core/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -857,10 +857,10 @@
857857
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.11.2.tgz#2de1ed6670439387da1c9f549a2ade2b0a799256"
858858
integrity sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA==
859859

860-
"@types/node@18.15.2":
861-
version "18.15.2"
862-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.2.tgz#0407ceb15647f186318101546d5ae40725b73810"
863-
integrity sha512-sDPHm2wfx2QhrMDK0pOt2J4KLJMAcerqWNvnED0itPRJWvI+bK+uNHzcH1dFsBlf7G3u8tqXmRF3wkvL9yUwMw==
860+
"@types/node@18.15.3":
861+
version "18.15.3"
862+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.3.tgz#f0b991c32cfc6a4e7f3399d6cb4b8cf9a0315014"
863+
integrity sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==
864864

865865
"@types/normalize-package-data@^2.4.0":
866866
version "2.4.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1832,10 +1832,10 @@
18321832
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.7.6.tgz#cb734a7c191472ae6a2b3a502b4dfffcea974113"
18331833
integrity sha512-eyK7MWD0R1HqVTp+PtwRgFeIsemzuj4gBFSQxfPHY5iMjS7474e5wq+VFgTcdpyHeNxyKSaetYAjdMLJlKoWqA==
18341834

1835-
"@types/node@18.15.2":
1836-
version "18.15.2"
1837-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.2.tgz#0407ceb15647f186318101546d5ae40725b73810"
1838-
integrity sha512-sDPHm2wfx2QhrMDK0pOt2J4KLJMAcerqWNvnED0itPRJWvI+bK+uNHzcH1dFsBlf7G3u8tqXmRF3wkvL9yUwMw==
1835+
"@types/node@18.15.3":
1836+
version "18.15.3"
1837+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.3.tgz#f0b991c32cfc6a4e7f3399d6cb4b8cf9a0315014"
1838+
integrity sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==
18391839

18401840
"@types/normalize-package-data@^2.4.0":
18411841
version "2.4.0"

0 commit comments

Comments
 (0)