diff --git a/package-lock.json b/package-lock.json index f8332891..dfb1e7d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "eslint": "^8", "eslint-config-next": "14.1.4", "jsdom": "^24.0.0", - "next-router-mock": "^0.9.12", + "next-router-mock": "^0.9.13", "postcss": "^8", "prettier": "3.2.5", "tailwindcss": "^3.4.3", @@ -5311,9 +5311,9 @@ } }, "node_modules/next-router-mock": { - "version": "0.9.12", - "resolved": "https://registry.npmjs.org/next-router-mock/-/next-router-mock-0.9.12.tgz", - "integrity": "sha512-PzKn70RSqO50GHyYyhd4WJb9I526Abfq2VDP+YPV8yqlaR38OKtQAcWr3njR75UG+Ik6HououZHm7ucxl6LSnA==", + "version": "0.9.13", + "resolved": "https://registry.npmjs.org/next-router-mock/-/next-router-mock-0.9.13.tgz", + "integrity": "sha512-906n2RRaE6Y28PfYJbaz5XZeJ6Tw8Xz1S6E31GGwZ0sXB6/XjldD1/2azn1ZmBmRk5PQRkzjg+n+RHZe5xQzWA==", "dev": true, "peerDependencies": { "next": ">=10.0.0", diff --git a/package.json b/package.json index 1b1d96a7..d9a94303 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint": "^8", "eslint-config-next": "14.1.4", "jsdom": "^24.0.0", - "next-router-mock": "^0.9.12", + "next-router-mock": "^0.9.13", "postcss": "^8", "prettier": "3.2.5", "tailwindcss": "^3.4.3",