From 2619dc53d96ee3956387532e752477c49702b1af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 20:37:42 +0000 Subject: [PATCH] mgr/dashboard: bump table in /src/pybind/mgr/dashboard/frontend Bumps [table](https://github.com/gajus/table) from 6.8.0 to 6.8.2. - [Release notes](https://github.com/gajus/table/releases) - [Commits](https://github.com/gajus/table/compare/v6.8.0...v6.8.2) --- updated-dependencies: - dependency-name: table dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/pybind/mgr/dashboard/frontend/package-lock.json | 8 ++++---- src/pybind/mgr/dashboard/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index f2d4bbf06fac6..a0a767111ca64 100644 --- a/src/pybind/mgr/dashboard/frontend/package-lock.json +++ b/src/pybind/mgr/dashboard/frontend/package-lock.json @@ -101,7 +101,7 @@ "stylelint": "13.13.1", "stylelint-config-sass-guidelines": "7.1.0", "stylelint-declaration-use-variable": "1.7.3", - "table": "6.8.0", + "table": "6.8.2", "transifex-i18ntool": "1.1.0", "ts-node": "9.0.0", "typescript": "4.9.5" @@ -31961,9 +31961,9 @@ } }, "node_modules/table": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/table/-/table-6.8.0.tgz", - "integrity": "sha512-s/fitrbVeEyHKFa7mFdkuQMWlH1Wgw/yEXMt5xACT4ZpzWFluehAxRtUUQKPuWhaLAWhFcVx6w3oC8VKaUfPGA==", + "version": "6.8.2", + "resolved": "https://registry.npmjs.org/table/-/table-6.8.2.tgz", + "integrity": "sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==", "dev": true, "dependencies": { "ajv": "^8.0.1", diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index 7443f42ea6a9b..e5a77313bb1a0 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -135,7 +135,7 @@ "stylelint": "13.13.1", "stylelint-config-sass-guidelines": "7.1.0", "stylelint-declaration-use-variable": "1.7.3", - "table": "6.8.0", + "table": "6.8.2", "transifex-i18ntool": "1.1.0", "ts-node": "9.0.0", "typescript": "4.9.5"