From 70831364034f0bce02da9df803e513f27dde2318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 06:31:42 +0000 Subject: [PATCH] Bump notiflix from 3.2.7 to 3.2.8 Bumps [notiflix](https://github.com/notiflix/Notiflix) from 3.2.7 to 3.2.8. - [Release notes](https://github.com/notiflix/Notiflix/releases) - [Changelog](https://github.com/notiflix/Notiflix/blob/main/CHANGELOG.md) - [Commits](https://github.com/notiflix/Notiflix/compare/v3.2.7...v3.2.8) --- updated-dependencies: - dependency-name: notiflix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58d3e2b..afa189b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "babel-preset-minify": "^0.5.2", "bulma": "^1.0.2", "concurrently": "^9.1.0", - "notiflix": "^3.2.7", + "notiflix": "^3.2.8", "preact": "^10.25.3", "react-helmet-async": "^2.0.5", "rollup": "^4.29.1", @@ -3618,10 +3618,9 @@ } }, "node_modules/notiflix": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/notiflix/-/notiflix-3.2.7.tgz", - "integrity": "sha512-NRu6KSeyfphgPKBxh4IUoOYXbROrpuDa9/q9/VPb6UNEP4uII9RKwclTZWUyl1A0tSh9+lEhdz9F/EkskH3A6w==", - "license": "MIT" + "version": "3.2.8", + "resolved": "https://registry.npmjs.org/notiflix/-/notiflix-3.2.8.tgz", + "integrity": "sha512-BNBGr3qNIBNt6NZYvch0OLF9DEEgWKcjYzISMH9eECKwfsUaINb5K/RA21hy5kmfOtdbdAdODrqxts+0xp+xwA==" }, "node_modules/npm-run-path": { "version": "4.0.1", diff --git a/package.json b/package.json index 883b715..48f90cc 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "babel-preset-minify": "^0.5.2", "bulma": "^1.0.2", "concurrently": "^9.1.0", - "notiflix": "^3.2.7", + "notiflix": "^3.2.8", "preact": "^10.25.3", "react-helmet-async": "^2.0.5", "rollup": "^4.29.1",