diff --git a/memory-testing/package.json b/memory-testing/package.json index 3c4fe6bc..c611c9a1 100644 --- a/memory-testing/package.json +++ b/memory-testing/package.json @@ -9,7 +9,7 @@ "chalk": "4", "dockerode": "^3.3.1", "pretty-bytes": "^5.6.0", - "table": "^6.7.3" + "table": "^6.7.5" }, "devDependencies": { "@types/dockerode": "^3.3.0" diff --git a/yarn.lock b/yarn.lock index abbdf3f6..1c6c2bee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6438,10 +6438,10 @@ supports-color@^9.0.2: resolved "https://registry.npmjs.org/supports-color/-/supports-color-9.2.1.tgz#599dc9d45acf74c6176e0d880bab1d7d718fe891" integrity sha512-Obv7ycoCTG51N7y175StI9BlAXrmgZrFhZOb0/PyjHBher/NmsdBgbbQ1Inhq+gIhz6+7Gb+jWF2Vqi7Mf1xnQ== -table@^6.7.3: - version "6.7.3" - resolved "https://registry.npmjs.org/table/-/table-6.7.3.tgz#255388439715a738391bd2ee4cbca89a4d05a9b7" - integrity sha512-5DkIxeA7XERBqMwJq0aHZOdMadBx4e6eDoFRuyT5VR82J0Ycg2DwM6GfA/EQAhJ+toRTaS1lIdSQCqgrmhPnlw== +table@^6.7.5: + version "6.7.5" + resolved "https://registry.npmjs.org/table/-/table-6.7.5.tgz#f04478c351ef3d8c7904f0e8be90a1b62417d238" + integrity sha512-LFNeryOqiQHqCVKzhkymKwt6ozeRhlm8IL1mE8rNUurkir4heF6PzMyRgaTa4tlyPTGGgXuvVOF/OLWiH09Lqw== dependencies: ajv "^8.0.1" lodash.truncate "^4.4.2"