From 06d8252d090f14cb61926b139ddfaf5417e465e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:23:59 +0000 Subject: [PATCH] build(deps): bump npm-check-updates in /frontend Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 16.14.11 to 16.14.12. - [Release notes](https://github.com/raineorshine/npm-check-updates/releases) - [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md) - [Commits](https://github.com/raineorshine/npm-check-updates/compare/v16.14.11...v16.14.12) --- updated-dependencies: - dependency-name: npm-check-updates dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index acfd0d7ae..9010189c9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -29,7 +29,7 @@ "ngx-skeleton-loader": "^8.1.0", "ngx-toastr": "^18.0.0", "npm": "^10.2.5", - "npm-check-updates": "^16.14.11", + "npm-check-updates": "^16.14.12", "path-is-absolute": "^2.0.0", "rxjs": "~7.8.1", "semver": "^7.5.4", @@ -14295,9 +14295,9 @@ } }, "node_modules/npm-check-updates": { - "version": "16.14.11", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.11.tgz", - "integrity": "sha512-0MMWGbGci22Pu77bR9jRsy5qgxdQSJVqNtSyyFeubDPtbcU36z4gjEDITu26PMabFWPNkAoVfKF31M3uKUvzFg==", + "version": "16.14.12", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.12.tgz", + "integrity": "sha512-5FvqaDX8AqWWTDQFbBllgLwoRXTvzlqVIRSKl9Kg8bYZTfNwMnrp1Zlmb5e/ocf11UjPTc+ShBFjYQ7kg6FL0w==", "dependencies": { "chalk": "^5.3.0", "cli-table3": "^0.6.3", diff --git a/frontend/package.json b/frontend/package.json index 8227c4c4b..5f92f8138 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,7 +34,7 @@ "ngx-skeleton-loader": "^8.1.0", "ngx-toastr": "^18.0.0", "npm": "^10.2.5", - "npm-check-updates": "^16.14.11", + "npm-check-updates": "^16.14.12", "path-is-absolute": "^2.0.0", "rxjs": "~7.8.1", "semver": "^7.5.4",