From ca7279dc34c9076d83d46189095f8ef5123f564f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:37:50 +0000 Subject: [PATCH] Bump next13-progressbar from 1.2.1 to 1.2.2 Bumps [next13-progressbar](https://github.com/ndungtse/next13-progressbar) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/ndungtse/next13-progressbar/releases) - [Changelog](https://github.com/ndungtse/next13-progressbar/blob/main/CHANGELOG.md) - [Commits](https://github.com/ndungtse/next13-progressbar/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: next13-progressbar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ede6a1..c088cd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "hls.js": "^1.5.13", "lucide-react": "^0.378.0", "next": "14.2.3", - "next13-progressbar": "^1.2.1", + "next13-progressbar": "^1.2.2", "nprogress": "^0.2.0", "react": "^18.3.1", "react-code-blocks": "^0.1.6", @@ -10202,8 +10202,9 @@ } }, "node_modules/next13-progressbar": { - "version": "1.2.1", - "license": "MIT", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/next13-progressbar/-/next13-progressbar-1.2.2.tgz", + "integrity": "sha512-ljZs7L/3Pr+E0eaeUAqu/6suraJghpyUgU1MylgFb0lG0bJ3ABf9Xqx0WIZqCHUjzxFZOSd6+JIfsbhHVTXu5w==", "dependencies": { "@types/nprogress": "^0.2.0", "nprogress": "^0.2.0", diff --git a/package.json b/package.json index 8f403d2..48b87c2 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "hls.js": "^1.5.13", "lucide-react": "^0.378.0", "next": "14.2.3", - "next13-progressbar": "^1.2.1", + "next13-progressbar": "^1.2.2", "nprogress": "^0.2.0", "react": "^18.3.1", "react-code-blocks": "^0.1.6",