chore(deps): update dependency @types/amqplib to v0.10.2

This commit is contained in:
renovate[bot]
2023-09-28 16:13:56 +00:00
committed by GitHub
parent 88c8cf81d4
commit 760fbe6379
2 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@
"@nestjs/cli": "10.0.5",
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.0.3",
"@types/amqplib": "0.10.1",
"@types/amqplib": "0.10.2",
"@types/express": "4.17.18",
"@types/node": "20.3.3",
"@types/supertest": "2.0.12",
@@ -1919,9 +1919,9 @@
"dev": true
},
"node_modules/@types/amqplib": {
"version": "0.10.1",
"resolved": "https://registry.npmjs.org/@types/amqplib/-/amqplib-0.10.1.tgz",
"integrity": "sha512-j6ANKT79ncUDnAs/+9r9eDujxbeJoTjoVu33gHHcaPfmLQaMhvfbH2GqSe8KUM444epAp1Vl3peVOQfZk3UIqA==",
"version": "0.10.2",
"resolved": "https://registry.npmjs.org/@types/amqplib/-/amqplib-0.10.2.tgz",
"integrity": "sha512-K0qC2YR0ZcQWWMOifg4yvCAu5wi/V6wY6MnMS4LSvqx6qwXBAhxno6OBN8D76FIaajLNfgHKOXobZBL/uAwXAQ==",
"dev": true,
"dependencies": {
"@types/node": "*"
@@ -10477,9 +10477,9 @@
"dev": true
},
"@types/amqplib": {
"version": "0.10.1",
"resolved": "https://registry.npmjs.org/@types/amqplib/-/amqplib-0.10.1.tgz",
"integrity": "sha512-j6ANKT79ncUDnAs/+9r9eDujxbeJoTjoVu33gHHcaPfmLQaMhvfbH2GqSe8KUM444epAp1Vl3peVOQfZk3UIqA==",
"version": "0.10.2",
"resolved": "https://registry.npmjs.org/@types/amqplib/-/amqplib-0.10.2.tgz",
"integrity": "sha512-K0qC2YR0ZcQWWMOifg4yvCAu5wi/V6wY6MnMS4LSvqx6qwXBAhxno6OBN8D76FIaajLNfgHKOXobZBL/uAwXAQ==",
"dev": true,
"requires": {
"@types/node": "*"

View File

@@ -33,7 +33,7 @@
"@nestjs/cli": "10.0.5",
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.0.3",
"@types/amqplib": "0.10.1",
"@types/amqplib": "0.10.2",
"@types/express": "4.17.18",
"@types/node": "20.3.3",
"@types/supertest": "2.0.12",