diff --git a/package-lock.json b/package-lock.json index 4b4c935b..32dc579c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@babel/preset-env": "^7.22.9", "babel-loader": "^9.1.3", "buffer": "^6.0.3", - "documentation": "^14.0.1", + "documentation": "^14.0.3", "eslint": "^8.51.0", "eslint-config-semistandard": "^17.0.0", "eslint-config-standard": "^17.0.0", @@ -24,7 +24,7 @@ "eslint-plugin-standard": "^5.0.0", "faucet": "^0.0.3", "husky": "^8.0.3", - "nyc": "^17.0.0", + "nyc": "~17.0.0", "opener": "1.5.2", "serve": "^14.2.0", "stream-browserify": "^3.0.0", @@ -4060,10 +4060,11 @@ } }, "node_modules/documentation": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/documentation/-/documentation-14.0.1.tgz", - "integrity": "sha512-Y/brACCE3sNnDJPFiWlhXrqGY+NelLYVZShLGse5bT1KdohP4JkPf5T2KNq1YWhIEbDYl/1tebRLC0WYbPQxVw==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/documentation/-/documentation-14.0.3.tgz", + "integrity": "sha512-B7cAviVKN9Rw7Ofd+9grhVuxiHwly6Ieh+d/ceMw8UdBOv/irkuwnDEJP8tq0wgdLJDUVuIkovV+AX9mTrZFxg==", "dev": true, + "license": "ISC", "dependencies": { "@babel/core": "^7.18.10", "@babel/generator": "^7.18.10", @@ -14098,9 +14099,9 @@ } }, "documentation": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/documentation/-/documentation-14.0.1.tgz", - "integrity": "sha512-Y/brACCE3sNnDJPFiWlhXrqGY+NelLYVZShLGse5bT1KdohP4JkPf5T2KNq1YWhIEbDYl/1tebRLC0WYbPQxVw==", + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/documentation/-/documentation-14.0.3.tgz", + "integrity": "sha512-B7cAviVKN9Rw7Ofd+9grhVuxiHwly6Ieh+d/ceMw8UdBOv/irkuwnDEJP8tq0wgdLJDUVuIkovV+AX9mTrZFxg==", "dev": true, "requires": { "@babel/core": "^7.18.10", diff --git a/package.json b/package.json index da6ff45d..cd45dbd9 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@babel/preset-env": "^7.22.9", "babel-loader": "^9.1.3", "buffer": "^6.0.3", - "documentation": "^14.0.1", + "documentation": "^14.0.3", "eslint": "^8.51.0", "eslint-config-semistandard": "^17.0.0", "eslint-config-standard": "^17.0.0",