diff --git a/package-lock.json b/package-lock.json index 23229c7..c7352fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/sitemap": "^3.0.5", "@uswds/uswds": "^3.6.1", "astro": "^4.3.2", - "astro-i18n-aut": "^0.6.5", + "astro-i18n-aut": "^0.7.0", "i18next": "^23.10.0", "i18next-fs-backend": "^2.2.0", "react": "^18.2.0", @@ -1884,9 +1884,9 @@ } }, "node_modules/astro-i18n-aut": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/astro-i18n-aut/-/astro-i18n-aut-0.6.5.tgz", - "integrity": "sha512-/Nssbqwmeprhug++rW1aRYB9qptFnOfW4eV4rNM7cg4KfE7LZt3P9f2/XMp8A+ZQCR/x88owf21rVh3F+P9sYA==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/astro-i18n-aut/-/astro-i18n-aut-0.7.0.tgz", + "integrity": "sha512-IPcjs5NkaNJIrTYDbLx+ay6J6LbAG0QMGE8LwjGmS6JuJHmFRbkmVnqW/OYYZhrHOxOhruhCwfY0bWo5K0TGrA==", "dependencies": { "dedent": "^1.5.1", "fast-glob": "^3.3.1", diff --git a/package.json b/package.json index feb082b..c3b4f5f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@astrojs/sitemap": "^3.0.5", "@uswds/uswds": "^3.6.1", "astro": "^4.3.2", - "astro-i18n-aut": "^0.6.5", + "astro-i18n-aut": "^0.7.0", "i18next": "^23.10.0", "i18next-fs-backend": "^2.2.0", "react": "^18.2.0",