From 40b5a9227025441f42dfeb43591d3612dcf23bc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 09:16:26 +0000 Subject: [PATCH] Bump @hapi/yar from 11.0.1 to 11.0.2 Bumps [@hapi/yar](https://github.com/hapijs/yar) from 11.0.1 to 11.0.2. - [Release notes](https://github.com/hapijs/yar/releases) - [Commits](https://github.com/hapijs/yar/compare/v11.0.1...v11.0.2) --- updated-dependencies: - dependency-name: "@hapi/yar" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3385483a..970099562 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@hapi/lab": "^25.1.3", "@hapi/vision": "^7.0.3", "@hapi/wreck": "^18.0.1", - "@hapi/yar": "^11.0.1", + "@hapi/yar": "^11.0.2", "@turf/helpers": "^6.5.0", "@turf/intersect": "^6.5.0", "@turf/polygon-smooth": "^6.5.0", @@ -2325,9 +2325,9 @@ } }, "node_modules/@hapi/yar": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/@hapi/yar/-/yar-11.0.1.tgz", - "integrity": "sha512-mC+jjn/VD7+hlT4lnHPXJDdwWFAjfeyFp11AlBRmAJYwy1WaboapgakoL9LE6kbPaerva2MJ6I8N2YlYlEfA5Q==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/@hapi/yar/-/yar-11.0.2.tgz", + "integrity": "sha512-YRi0MKepRuddc6qRBRZ9jIc4I2Ikb7UB/4IlMa+wR8CUXI/7oOKeQVDx4ZCxXLI42vssCv/j65ZI84c7m8d2WA==", "dependencies": { "@hapi/hoek": "^11.0.2", "@hapi/statehood": "^8.0.1" diff --git a/package.json b/package.json index 96ee182e3..da458cdf9 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@hapi/lab": "^25.1.3", "@hapi/vision": "^7.0.3", "@hapi/wreck": "^18.0.1", - "@hapi/yar": "^11.0.1", + "@hapi/yar": "^11.0.2", "@turf/helpers": "^6.5.0", "@turf/intersect": "^6.5.0", "@turf/polygon-smooth": "^6.5.0",