From 62e00dbbb7870b0dd384e84d8ad844a3c581a675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 22:42:27 +0000 Subject: [PATCH] fix(deps): bump @sindresorhus/fnv1a from 3.0.0 to 3.1.0 (#1058) Bumps [@sindresorhus/fnv1a](https://github.com/sindresorhus/fnv1a) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/sindresorhus/fnv1a/releases) - [Commits](https://github.com/sindresorhus/fnv1a/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: "@sindresorhus/fnv1a" dependency-type: direct:production 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f91f0f..4494baf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@mapbox/vector-tile": "1.3.1", "@maplibre/maplibre-gl-native": "5.2.0", "@maplibre/maplibre-gl-style-spec": "18.0.0", - "@sindresorhus/fnv1a": "3.0.0", + "@sindresorhus/fnv1a": "3.1.0", "advanced-pool": "0.3.3", "axios": "^1.6.2", "canvas": "2.11.2", @@ -969,9 +969,9 @@ } }, "node_modules/@sindresorhus/fnv1a": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/fnv1a/-/fnv1a-3.0.0.tgz", - "integrity": "sha512-M6pmbdZqAryzjZ4ELAzrdCMoMZk5lH/fshKrapfSeXdf2W+GDqZvPmfXaNTZp43//FVbSwkTPwpEMnehSyskkQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/fnv1a/-/fnv1a-3.1.0.tgz", + "integrity": "sha512-KV321z5m/0nuAg83W1dPLy85HpHDk7Sdi4fJbwvacWsEhAh+rZUW4ZfGcXmUIvjZg4ss2bcwNlRhJ7GBEUG08w==", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, diff --git a/package.json b/package.json index 153b447..a9366b7 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@mapbox/vector-tile": "1.3.1", "@maplibre/maplibre-gl-native": "5.2.0", "@maplibre/maplibre-gl-style-spec": "18.0.0", - "@sindresorhus/fnv1a": "3.0.0", + "@sindresorhus/fnv1a": "3.1.0", "advanced-pool": "0.3.3", "axios": "^1.6.2", "canvas": "2.11.2",