From a6c311e1a5d222a7938ac0f3c69e2daf6c1eea8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 21:01:03 +0000 Subject: [PATCH] chore(deps): bump minimist from 1.2.5 to 1.2.7 in /examples Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.7. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.7) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/package-lock.json b/examples/package-lock.json index 4edc591..9d9eca3 100644 --- a/examples/package-lock.json +++ b/examples/package-lock.json @@ -106,9 +106,9 @@ } }, "@rxdi/core": { - "version": "0.7.158", - "resolved": "https://registry.npmjs.org/@rxdi/core/-/core-0.7.158.tgz", - "integrity": "sha512-ttQu/wJySV8MF71cLPn0QM8GjbppA8zxMYYdQBVCwwbEM+3EvQ8uP4ydzWP6sst5mKkzeVpcM7jEyv4uw92y5g==", + "version": "0.7.159", + "resolved": "https://registry.npmjs.org/@rxdi/core/-/core-0.7.159.tgz", + "integrity": "sha512-39FCixgvRPV2GLM7G49PkpS6B+NmhzHnAYrg5otQy+wSFNfap03FQ3T5CoahQF9Y/q/lWVRQerqHWt0T94N3vw==", "requires": { "@abraham/reflection": "^0.8.0", "rxjs": "^6.5.3" @@ -124,9 +124,9 @@ } }, "@rxdi/lit-html": { - "version": "0.7.158", - "resolved": "https://registry.npmjs.org/@rxdi/lit-html/-/lit-html-0.7.158.tgz", - "integrity": "sha512-2H8gmHL9VAEeDMfaSpqvdy8BNaH+9pYsj+stjPAh63k6hDRqih8JcDYsIPpFz/gEU6OCszQ61FwPxe+HSirtrQ==", + "version": "0.7.159", + "resolved": "https://registry.npmjs.org/@rxdi/lit-html/-/lit-html-0.7.159.tgz", + "integrity": "sha512-vwH+t+lI1NUqmuszdNGkqTnvsVbSyFXwC4Mz7EM2mR+C7Sqk8VDCJCKvHMvkobdlwcL2wnTbhRg+NhTDneOquw==", "requires": { "lit": "^2.5.0" } @@ -1006,9 +1006,9 @@ "dev": true }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", "dev": true }, "mkdirp": {