From b08c01f6239600a6ed2f811fe026b08c312b3b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 15:31:46 +0200 Subject: [PATCH] Bump @openstreetmap/id-tagging-schema from 6.2.0 to 6.3.0 (#9688) Bumps [@openstreetmap/id-tagging-schema](https://github.com/openstreetmap/id-tagging-schema) from 6.2.0 to 6.3.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.2.0...v6.3.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 8531a3ebd..98f798404 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.2.0", + "@openstreetmap/id-tagging-schema": "^6.3.0", "@rapideditor/temaki": "~5.4.0", "@transifex/api": "^5.2.0", "autoprefixer": "^10.4.14", @@ -1214,9 +1214,9 @@ } }, "node_modules/@openstreetmap/id-tagging-schema": { - "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==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@openstreetmap/id-tagging-schema/-/id-tagging-schema-6.3.0.tgz", + "integrity": "sha512-Qe8cHI58bya8AjbVmWicPxwaJE7xq98ffcZ/M7AwYdM2QbxfsQHooBjh1HYBpxSWgd9JVT6d3g4uaUYftvyhtw==", "dev": true }, "node_modules/@pkgjs/parseargs": { @@ -10754,9 +10754,9 @@ } }, "@openstreetmap/id-tagging-schema": { - "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==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@openstreetmap/id-tagging-schema/-/id-tagging-schema-6.3.0.tgz", + "integrity": "sha512-Qe8cHI58bya8AjbVmWicPxwaJE7xq98ffcZ/M7AwYdM2QbxfsQHooBjh1HYBpxSWgd9JVT6d3g4uaUYftvyhtw==", "dev": true }, "@pkgjs/parseargs": { diff --git a/package.json b/package.json index 6f41a8f82..a94c6074c 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.2.0", + "@openstreetmap/id-tagging-schema": "^6.3.0", "@transifex/api": "^5.2.0", "autoprefixer": "^10.4.14", "chai": "^4.3.7",