From 4a700b6beae5cb3421989701a3d01911d38863e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 08:37:04 +0700 Subject: [PATCH] build(deps-dev): bump grunt from 1.1.0 to 1.6.1 in /modules/pictures/_vendor/github.com/aFarkas/lazysizes in the npm_and_yarn group across 1 directory (#1580) Bumps the npm_and_yarn group with 1 update in the /modules/pictures/_vendor/github.com/aFarkas/lazysizes directory: [grunt](https://github.com/gruntjs/grunt). Updates `grunt` from 1.1.0 to 1.6.1
Release notes

Sourced from grunt's releases.

v1.6.1

https://github.com/gruntjs/grunt/compare/v1.6.0...v1.6.1

v1.6.0

https://github.com/gruntjs/grunt/compare/v1.5.3...v1.6.0

v1.5.3

https://github.com/gruntjs/grunt/compare/v1.5.2...v1.5.3

v1.5.2

https://github.com/gruntjs/grunt/compare/v1.5.1...v1.5.2

v1.5.1

https://github.com/gruntjs/grunt/compare/v1.5.0...v1.5.1

v1.5.0

... (truncated)

Changelog

Sourced from grunt's changelog.

v1.6.1 date: 2023-01-31 changes: - Downgrades to glob 7 for Windows compatability - Removes mkdirp and rimraf in favour of node.js APIs. v1.6.0 date: 2023-01-28 changes: - Requires node.js 16+. - template.date now uses dateformat ~4.6.2. - other dependency updates such as glob, rimraf, etc. v1.5.3 date: 2022-04-23 changes: - Patch up race condition in symlink copying. v1.5.2 date: 2022-04-12 changes: - Unlink symlinks when copy destination is a symlink. v1.5.1 date: 2022-04-11 changes: - Fixed symlink destination handling. v1.5.0 date: 2022-04-10 changes: - Updated dependencies. - Add symlink handling for copying files. v1.4.1 date: 2021-05-24 changes: - Fix --preload option to be a known option - Switch to GitHub Actions v1.4.0 date: 2021-04-21 changes: - Security fixes in production and dev dependencies - Liftup/Liftoff upgrade breaking change. Update your scripts to use --preload instead of --require. Ref: https://github.com/js-cli/js-liftoff/commit/e7a969d6706e730d90abb4e24d3cb4d3bce06ddb. v1.3.0 date: 2020-08-18 changes: - Switch to use safeLoad for loading YML files via file.readYAML. - Upgrade legacy-log to ~3.0.0. - Upgrade legacy-util to ~2.0.0. v1.2.1 date: 2020-07-07 changes: - Remove path-is-absolute dependency. (PR: gruntjs/grunt#1715) v1.2.0

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=grunt&package-manager=npm_and_yarn&previous-version=1.1.0&new-version=1.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/davidsneighbour/hugo-modules/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../pictures/_vendor/github.com/aFarkas/lazysizes/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pictures/_vendor/github.com/aFarkas/lazysizes/package.json b/modules/pictures/_vendor/github.com/aFarkas/lazysizes/package.json index 14e5c3fa3..7f9adbbee 100644 --- a/modules/pictures/_vendor/github.com/aFarkas/lazysizes/package.json +++ b/modules/pictures/_vendor/github.com/aFarkas/lazysizes/package.json @@ -17,7 +17,7 @@ "browser": "lazysizes.js", "types": "lazysizes.d.ts", "devDependencies": { - "grunt": "~1.1.0", + "grunt": "~1.6.1", "grunt-bytesize": "~0.2.0", "grunt-cli": "~1.3", "grunt-contrib-jshint": "^2.1.0",