From c308a5ad8d59325111f5383b3549922783ef733a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:55:50 +0000 Subject: [PATCH] chore(deps): bump @humanwhocodes/momoa from 2.0.4 to 3.0.6 Bumps [@humanwhocodes/momoa](https://github.com/humanwhocodes/momoa) from 2.0.4 to 3.0.6. - [Release notes](https://github.com/humanwhocodes/momoa/releases) - [Changelog](https://github.com/humanwhocodes/momoa/blob/main/release-please-config.json) - [Commits](https://github.com/humanwhocodes/momoa/compare/v2.0.4...momoa-js-v3.0.6) --- updated-dependencies: - dependency-name: "@humanwhocodes/momoa" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0ddf6bd..505f593b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@babel/code-frame": "^7.22.5", "@babel/runtime": "^7.22.5", - "@humanwhocodes/momoa": "^2.0.3", + "@humanwhocodes/momoa": "^3.0.6", "chalk": "^4.1.2", "json-to-ast": "^2.0.3", "jsonpointer": "^5.0.0", @@ -2084,11 +2084,11 @@ } }, "node_modules/@humanwhocodes/momoa": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@humanwhocodes/momoa/-/momoa-2.0.4.tgz", - "integrity": "sha512-RE815I4arJFtt+FVeU1Tgp9/Xvecacji8w/V6XtXsWWH/wz/eNkNbhb+ny/+PlVZjV0rxQpRSQKNKE3lcktHEA==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@humanwhocodes/momoa/-/momoa-3.0.6.tgz", + "integrity": "sha512-55vtKgBCo+jdY/f04WyVzDOCoe/+TAHbUa5jWxJFuuZVmQhmkD5rchws7RaFyt2RI3DXFSI2eKBT/phR0glLYg==", "engines": { - "node": ">=10.10.0" + "node": ">=18" } }, "node_modules/@humanwhocodes/object-schema": { @@ -11235,9 +11235,9 @@ "dev": true }, "@humanwhocodes/momoa": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@humanwhocodes/momoa/-/momoa-2.0.4.tgz", - "integrity": "sha512-RE815I4arJFtt+FVeU1Tgp9/Xvecacji8w/V6XtXsWWH/wz/eNkNbhb+ny/+PlVZjV0rxQpRSQKNKE3lcktHEA==" + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@humanwhocodes/momoa/-/momoa-3.0.6.tgz", + "integrity": "sha512-55vtKgBCo+jdY/f04WyVzDOCoe/+TAHbUa5jWxJFuuZVmQhmkD5rchws7RaFyt2RI3DXFSI2eKBT/phR0glLYg==" }, "@humanwhocodes/object-schema": { "version": "1.2.1", diff --git a/package.json b/package.json index 9c52e1f8..0410b25c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "@babel/code-frame": "^7.22.5", "@babel/runtime": "^7.22.5", - "@humanwhocodes/momoa": "^2.0.3", + "@humanwhocodes/momoa": "^3.0.6", "chalk": "^4.1.2", "json-to-ast": "^2.0.3", "jsonpointer": "^5.0.0",