diff --git a/packages/jsdoc-cli/package-lock.json b/packages/jsdoc-cli/package-lock.json index 9fac1a3b..0bdd8f98 100644 --- a/packages/jsdoc-cli/package-lock.json +++ b/packages/jsdoc-cli/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.21", - "ow": "^0.28.0", + "ow": "^0.28.1", "strip-bom": "^4.0.0", "yargs-parser": "^20.2.9" }, @@ -19,9 +19,9 @@ } }, "node_modules/@sindresorhus/is": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.0.1.tgz", - "integrity": "sha512-Qm9hBEBu18wt1PO2flE7LPb30BHMQt1eQgbV76YntdNk73XZGpn3izvGTYxbGgzXKgbCjiia0uxTd3aTNQrY/g==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.2.0.tgz", + "integrity": "sha512-VkE3KLBmJwcCaVARtQpfuKcKv8gcBmUubrfHGF84dXuuW6jgsRYxPtzcIhPyK9WAPpRt2/xY6zkD9MnRaJzSyw==", "engines": { "node": ">=10" }, @@ -70,11 +70,11 @@ "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=" }, "node_modules/ow": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.0.tgz", - "integrity": "sha512-s80IUkWGIGp68KUcd9IKefaPYD8RIdKfJPuvPewZ0smLENo1+tehc2YIphkFAvSzWn8Fdy6QhI15d9f0XetKgA==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.1.tgz", + "integrity": "sha512-1EZTywPZeUKac9gD7q8np3Aj+V54kvfIcjNEVNDSbG2Ys5xA5foW2HquvMMqgyWGLqIFMlc0Iq/HmyMHqN48sA==", "dependencies": { - "@sindresorhus/is": "^4.0.1", + "@sindresorhus/is": "^4.2.0", "callsites": "^3.1.0", "dot-prop": "^6.0.1", "lodash.isequal": "^4.5.0", @@ -126,9 +126,9 @@ }, "dependencies": { "@sindresorhus/is": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.0.1.tgz", - "integrity": "sha512-Qm9hBEBu18wt1PO2flE7LPb30BHMQt1eQgbV76YntdNk73XZGpn3izvGTYxbGgzXKgbCjiia0uxTd3aTNQrY/g==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.2.0.tgz", + "integrity": "sha512-VkE3KLBmJwcCaVARtQpfuKcKv8gcBmUubrfHGF84dXuuW6jgsRYxPtzcIhPyK9WAPpRt2/xY6zkD9MnRaJzSyw==" }, "callsites": { "version": "3.1.0", @@ -159,11 +159,11 @@ "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=" }, "ow": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.0.tgz", - "integrity": "sha512-s80IUkWGIGp68KUcd9IKefaPYD8RIdKfJPuvPewZ0smLENo1+tehc2YIphkFAvSzWn8Fdy6QhI15d9f0XetKgA==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.1.tgz", + "integrity": "sha512-1EZTywPZeUKac9gD7q8np3Aj+V54kvfIcjNEVNDSbG2Ys5xA5foW2HquvMMqgyWGLqIFMlc0Iq/HmyMHqN48sA==", "requires": { - "@sindresorhus/is": "^4.0.1", + "@sindresorhus/is": "^4.2.0", "callsites": "^3.1.0", "dot-prop": "^6.0.1", "lodash.isequal": "^4.5.0", diff --git a/packages/jsdoc-cli/package.json b/packages/jsdoc-cli/package.json index 7aa57a65..a2eb0f11 100644 --- a/packages/jsdoc-cli/package.json +++ b/packages/jsdoc-cli/package.json @@ -25,7 +25,7 @@ "@jsdoc/core": "^0.4.1", "@jsdoc/util": "^0.2.5", "lodash": "^4.17.21", - "ow": "^0.28.0", + "ow": "^0.28.1", "strip-bom": "^4.0.0", "yargs-parser": "^20.2.9" }, diff --git a/packages/jsdoc-task-runner/package-lock.json b/packages/jsdoc-task-runner/package-lock.json index 3a99b89b..097b12e3 100644 --- a/packages/jsdoc-task-runner/package-lock.json +++ b/packages/jsdoc-task-runner/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "dependency-graph": "^0.11.0", "emittery": "^0.10.0", - "ow": "^0.28.0", + "ow": "^0.28.1", "p-queue": "^6.6.2" }, "engines": { @@ -19,9 +19,9 @@ } }, "node_modules/@sindresorhus/is": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.0.1.tgz", - "integrity": "sha512-Qm9hBEBu18wt1PO2flE7LPb30BHMQt1eQgbV76YntdNk73XZGpn3izvGTYxbGgzXKgbCjiia0uxTd3aTNQrY/g==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.2.0.tgz", + "integrity": "sha512-VkE3KLBmJwcCaVARtQpfuKcKv8gcBmUubrfHGF84dXuuW6jgsRYxPtzcIhPyK9WAPpRt2/xY6zkD9MnRaJzSyw==", "engines": { "node": ">=10" }, @@ -89,11 +89,11 @@ "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=" }, "node_modules/ow": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.0.tgz", - "integrity": "sha512-s80IUkWGIGp68KUcd9IKefaPYD8RIdKfJPuvPewZ0smLENo1+tehc2YIphkFAvSzWn8Fdy6QhI15d9f0XetKgA==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.1.tgz", + "integrity": "sha512-1EZTywPZeUKac9gD7q8np3Aj+V54kvfIcjNEVNDSbG2Ys5xA5foW2HquvMMqgyWGLqIFMlc0Iq/HmyMHqN48sA==", "dependencies": { - "@sindresorhus/is": "^4.0.1", + "@sindresorhus/is": "^4.2.0", "callsites": "^3.1.0", "dot-prop": "^6.0.1", "lodash.isequal": "^4.5.0", @@ -163,9 +163,9 @@ }, "dependencies": { "@sindresorhus/is": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.0.1.tgz", - "integrity": "sha512-Qm9hBEBu18wt1PO2flE7LPb30BHMQt1eQgbV76YntdNk73XZGpn3izvGTYxbGgzXKgbCjiia0uxTd3aTNQrY/g==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.2.0.tgz", + "integrity": "sha512-VkE3KLBmJwcCaVARtQpfuKcKv8gcBmUubrfHGF84dXuuW6jgsRYxPtzcIhPyK9WAPpRt2/xY6zkD9MnRaJzSyw==" }, "callsites": { "version": "3.1.0", @@ -206,11 +206,11 @@ "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=" }, "ow": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.0.tgz", - "integrity": "sha512-s80IUkWGIGp68KUcd9IKefaPYD8RIdKfJPuvPewZ0smLENo1+tehc2YIphkFAvSzWn8Fdy6QhI15d9f0XetKgA==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.1.tgz", + "integrity": "sha512-1EZTywPZeUKac9gD7q8np3Aj+V54kvfIcjNEVNDSbG2Ys5xA5foW2HquvMMqgyWGLqIFMlc0Iq/HmyMHqN48sA==", "requires": { - "@sindresorhus/is": "^4.0.1", + "@sindresorhus/is": "^4.2.0", "callsites": "^3.1.0", "dot-prop": "^6.0.1", "lodash.isequal": "^4.5.0", diff --git a/packages/jsdoc-task-runner/package.json b/packages/jsdoc-task-runner/package.json index 516f2d55..c6323768 100644 --- a/packages/jsdoc-task-runner/package.json +++ b/packages/jsdoc-task-runner/package.json @@ -25,7 +25,7 @@ "dependencies": { "dependency-graph": "^0.11.0", "emittery": "^0.10.0", - "ow": "^0.28.0", + "ow": "^0.28.1", "p-queue": "^6.6.2" }, "engines": { diff --git a/packages/jsdoc-util/package-lock.json b/packages/jsdoc-util/package-lock.json index 1dca2470..6f205bcc 100644 --- a/packages/jsdoc-util/package-lock.json +++ b/packages/jsdoc-util/package-lock.json @@ -11,16 +11,16 @@ "dependencies": { "klaw-sync": "^6.0.0", "lodash": "^4.17.21", - "ow": "^0.28.0" + "ow": "^0.28.1" }, "engines": { "node": ">=v14.18.0" } }, "node_modules/@sindresorhus/is": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.0.1.tgz", - "integrity": "sha512-Qm9hBEBu18wt1PO2flE7LPb30BHMQt1eQgbV76YntdNk73XZGpn3izvGTYxbGgzXKgbCjiia0uxTd3aTNQrY/g==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.2.0.tgz", + "integrity": "sha512-VkE3KLBmJwcCaVARtQpfuKcKv8gcBmUubrfHGF84dXuuW6jgsRYxPtzcIhPyK9WAPpRt2/xY6zkD9MnRaJzSyw==", "engines": { "node": ">=10" }, @@ -82,11 +82,11 @@ "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=" }, "node_modules/ow": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.0.tgz", - "integrity": "sha512-s80IUkWGIGp68KUcd9IKefaPYD8RIdKfJPuvPewZ0smLENo1+tehc2YIphkFAvSzWn8Fdy6QhI15d9f0XetKgA==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.1.tgz", + "integrity": "sha512-1EZTywPZeUKac9gD7q8np3Aj+V54kvfIcjNEVNDSbG2Ys5xA5foW2HquvMMqgyWGLqIFMlc0Iq/HmyMHqN48sA==", "dependencies": { - "@sindresorhus/is": "^4.0.1", + "@sindresorhus/is": "^4.2.0", "callsites": "^3.1.0", "dot-prop": "^6.0.1", "lodash.isequal": "^4.5.0", @@ -122,9 +122,9 @@ }, "dependencies": { "@sindresorhus/is": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.0.1.tgz", - "integrity": "sha512-Qm9hBEBu18wt1PO2flE7LPb30BHMQt1eQgbV76YntdNk73XZGpn3izvGTYxbGgzXKgbCjiia0uxTd3aTNQrY/g==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.2.0.tgz", + "integrity": "sha512-VkE3KLBmJwcCaVARtQpfuKcKv8gcBmUubrfHGF84dXuuW6jgsRYxPtzcIhPyK9WAPpRt2/xY6zkD9MnRaJzSyw==" }, "callsites": { "version": "3.1.0", @@ -168,11 +168,11 @@ "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=" }, "ow": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.0.tgz", - "integrity": "sha512-s80IUkWGIGp68KUcd9IKefaPYD8RIdKfJPuvPewZ0smLENo1+tehc2YIphkFAvSzWn8Fdy6QhI15d9f0XetKgA==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.1.tgz", + "integrity": "sha512-1EZTywPZeUKac9gD7q8np3Aj+V54kvfIcjNEVNDSbG2Ys5xA5foW2HquvMMqgyWGLqIFMlc0Iq/HmyMHqN48sA==", "requires": { - "@sindresorhus/is": "^4.0.1", + "@sindresorhus/is": "^4.2.0", "callsites": "^3.1.0", "dot-prop": "^6.0.1", "lodash.isequal": "^4.5.0", diff --git a/packages/jsdoc-util/package.json b/packages/jsdoc-util/package.json index 11580651..f78227e2 100644 --- a/packages/jsdoc-util/package.json +++ b/packages/jsdoc-util/package.json @@ -24,7 +24,7 @@ "dependencies": { "klaw-sync": "^6.0.0", "lodash": "^4.17.21", - "ow": "^0.28.0" + "ow": "^0.28.1" }, "engines": { "node": ">=v14.18.0"