diff --git a/package-lock.json b/package-lock.json index d3e77c6..ec613d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "jest": "^30.1.3", "jsdoc-to-markdown": "^9.1.1", "lodash": "^4.17.21", - "npm-check-updates": "^18.1.0", + "npm-check-updates": "^18.1.1", "npm-run-all": "^4.1.5" }, "engines": { @@ -13673,9 +13673,9 @@ } }, "node_modules/npm-check-updates": { - "version": "18.1.0", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.1.0.tgz", - "integrity": "sha512-1TQ6fO4HxVW4K/TWUPOa1KRbaL0Y9+CgDJeTkrA3c4YFgaW8uoxllCKlm4OM/28C9E9NR3MlkxtcFs0Z1VaCPg==", + "version": "18.1.1", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-18.1.1.tgz", + "integrity": "sha512-sr+z5tEZop9n+uxAv/FVbpIdrayfG3Dr/D91igb+GyBl9eiudYUfGUZEBsmHq6kMOGEssSM3YWrP3njQjVU4Gw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 6b77966..8514a87 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "jest": "^30.1.3", "jsdoc-to-markdown": "^9.1.1", "lodash": "^4.17.21", - "npm-check-updates": "^18.1.0", + "npm-check-updates": "^18.1.1", "npm-run-all": "^4.1.5" } }