From 41a1ac80b4b4c9004af85ca5ebdf60c8e259ac18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 10:47:31 +0000 Subject: [PATCH] fix(deps): update dependency ow to ^0.28.2 --- packages/jsdoc-cli/package-lock.json | 32 +++++--------------- packages/jsdoc-cli/package.json | 2 +- packages/jsdoc-task-runner/package-lock.json | 32 +++++--------------- packages/jsdoc-task-runner/package.json | 2 +- packages/jsdoc-util/package-lock.json | 32 +++++--------------- packages/jsdoc-util/package.json | 2 +- 6 files changed, 24 insertions(+), 78 deletions(-) diff --git a/packages/jsdoc-cli/package-lock.json b/packages/jsdoc-cli/package-lock.json index 75348eb0..011425c4 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.1", + "ow": "^0.28.2", "strip-bom": "^4.0.0", "yargs-parser": "^21.1.1" }, @@ -70,15 +70,14 @@ "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=" }, "node_modules/ow": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.1.tgz", - "integrity": "sha512-1EZTywPZeUKac9gD7q8np3Aj+V54kvfIcjNEVNDSbG2Ys5xA5foW2HquvMMqgyWGLqIFMlc0Iq/HmyMHqN48sA==", + "version": "0.28.2", + "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.2.tgz", + "integrity": "sha512-dD4UpyBh/9m4X2NVjA+73/ZPBRF+uF4zIMFvvQsabMiEK8x41L3rQ8EENOi35kyyoaJwNxEeJcP6Fj1H4U409Q==", "dependencies": { "@sindresorhus/is": "^4.2.0", "callsites": "^3.1.0", "dot-prop": "^6.0.1", "lodash.isequal": "^4.5.0", - "type-fest": "^2.3.4", "vali-date": "^1.0.0" }, "engines": { @@ -96,17 +95,6 @@ "node": ">=8" } }, - "node_modules/type-fest": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.3.4.tgz", - "integrity": "sha512-2UdQc7cx8F4Ky81Xj7NYQKPhZVtDFbtorrkairIW66rW7xQj5msAhioXa04HqEdP4MD4K2G6QAF7Zyiw/Hju1Q==", - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/vali-date": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/vali-date/-/vali-date-1.0.0.tgz", @@ -159,15 +147,14 @@ "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=" }, "ow": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.1.tgz", - "integrity": "sha512-1EZTywPZeUKac9gD7q8np3Aj+V54kvfIcjNEVNDSbG2Ys5xA5foW2HquvMMqgyWGLqIFMlc0Iq/HmyMHqN48sA==", + "version": "0.28.2", + "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.2.tgz", + "integrity": "sha512-dD4UpyBh/9m4X2NVjA+73/ZPBRF+uF4zIMFvvQsabMiEK8x41L3rQ8EENOi35kyyoaJwNxEeJcP6Fj1H4U409Q==", "requires": { "@sindresorhus/is": "^4.2.0", "callsites": "^3.1.0", "dot-prop": "^6.0.1", "lodash.isequal": "^4.5.0", - "type-fest": "^2.3.4", "vali-date": "^1.0.0" } }, @@ -176,11 +163,6 @@ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" }, - "type-fest": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.3.4.tgz", - "integrity": "sha512-2UdQc7cx8F4Ky81Xj7NYQKPhZVtDFbtorrkairIW66rW7xQj5msAhioXa04HqEdP4MD4K2G6QAF7Zyiw/Hju1Q==" - }, "vali-date": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/vali-date/-/vali-date-1.0.0.tgz", diff --git a/packages/jsdoc-cli/package.json b/packages/jsdoc-cli/package.json index f327600d..c65c3acf 100644 --- a/packages/jsdoc-cli/package.json +++ b/packages/jsdoc-cli/package.json @@ -25,7 +25,7 @@ "@jsdoc/core": "^0.4.2", "@jsdoc/util": "^0.2.6", "lodash": "^4.17.21", - "ow": "^0.28.1", + "ow": "^0.28.2", "strip-bom": "^4.0.0", "yargs-parser": "^21.1.1" }, diff --git a/packages/jsdoc-task-runner/package-lock.json b/packages/jsdoc-task-runner/package-lock.json index f0edccce..d4b9f511 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.13.1", - "ow": "^0.28.1", + "ow": "^0.28.2", "p-queue": "^6.6.2" }, "engines": { @@ -89,15 +89,14 @@ "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=" }, "node_modules/ow": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.1.tgz", - "integrity": "sha512-1EZTywPZeUKac9gD7q8np3Aj+V54kvfIcjNEVNDSbG2Ys5xA5foW2HquvMMqgyWGLqIFMlc0Iq/HmyMHqN48sA==", + "version": "0.28.2", + "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.2.tgz", + "integrity": "sha512-dD4UpyBh/9m4X2NVjA+73/ZPBRF+uF4zIMFvvQsabMiEK8x41L3rQ8EENOi35kyyoaJwNxEeJcP6Fj1H4U409Q==", "dependencies": { "@sindresorhus/is": "^4.2.0", "callsites": "^3.1.0", "dot-prop": "^6.0.1", "lodash.isequal": "^4.5.0", - "type-fest": "^2.3.4", "vali-date": "^1.0.0" }, "engines": { @@ -141,17 +140,6 @@ "node": ">=8" } }, - "node_modules/type-fest": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.3.4.tgz", - "integrity": "sha512-2UdQc7cx8F4Ky81Xj7NYQKPhZVtDFbtorrkairIW66rW7xQj5msAhioXa04HqEdP4MD4K2G6QAF7Zyiw/Hju1Q==", - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/vali-date": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/vali-date/-/vali-date-1.0.0.tgz", @@ -206,15 +194,14 @@ "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=" }, "ow": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.1.tgz", - "integrity": "sha512-1EZTywPZeUKac9gD7q8np3Aj+V54kvfIcjNEVNDSbG2Ys5xA5foW2HquvMMqgyWGLqIFMlc0Iq/HmyMHqN48sA==", + "version": "0.28.2", + "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.2.tgz", + "integrity": "sha512-dD4UpyBh/9m4X2NVjA+73/ZPBRF+uF4zIMFvvQsabMiEK8x41L3rQ8EENOi35kyyoaJwNxEeJcP6Fj1H4U409Q==", "requires": { "@sindresorhus/is": "^4.2.0", "callsites": "^3.1.0", "dot-prop": "^6.0.1", "lodash.isequal": "^4.5.0", - "type-fest": "^2.3.4", "vali-date": "^1.0.0" } }, @@ -240,11 +227,6 @@ "p-finally": "^1.0.0" } }, - "type-fest": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.3.4.tgz", - "integrity": "sha512-2UdQc7cx8F4Ky81Xj7NYQKPhZVtDFbtorrkairIW66rW7xQj5msAhioXa04HqEdP4MD4K2G6QAF7Zyiw/Hju1Q==" - }, "vali-date": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/vali-date/-/vali-date-1.0.0.tgz", diff --git a/packages/jsdoc-task-runner/package.json b/packages/jsdoc-task-runner/package.json index bd626710..25c9c9d3 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.13.1", - "ow": "^0.28.1", + "ow": "^0.28.2", "p-queue": "^6.6.2" }, "engines": { diff --git a/packages/jsdoc-util/package-lock.json b/packages/jsdoc-util/package-lock.json index 868e0d2a..5eb82fdf 100644 --- a/packages/jsdoc-util/package-lock.json +++ b/packages/jsdoc-util/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "klaw-sync": "^6.0.0", "lodash": "^4.17.21", - "ow": "^0.28.1" + "ow": "^0.28.2" }, "engines": { "node": ">=v16.17.0" @@ -82,15 +82,14 @@ "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=" }, "node_modules/ow": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.1.tgz", - "integrity": "sha512-1EZTywPZeUKac9gD7q8np3Aj+V54kvfIcjNEVNDSbG2Ys5xA5foW2HquvMMqgyWGLqIFMlc0Iq/HmyMHqN48sA==", + "version": "0.28.2", + "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.2.tgz", + "integrity": "sha512-dD4UpyBh/9m4X2NVjA+73/ZPBRF+uF4zIMFvvQsabMiEK8x41L3rQ8EENOi35kyyoaJwNxEeJcP6Fj1H4U409Q==", "dependencies": { "@sindresorhus/is": "^4.2.0", "callsites": "^3.1.0", "dot-prop": "^6.0.1", "lodash.isequal": "^4.5.0", - "type-fest": "^2.3.4", "vali-date": "^1.0.0" }, "engines": { @@ -100,17 +99,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/type-fest": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.3.4.tgz", - "integrity": "sha512-2UdQc7cx8F4Ky81Xj7NYQKPhZVtDFbtorrkairIW66rW7xQj5msAhioXa04HqEdP4MD4K2G6QAF7Zyiw/Hju1Q==", - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/vali-date": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/vali-date/-/vali-date-1.0.0.tgz", @@ -168,23 +156,17 @@ "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=" }, "ow": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.1.tgz", - "integrity": "sha512-1EZTywPZeUKac9gD7q8np3Aj+V54kvfIcjNEVNDSbG2Ys5xA5foW2HquvMMqgyWGLqIFMlc0Iq/HmyMHqN48sA==", + "version": "0.28.2", + "resolved": "https://registry.npmjs.org/ow/-/ow-0.28.2.tgz", + "integrity": "sha512-dD4UpyBh/9m4X2NVjA+73/ZPBRF+uF4zIMFvvQsabMiEK8x41L3rQ8EENOi35kyyoaJwNxEeJcP6Fj1H4U409Q==", "requires": { "@sindresorhus/is": "^4.2.0", "callsites": "^3.1.0", "dot-prop": "^6.0.1", "lodash.isequal": "^4.5.0", - "type-fest": "^2.3.4", "vali-date": "^1.0.0" } }, - "type-fest": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.3.4.tgz", - "integrity": "sha512-2UdQc7cx8F4Ky81Xj7NYQKPhZVtDFbtorrkairIW66rW7xQj5msAhioXa04HqEdP4MD4K2G6QAF7Zyiw/Hju1Q==" - }, "vali-date": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/vali-date/-/vali-date-1.0.0.tgz", diff --git a/packages/jsdoc-util/package.json b/packages/jsdoc-util/package.json index 9d4418c6..dcaa5788 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.1" + "ow": "^0.28.2" }, "engines": { "node": ">=v16.17.0"