diff --git a/package-lock.json b/package-lock.json index bb6b45c4..9121ed06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "lerna": "6.4.1", "lerna-update-wizard": "1.1.2", "mocha": "10.2.0", - "npm-check-updates": "16.6.2", + "npm-check-updates": "^16.6.3", "nyc": "15.1.0", "pre-commit": "1.2.2", "rimraf": "4.1.1", @@ -14089,9 +14089,9 @@ } }, "node_modules/npm-check-updates": { - "version": "16.6.2", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.6.2.tgz", - "integrity": "sha512-J/L90a+NDDWscBQGKIsPKer+qbQEQRJDpK+BPsVZf9YWDN5DCAMicPqRb+Emnxfi8QboiNmvDJWRUFFWRQzDMg==", + "version": "16.6.3", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.6.3.tgz", + "integrity": "sha512-EKhsCbBcVrPlYKzaYQtRhGv9fxpexwROcvl5HebCUNpiCSlOWrzaJvrMlwi9i9GCyJCnH+YAeBPYdqnArA390A==", "dev": true, "dependencies": { "chalk": "^5.2.0", @@ -29878,9 +29878,9 @@ } }, "npm-check-updates": { - "version": "16.6.2", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.6.2.tgz", - "integrity": "sha512-J/L90a+NDDWscBQGKIsPKer+qbQEQRJDpK+BPsVZf9YWDN5DCAMicPqRb+Emnxfi8QboiNmvDJWRUFFWRQzDMg==", + "version": "16.6.3", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.6.3.tgz", + "integrity": "sha512-EKhsCbBcVrPlYKzaYQtRhGv9fxpexwROcvl5HebCUNpiCSlOWrzaJvrMlwi9i9GCyJCnH+YAeBPYdqnArA390A==", "dev": true, "requires": { "chalk": "^5.2.0", diff --git a/package.json b/package.json index 6efa3014..571e0f10 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "lerna": "6.4.1", "lerna-update-wizard": "1.1.2", "mocha": "10.2.0", - "npm-check-updates": "16.6.2", + "npm-check-updates": "16.6.3", "nyc": "15.1.0", "pre-commit": "1.2.2", "rimraf": "4.1.1",