chore(): update dependency midnight-smoker to v1.2.0

This commit is contained in:
renovate[bot]
2022-10-19 08:29:12 +00:00
parent 5d0fe8afe5
commit 13f4dfca43
2 changed files with 31 additions and 12 deletions
+30 -11
View File
@@ -48,7 +48,7 @@
"lerna": "4.0.0",
"lint-staged": "13.0.3",
"log-symbols": "4.1.0",
"midnight-smoker": "1.1.1",
"midnight-smoker": "1.2.0",
"mjpeg-consumer": "2.0.0",
"mjpeg-server": "0.3.1",
"mocha": "10.1.0",
@@ -18069,9 +18069,10 @@
}
},
"node_modules/midnight-smoker": {
"version": "1.1.1",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/midnight-smoker/-/midnight-smoker-1.2.0.tgz",
"integrity": "sha512-eHA1DllBb3X0J40cmvbHRTQ/zez1ZdFXapKJS9DtP30uAQusSOPtMKadhFbZhXvajYbgCSbe2cmo2Gv/kTUG7g==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"chalk": "4.1.2",
"debug": "4.3.4",
@@ -18086,13 +18087,15 @@
"smoker": "src/cli.js"
},
"engines": {
"node": ">=14"
"node": ">=14",
"npm": ">=7"
}
},
"node_modules/midnight-smoker/node_modules/ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"dev": true,
"license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
@@ -18105,8 +18108,9 @@
},
"node_modules/midnight-smoker/node_modules/chalk": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
@@ -18120,8 +18124,9 @@
},
"node_modules/midnight-smoker/node_modules/color-convert": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
@@ -18131,13 +18136,15 @@
},
"node_modules/midnight-smoker/node_modules/color-name": {
"version": "1.1.4",
"dev": true,
"license": "MIT"
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"dev": true
},
"node_modules/midnight-smoker/node_modules/supports-color": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
"dev": true,
"license": "MIT",
"dependencies": {
"has-flag": "^4.0.0"
},
@@ -39772,7 +39779,9 @@
}
},
"midnight-smoker": {
"version": "1.1.1",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/midnight-smoker/-/midnight-smoker-1.2.0.tgz",
"integrity": "sha512-eHA1DllBb3X0J40cmvbHRTQ/zez1ZdFXapKJS9DtP30uAQusSOPtMKadhFbZhXvajYbgCSbe2cmo2Gv/kTUG7g==",
"dev": true,
"requires": {
"chalk": "4.1.2",
@@ -39787,6 +39796,8 @@
"dependencies": {
"ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"dev": true,
"requires": {
"color-convert": "^2.0.1"
@@ -39794,6 +39805,8 @@
},
"chalk": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"dev": true,
"requires": {
"ansi-styles": "^4.1.0",
@@ -39802,6 +39815,8 @@
},
"color-convert": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"dev": true,
"requires": {
"color-name": "~1.1.4"
@@ -39809,10 +39824,14 @@
},
"color-name": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"dev": true
},
"supports-color": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
"dev": true,
"requires": {
"has-flag": "^4.0.0"
+1 -1
View File
@@ -122,7 +122,7 @@
"lerna": "4.0.0",
"lint-staged": "13.0.3",
"log-symbols": "4.1.0",
"midnight-smoker": "1.1.1",
"midnight-smoker": "1.2.0",
"mjpeg-consumer": "2.0.0",
"mjpeg-server": "0.3.1",
"mocha": "10.1.0",