diff --git a/package-lock.json b/package-lock.json index 309b204..521319d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@iso24229/iso639-data": "^0.2.0", "@tailwindcss/vite": "^4.0.0", "astro": "^7.0.0", - "interscript": "^3.0.0", + "interscript": "^4.0.0", "tailwindcss": "^4.0.0", "vue": "^3.5.0" }, @@ -6358,9 +6358,9 @@ "license": "ISC" }, "node_modules/interscript": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/interscript/-/interscript-3.0.0.tgz", - "integrity": "sha512-yt8o+piTqrhB2N6HVh6IykLThWBa+M9MQy2oAH/o5cR30YHf6+P6AlzB/T+39JYEV7tS23gA39vnkUbSYbsIow==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/interscript/-/interscript-4.0.0.tgz", + "integrity": "sha512-FE6lzHPZTWZlVuuANdlnQirxbGIEgnu41c0RbPYyRl47Pr2Cze4oB5izGmF0dE+4znxTUUT5sc1E+0M7ScriKw==", "license": "BSD-2-Clause", "dependencies": { "fflate": "^0.8.3", diff --git a/package.json b/package.json index 14ae808..cec0951 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "astro": "^7.0.0", "tailwindcss": "^4.0.0", "vue": "^3.5.0", - "interscript": "^3.0.0" + "interscript": "^4.0.0" }, "devDependencies": { "@astrojs/check": "^0.9.10",