From 6c11f19c46b34e6d748e2ac2827b6f65b17398f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:53:56 -0400 Subject: [PATCH] chore(deps): bump the npm-dependencies group across 1 directory with 3 updates (#404) Bumps the npm-dependencies group with 3 updates in the / directory: [@barba/core](https://github.com/barbajs/barba), [alpinejs](https://github.com/alpinejs/alpine/tree/HEAD/packages/alpinejs) and [dayjs](https://github.com/iamkun/dayjs). Updates `@barba/core` from 2.9.7 to 2.10.0 - [Release notes](https://github.com/barbajs/barba/releases) - [Commits](https://github.com/barbajs/barba/compare/@barba/core@2.9.7...@barba/core@2.10.0) Updates `alpinejs` from 3.14.0 to 3.14.1 - [Release notes](https://github.com/alpinejs/alpine/releases) - [Commits](https://github.com/alpinejs/alpine/commits/v3.14.1/packages/alpinejs) Updates `dayjs` from 1.11.11 to 1.11.12 - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.11...v1.11.12) --- updated-dependencies: - dependency-name: "@barba/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: alpinejs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: dayjs 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 | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36a930d9..ca902aa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,12 +50,12 @@ } }, "node_modules/@barba/core": { - "version": "2.9.7", - "resolved": "https://registry.npmjs.org/@barba/core/-/core-2.9.7.tgz", - "integrity": "sha512-GLtpty1fzWnd500AoUHd+hJoSCVElqth20P4W8Bf0IAA9nd1K5e8NbPnCegXC4KzOwV+JHk5DVofAZcoc+I54Q==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@barba/core/-/core-2.10.0.tgz", + "integrity": "sha512-VTNH94Xd4R11ZE6GDRFmRpPUR5Swx7DgJeZY4v7DupPAiCG99UcOIEWY7Ii9gLAvj1GNY0Iqa3oEjmzcmvJQ9g==", "dependencies": { - "is-promise": "^2.1.0", - "path-to-regexp": "^3.0.0" + "is-promise": "^4.0.0", + "path-to-regexp": "^6.2.2" } }, "node_modules/@duetds/date-picker": { @@ -717,9 +717,9 @@ } }, "node_modules/alpinejs": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/alpinejs/-/alpinejs-3.14.0.tgz", - "integrity": "sha512-YCWF95PMJqePe9ll6KMyDt/nLhh2R7RhqBf4loEmLzIskcHque4Br/9UgAa6cw13H0Cm3FM9e1hzDwP5z5wlDA==", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/alpinejs/-/alpinejs-3.14.1.tgz", + "integrity": "sha512-ICar8UsnRZAYvv/fCNfNeKMXNoXGUfwHrjx7LqXd08zIP95G2d9bAOuaL97re+1mgt/HojqHsfdOLo/A5LuWgQ==", "dependencies": { "@vue/reactivity": "~3.1.1" } @@ -1059,9 +1059,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.11", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", - "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==" + "version": "1.11.12", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz", + "integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==" }, "node_modules/debug": { "version": "4.3.4", @@ -1720,9 +1720,9 @@ } }, "node_modules/is-promise": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz", - "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz", + "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==" }, "node_modules/isexe": { "version": "2.0.0", @@ -2121,9 +2121,9 @@ } }, "node_modules/path-to-regexp": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.2.0.tgz", - "integrity": "sha512-jczvQbCUS7XmS7o+y1aEO9OBVFeZBQ1MDSEqmO7xSoPgOPoowY/SxLpZ6Vh97/8qHZOteiCKb7gkG9gA2ZUxJA==" + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.2.tgz", + "integrity": "sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==" }, "node_modules/picocolors": { "version": "1.0.1",