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",