From 1d613b5249915c354944fa84366e3b89ae338b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 19:40:59 +0000 Subject: [PATCH] build(deps-dev): Bump @humanwhocodes/object-schema from 2.0.2 to 2.0.3 Bumps [@humanwhocodes/object-schema](https://github.com/humanwhocodes/object-schema) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/humanwhocodes/object-schema/releases) - [Changelog](https://github.com/humanwhocodes/object-schema/blob/main/CHANGELOG.md) - [Commits](https://github.com/humanwhocodes/object-schema/compare/v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: "@humanwhocodes/object-schema" dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 97d751491..c2744a67e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4195,9 +4195,9 @@ } }, "node_modules/@humanwhocodes/object-schema": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz", - "integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", + "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", "dev": true }, "node_modules/@ianvs/prettier-plugin-sort-imports": {