From 3c0bb4c1dd97f2be0bd949f43c3c3c93eb672f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:28:10 -0400 Subject: [PATCH] chore(deps): bump @barba/core from 2.10.2 to 2.10.3 in the npm-dependencies group (#412) 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.2 to 2.10.3 - [Release notes](https://github.com/barbajs/barba/releases) - [Commits](https://github.com/barbajs/barba/compare/@barba/core@2.10.2...@barba/core@2.10.3) --- 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 0185f530..42341313 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,9 +50,9 @@ } }, "node_modules/@barba/core": { - "version": "2.10.2", - "resolved": "https://registry.npmjs.org/@barba/core/-/core-2.10.2.tgz", - "integrity": "sha512-j54ew4zvRUYYq1Xnka/fe2TFvFV3VRqdFI0eW/SmARSW8sJa8uxt/czaGyTWwd8vtSSOc5GRIh87AtGA3d9OVw==", + "version": "2.10.3", + "resolved": "https://registry.npmjs.org/@barba/core/-/core-2.10.3.tgz", + "integrity": "sha512-ovVeT1wUcdMg8Lu6Iel6yEBW2+s6iA7qfRLCVKTSIfJU9csiawU0UOmVJdcoy3WNOsF2Ur9UfoTUC9aDcm4c0w==", "dependencies": { "is-promise": "^4.0.0", "path-to-regexp": "^6.2.2"