diff --git a/package-lock.json b/package-lock.json index 9adbb5c..47e960e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@c15t/nextjs": "^2.0.0", - "@c15t/scripts": "^2.0.0", + "@c15t/scripts": "^2.0.1", "@code0-tech/pictor": "^0.6.1", "@icons-pack/react-simple-icons": "^13.13.0", "@next/env": "^16.2.4", @@ -264,9 +264,9 @@ } }, "node_modules/@c15t/scripts": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@c15t/scripts/-/scripts-2.0.0.tgz", - "integrity": "sha512-b5GJaqSh22gRxAswl4kv2DGXocKqvayAPZ5L2OWSRc+d/H1Q1EdB4+xyDZ/bL33rB+CetUc3UNVbIUlw+jdLcg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@c15t/scripts/-/scripts-2.0.1.tgz", + "integrity": "sha512-iB3IWPRIPr94CkJNpMlTti1hNbUXXD13BSmlvWY7ZV41LzuIUGCz+SbJWThjjs0g0y0JFbLhvu/IUcK0ptTfqQ==", "license": "Apache-2.0" }, "node_modules/@c15t/translations": { diff --git a/package.json b/package.json index 49794aa..0f4dc8e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@c15t/nextjs": "^2.0.0", - "@c15t/scripts": "^2.0.0", + "@c15t/scripts": "^2.0.1", "@code0-tech/pictor": "^0.6.1", "@icons-pack/react-simple-icons": "^13.13.0", "@next/env": "^16.2.4",