diff --git a/package-lock.json b/package-lock.json index f7afc2fdb..30277ea40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@hint/formatter-html": "^4.3.15", "@hint/utils": "^7.0.22", - "@hint/utils-i18n": "^1.0.14", + "@hint/utils-i18n": "^1.0.15", "algoliasearch": "^4.17.1", "applicationinsights": "^2.3.3", "body-parser": "^1.20.2", @@ -2372,11 +2372,11 @@ } }, "node_modules/@hint/utils-i18n": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/@hint/utils-i18n/-/utils-i18n-1.0.14.tgz", - "integrity": "sha512-zGHqJk4uDurJevpFeGkOk9+kh51STlWiPeaIPdgimswAOj3j3IJjXixH8TmnPtBR86CAQ2z1c7q8OHhYQLvaAA==", + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/@hint/utils-i18n/-/utils-i18n-1.0.15.tgz", + "integrity": "sha512-VkQG3do4e1le43YcB9r3YNb6aOD5nnQlwNo4d4wqwLgTofpVHyHzGYG7BrlQf+akxJ0QF71bkzTpFo6bhoEBDQ==", "dependencies": { - "@hint/utils-types": "^1.2.0" + "@hint/utils-types": "^1.2.1" } }, "node_modules/@hint/utils-json": { @@ -2415,9 +2415,9 @@ "integrity": "sha512-yXBdDTj8diby+OjgX7TG0hhfVKhgcy2OgSrvT7rYTLSUsPJOtcWhAm+5MIdN7JbQwqv0QwpSIowz14rVBkln7g==" }, "node_modules/@hint/utils-types": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@hint/utils-types/-/utils-types-1.2.0.tgz", - "integrity": "sha512-ZXxdw1jh4oYMmzFIxpVRqSNhbx5bzOxumn4K+5thbhuGOJE5BUZVWNNa18My0ktdTl5IpMjCNVDhQeZRQxQT1w==" + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@hint/utils-types/-/utils-types-1.2.1.tgz", + "integrity": "sha512-0kL3YUgDyD10c0yZwvOdS6uySc3VG074pSEQ0/+NRiuEFwfVRVz4CRq6gvfoIHRmlNRspbNr2fKZ8tcoPWy9ag==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.5.0", @@ -27602,11 +27602,11 @@ } }, "@hint/utils-i18n": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/@hint/utils-i18n/-/utils-i18n-1.0.14.tgz", - "integrity": "sha512-zGHqJk4uDurJevpFeGkOk9+kh51STlWiPeaIPdgimswAOj3j3IJjXixH8TmnPtBR86CAQ2z1c7q8OHhYQLvaAA==", + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/@hint/utils-i18n/-/utils-i18n-1.0.15.tgz", + "integrity": "sha512-VkQG3do4e1le43YcB9r3YNb6aOD5nnQlwNo4d4wqwLgTofpVHyHzGYG7BrlQf+akxJ0QF71bkzTpFo6bhoEBDQ==", "requires": { - "@hint/utils-types": "^1.2.0" + "@hint/utils-types": "^1.2.1" } }, "@hint/utils-json": { @@ -27645,9 +27645,9 @@ "integrity": "sha512-yXBdDTj8diby+OjgX7TG0hhfVKhgcy2OgSrvT7rYTLSUsPJOtcWhAm+5MIdN7JbQwqv0QwpSIowz14rVBkln7g==" }, "@hint/utils-types": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@hint/utils-types/-/utils-types-1.2.0.tgz", - "integrity": "sha512-ZXxdw1jh4oYMmzFIxpVRqSNhbx5bzOxumn4K+5thbhuGOJE5BUZVWNNa18My0ktdTl5IpMjCNVDhQeZRQxQT1w==" + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@hint/utils-types/-/utils-types-1.2.1.tgz", + "integrity": "sha512-0kL3YUgDyD10c0yZwvOdS6uySc3VG074pSEQ0/+NRiuEFwfVRVz4CRq6gvfoIHRmlNRspbNr2fKZ8tcoPWy9ag==" }, "@humanwhocodes/config-array": { "version": "0.5.0", diff --git a/package.json b/package.json index e3b94ad49..aa0bdbabf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "dependencies": { "@hint/formatter-html": "^4.3.15", "@hint/utils": "^7.0.22", - "@hint/utils-i18n": "^1.0.14", + "@hint/utils-i18n": "^1.0.15", "algoliasearch": "^4.17.1", "applicationinsights": "^2.3.3", "body-parser": "^1.20.2",