From 670fcdad1d073517aa47befdafdc810e9b2b9d66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:28:18 -0400 Subject: [PATCH] chore(deps): bump @barba/core from 2.10.0 to 2.10.2 in the npm-dependencies group (#410) chore(deps): bump @barba/core in the npm-dependencies group Bumps the npm-dependencies group with 1 update: [@barba/core](https://github.com/barbajs/barba). Updates `@barba/core` from 2.10.0 to 2.10.2 - [Release notes](https://github.com/barbajs/barba/releases) - [Commits](https://github.com/barbajs/barba/compare/@barba/core@2.10.0...@barba/core@2.10.2) --- updated-dependencies: - dependency-name: "@barba/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0310e1f..d7158ed4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,9 +50,9 @@ } }, "node_modules/@barba/core": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/@barba/core/-/core-2.10.0.tgz", - "integrity": "sha512-VTNH94Xd4R11ZE6GDRFmRpPUR5Swx7DgJeZY4v7DupPAiCG99UcOIEWY7Ii9gLAvj1GNY0Iqa3oEjmzcmvJQ9g==", + "version": "2.10.2", + "resolved": "https://registry.npmjs.org/@barba/core/-/core-2.10.2.tgz", + "integrity": "sha512-j54ew4zvRUYYq1Xnka/fe2TFvFV3VRqdFI0eW/SmARSW8sJa8uxt/czaGyTWwd8vtSSOc5GRIh87AtGA3d9OVw==", "dependencies": { "is-promise": "^4.0.0", "path-to-regexp": "^6.2.2"