diff --git a/package-lock.json b/package-lock.json index a1f77d8ae..69ab1ad13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@fortawesome/free-regular-svg-icons": "~6.4.0", "@fortawesome/free-solid-svg-icons": "~6.4.0", "@mapbox/maki": "^8.0.1", - "@openstreetmap/id-tagging-schema": "^6.0.0", + "@openstreetmap/id-tagging-schema": "^6.2.0", "@rapideditor/temaki": "~5.4.0", "@transifex/api": "^5.2.0", "autoprefixer": "^10.4.14", @@ -1109,9 +1109,9 @@ } }, "node_modules/@openstreetmap/id-tagging-schema": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@openstreetmap/id-tagging-schema/-/id-tagging-schema-6.0.0.tgz", - "integrity": "sha512-/G7HoAQkNjqyDQy2Fb+Zg1fyWqFGGALhPEydk3yU3khnuqX0ORJC8Bsx8/U2ZIHZebba5VHoYFeouxyy3rOZRg==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@openstreetmap/id-tagging-schema/-/id-tagging-schema-6.2.0.tgz", + "integrity": "sha512-v9AX9c7KXqxNDIDpK7XLjvQsOWA8GHXghF7hBzXdOkpkh117PoRKwh9LwN284fbw/WKGh/jBun+6nsCOsp3vVQ==", "dev": true }, "node_modules/@rapideditor/country-coder": { @@ -10456,9 +10456,9 @@ } }, "@openstreetmap/id-tagging-schema": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@openstreetmap/id-tagging-schema/-/id-tagging-schema-6.0.0.tgz", - "integrity": "sha512-/G7HoAQkNjqyDQy2Fb+Zg1fyWqFGGALhPEydk3yU3khnuqX0ORJC8Bsx8/U2ZIHZebba5VHoYFeouxyy3rOZRg==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@openstreetmap/id-tagging-schema/-/id-tagging-schema-6.2.0.tgz", + "integrity": "sha512-v9AX9c7KXqxNDIDpK7XLjvQsOWA8GHXghF7hBzXdOkpkh117PoRKwh9LwN284fbw/WKGh/jBun+6nsCOsp3vVQ==", "dev": true }, "@rapideditor/country-coder": { diff --git a/package.json b/package.json index ffebe8250..91cf5029b 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@fortawesome/free-solid-svg-icons": "~6.4.0", "@rapideditor/temaki": "~5.4.0", "@mapbox/maki": "^8.0.1", - "@openstreetmap/id-tagging-schema": "^6.0.0", + "@openstreetmap/id-tagging-schema": "^6.2.0", "@transifex/api": "^5.2.0", "autoprefixer": "^10.4.14", "chai": "^4.3.7",