diff --git a/package-lock.json b/package-lock.json index 0ce92b70..c578c259 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "katex": "^0.16.21", "lite-youtube-embed": "^0.3.3", "mermaid": "^11.5.0", - "packery": "^2.1.2", + "packery": "^3.0.0", "prettier": "^3.5.3", "prettier-plugin-go-template": "^0.0.15", "prettier-plugin-tailwindcss": "^0.6.11", @@ -2635,10 +2635,11 @@ } }, "node_modules/packery": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/packery/-/packery-2.1.2.tgz", - "integrity": "sha512-Coc+8Atz03c0iu1RK0PZIJMKcKrE4i9Z8UBBywqz7Dhy40mMPM5wMQfqO9P2eqFP+lxKjGMTHgRAwjBQc+AQ5w==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/packery/-/packery-3.0.0.tgz", + "integrity": "sha512-mTaE43T4kJCxkln4/lSFMjfI+19cZaFcg3Z64JO4XHlCxUgwhHWne+KeYAsBrHCaNJ1/8gyjormp3G5Uh1rNIA==", "dev": true, + "license": "MIT", "dependencies": { "get-size": "^2.0.2", "outlayer": "^2.0.0" diff --git a/package.json b/package.json index 6e570f4f..cbb8de37 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "katex": "^0.16.21", "lite-youtube-embed": "^0.3.3", "mermaid": "^11.5.0", - "packery": "^2.1.2", + "packery": "^3.0.0", "prettier": "^3.5.3", "prettier-plugin-go-template": "^0.0.15", "prettier-plugin-tailwindcss": "^0.6.11",