diff --git a/package-lock.json b/package-lock.json index 03e8af8c0..b2afc1d18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@prettier/plugin-php": "^0.22.2", "mariadb": "^3.3.1", "shapefile": "^0.6.6", - "twing": "^7.0.0-beta.3" + "twing": "^7.0.0" }, "devDependencies": { "@axe-core/playwright": "^4.9.1", @@ -7156,9 +7156,9 @@ "integrity": "sha512-jqW70ktyWR1alB7q7n6urBWewuF1iXwm2A9FMq0fFwBp+Gn9a1ORWyZ7AyQYqf33xNNl+pAbgNebWbnBtxDtXQ==" }, "node_modules/twing": { - "version": "7.0.0-beta.3", - "resolved": "https://registry.npmjs.org/twing/-/twing-7.0.0-beta.3.tgz", - "integrity": "sha512-X3E7rxfWZ7qkr7Wt31B618S8djcVubQwZOPb3T9AcZR4h+8QyJItRaE2mh49Tc9tipiIkCQLmsN9hK01GLkI2A==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/twing/-/twing-7.0.0.tgz", + "integrity": "sha512-/mxM7HIJPOGMqlixD9ENiJQQerbr4lEgrY4icAgJZFd1Mc+1+DQ0pvGUn/UFtXTdRGjasqZrPYvgEFTOdFrMnw==", "dependencies": { "capitalize": "^1.0.0", "create-hash": "^1.2.0", diff --git a/package.json b/package.json index 2cd8a36b4..721d01d4a 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,6 @@ "@prettier/plugin-php": "^0.22.2", "mariadb": "^3.3.1", "shapefile": "^0.6.6", - "twing": "^7.0.0-beta.3" + "twing": "^7.0.0" } }