From 7520c9b674006cc589828cc026ac64e9fbe76282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 12:14:26 +0200 Subject: [PATCH] Bump @openstreetmap/id-tagging-schema from 6.0.0 to 6.2.0 (#9659) Bumps [@openstreetmap/id-tagging-schema](https://github.com/openstreetmap/id-tagging-schema) from 6.0.0 to 6.2.0. - [Release notes](https://github.com/openstreetmap/id-tagging-schema/releases) - [Changelog](https://github.com/openstreetmap/id-tagging-schema/blob/main/CHANGELOG.md) - [Commits](https://github.com/openstreetmap/id-tagging-schema/compare/v6.0.0...v6.2.0) --- updated-dependencies: - dependency-name: "@openstreetmap/id-tagging-schema" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",