diff --git a/themes/develop/package-lock.json b/themes/develop/package-lock.json index d21f7c3..89a17f6 100644 --- a/themes/develop/package-lock.json +++ b/themes/develop/package-lock.json @@ -10,8 +10,9 @@ "license": "MIT", "dependencies": { "@ablogcms/pdf": "^3.2.29", + "@rollup/rollup-linux-x64-gnu": "4.63.1", "a-dispatcher": "^1.0.1", - "alpinejs": "^3.16.2", + "alpinejs": "^3.16.3", "document-outliner": "^1.1.3", "dom-content-loaded": "^1.0.2", "flatpickr": "^4.6.13", @@ -23,7 +24,7 @@ "pdfjs-dist": "^6.2.108", "query-string": "^9.5.0", "scroll-hint": "^1.2.9", - "smartphoto": "^2.1.6" + "smartphoto": "^2.1.7" }, "devDependencies": { "@eslint/js": "^10.0.1", @@ -31,7 +32,7 @@ "@tailwindcss/vite": "^4.3.3", "@zackad/prettier-plugin-twig": "^0.17.0", "browserslist": "^4.28.8", - "eslint": "^10.9.0", + "eslint": "^10.9.1", "globals": "^17.11.0", "prettier": "^3.9.6", "rollup-plugin-visualizer": "^7.1.1", @@ -46,7 +47,7 @@ "vite-plugin-stylelint": "^6.3.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.62.5", + "@rollup/rollup-linux-x64-gnu": "4.63.1", "@tailwindcss/oxide-linux-x64-gnu": "^4.2.4", "lightningcss-linux-x64-gnu": "^1.33.0" } @@ -1185,9 +1186,9 @@ } }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.62.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.5.tgz", - "integrity": "sha512-6RHPJR1g/uvdYU8uXBnfq3nlqyZCP82Fr6NHgfGoaIeSh0YEqnX/x6uA9MmJJbnSH7swqX4F+CkGdUF+6doiQA==", + "version": "4.63.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.63.1.tgz", + "integrity": "sha512-gfI5T24WLLuFfSKw7Go/zDXjAAV0fny0swTaDv+WjK7vqcw4cRhFfdsyKL1n+ukI+ooBxn3bVQnyrn06WpI50w==", "cpu": [ "x64" ], @@ -1700,9 +1701,9 @@ } }, "node_modules/alpinejs": { - "version": "3.16.2", - "resolved": "https://registry.npmjs.org/alpinejs/-/alpinejs-3.16.2.tgz", - "integrity": "sha512-6kbqqrRK7iGPYx5upTfqc8Tcl1xhpcurLCxTdn4/ym2Kb68+cYj+2I5Zji53vUIPf7zj3C1DoIvrDkgrNDCXdA==", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/alpinejs/-/alpinejs-3.16.3.tgz", + "integrity": "sha512-kLIO2JOPs5ZY3mHPH+CHHPzp89Y6Gb2luLRy+RDIb1oG9y6N5Vfc75kkEoaSOPhJqvakuPiAsnd9paNPNSZyVg==", "license": "MIT", "dependencies": { "@vue/reactivity": "~3.5.40" @@ -2767,9 +2768,9 @@ } }, "node_modules/eslint": { - "version": "10.9.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.9.0.tgz", - "integrity": "sha512-5KeEOJZBfEVA47boFiBsf+6MmmJpffM7qEBg4pLla2e4nlKgdKlqCW0oSLOGsT8Wl5uCGJptLV1bkaiShj90Gw==", + "version": "10.9.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.9.1.tgz", + "integrity": "sha512-9VaAkDURekixUQJy0oJYl2DcN6oKMfxay7XzaGYAWQwsb6qfKf+x76R2k1L8kb1boc+FyCAaTA9GmiKaaiaF+A==", "dev": true, "license": "MIT", "workspaces": [ @@ -5588,9 +5589,9 @@ } }, "node_modules/smartphoto": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/smartphoto/-/smartphoto-2.1.6.tgz", - "integrity": "sha512-mrVLtBUsvplf4k0297jSL6qrgdqN+yXKmHgD+nWiGzLPddq7UzLTVUCXMIvjFkSauKIsrtBYhJd4QViHFjuNKg==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/smartphoto/-/smartphoto-2.1.7.tgz", + "integrity": "sha512-Muop/rT/XcVD9om65EL3/5OGTkpQ2OkP4WUs+HNeJwpcWa96mM9shkzGihYI3vAM4BMglaCPBHo9aeZCN+LVTw==", "license": "MIT" }, "node_modules/source-map": { diff --git a/themes/develop/package.json b/themes/develop/package.json index 24199ca..eb12562 100644 --- a/themes/develop/package.json +++ b/themes/develop/package.json @@ -26,7 +26,7 @@ "@tailwindcss/vite": "^4.3.3", "@zackad/prettier-plugin-twig": "^0.17.0", "browserslist": "^4.28.8", - "eslint": "^10.9.0", + "eslint": "^10.9.1", "globals": "^17.11.0", "prettier": "^3.9.6", "rollup-plugin-visualizer": "^7.1.1", @@ -43,7 +43,7 @@ "dependencies": { "@ablogcms/pdf": "^3.2.29", "a-dispatcher": "^1.0.1", - "alpinejs": "^3.16.2", + "alpinejs": "^3.16.3", "document-outliner": "^1.1.3", "dom-content-loaded": "^1.0.2", "flatpickr": "^4.6.13", @@ -55,10 +55,10 @@ "pdfjs-dist": "^6.2.108", "query-string": "^9.5.0", "scroll-hint": "^1.2.9", - "smartphoto": "^2.1.6" + "smartphoto": "^2.1.7" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.62.5", + "@rollup/rollup-linux-x64-gnu": "4.63.1", "@tailwindcss/oxide-linux-x64-gnu": "^4.2.4", "lightningcss-linux-x64-gnu": "^1.33.0" }