dependabot[bot] opened a new pull request, #21:
URL: https://github.com/apache/tomcat-training/pull/21

   Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.2 to 1.6.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/gruntjs/grunt/releases";>grunt's releases</a>.</em></p>
   <blockquote>
   <h2>v1.6.1</h2>
   <ul>
   <li>Changelog updates  72f6f03</li>
   <li>Merge pull request <a 
href="https://redirect.github.com/gruntjs/grunt/issues/1755";>#1755</a> from 
gruntjs/rm-dep  8d4c183</li>
   <li>Add recursive  1c7d483</li>
   <li>Merge pull request <a 
href="https://redirect.github.com/gruntjs/grunt/issues/1756";>#1756</a> from 
gruntjs/downgrade-glob  2d4fd38</li>
   <li>Downgrade glob  902db7c</li>
   <li>Fix syntax  494f243</li>
   <li>remove mkdirp  b01389e</li>
   <li>remove dep on rimraf and mkdirp  0072510</li>
   </ul>
   <p><a 
href="https://github.com/gruntjs/grunt/compare/v1.6.0...v1.6.1";>https://github.com/gruntjs/grunt/compare/v1.6.0...v1.6.1</a></p>
   <h2>v1.6.0</h2>
   <ul>
   <li>Merge pull request <a 
href="https://redirect.github.com/gruntjs/grunt/issues/1750";>#1750</a> from 
gruntjs/dep-update-jan28  2805dc3</li>
   <li>README updates  3f1e423</li>
   <li>Bump to 16  8fd096d</li>
   <li>Update more deps  42c5f95</li>
   <li>Bump eslint and node version  1d88050</li>
   </ul>
   <p><a 
href="https://github.com/gruntjs/grunt/compare/v1.5.3...v1.6.0";>https://github.com/gruntjs/grunt/compare/v1.5.3...v1.6.0</a></p>
   <h2>v1.5.3</h2>
   <ul>
   <li>Merge pull request <a 
href="https://redirect.github.com/gruntjs/grunt/issues/1745";>#1745</a> from 
gruntjs/fix-copy-op  572d79b</li>
   <li>Patch up race condition in symlink copying.  58016ff</li>
   <li>Merge pull request <a 
href="https://redirect.github.com/gruntjs/grunt/issues/1746";>#1746</a> from 
JamieSlome/patch-1  0749e1d</li>
   <li>Create SECURITY.md  69b7c50</li>
   </ul>
   <p><a 
href="https://github.com/gruntjs/grunt/compare/v1.5.2...v1.5.3";>https://github.com/gruntjs/grunt/compare/v1.5.2...v1.5.3</a></p>
   <h2>v1.5.2</h2>
   <ul>
   <li>Update Changelog  7f15fd5</li>
   <li>Merge pull request <a 
href="https://redirect.github.com/gruntjs/grunt/issues/1743";>#1743</a> from 
gruntjs/cleanup-link  b0ec6e1</li>
   <li>Clean up link handling  433f91b</li>
   </ul>
   <p><a 
href="https://github.com/gruntjs/grunt/compare/v1.5.1...v1.5.2";>https://github.com/gruntjs/grunt/compare/v1.5.1...v1.5.2</a></p>
   <h2>v1.5.1</h2>
   <ul>
   <li>Merge pull request <a 
href="https://redirect.github.com/gruntjs/grunt/issues/1742";>#1742</a> from 
gruntjs/update-symlink-test  ad22608</li>
   <li>Fix symlink test  0652305</li>
   </ul>
   <p><a 
href="https://github.com/gruntjs/grunt/compare/v1.5.0...v1.5.1";>https://github.com/gruntjs/grunt/compare/v1.5.0...v1.5.1</a></p>
   <h2>v1.5.0</h2>
   <ul>
   <li>Updated changelog  b2b2c2b</li>
   <li>Merge pull request <a 
href="https://redirect.github.com/gruntjs/grunt/issues/1740";>#1740</a> from 
gruntjs/update-deps-22-10  3eda6ae</li>
   <li>Update testing matrix  47d32de</li>
   <li>More updates  2e9161c</li>
   <li>Remove console log  04b960e</li>
   <li>Update dependencies, tests...  aad3d45</li>
   <li>Merge pull request <a 
href="https://redirect.github.com/gruntjs/grunt/issues/1736";>#1736</a> from 
justlep/main  fdc7056</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/gruntjs/grunt/blob/main/CHANGELOG";>grunt's 
changelog</a>.</em></p>
   <blockquote>
   <p>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: <a 
href="https://github.com/js-cli/js-liftoff/commit/e7a969d6706e730d90abb4e24d3cb4d3bce06ddb";>https://github.com/js-cli/js-liftoff/commit/e7a969d6706e730d90abb4e24d3cb4d3bce06ddb</a>.
   v1.3.0
   date: 2020-08-18
   changes:
   - Switch to use <code>safeLoad</code> for loading YML files via 
<code>file.readYAML</code>.
   - 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: <a 
href="https://redirect.github.com/gruntjs/grunt/pull/1715";>gruntjs/grunt#1715</a>)
   v1.2.0</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/gruntjs/grunt/commit/8372e118eb8c4c6d40e9c6c5684948a786dee8a9";><code>8372e11</code></a>
 1.6.1</li>
   <li><a 
href="https://github.com/gruntjs/grunt/commit/72f6f034edc004cc72bbf4caab1d53843f130546";><code>72f6f03</code></a>
 Changelog updates</li>
   <li><a 
href="https://github.com/gruntjs/grunt/commit/8d4c183448650abe213cb29a93598649c4060d84";><code>8d4c183</code></a>
 Merge pull request <a 
href="https://redirect.github.com/gruntjs/grunt/issues/1755";>#1755</a> from 
gruntjs/rm-dep</li>
   <li><a 
href="https://github.com/gruntjs/grunt/commit/1c7d48399766cb1a0ca48ce57cee16b2478ed842";><code>1c7d483</code></a>
 Add recursive</li>
   <li><a 
href="https://github.com/gruntjs/grunt/commit/2d4fd381a48590b2fb18d7b2cc8865470ed54f1b";><code>2d4fd38</code></a>
 Merge pull request <a 
href="https://redirect.github.com/gruntjs/grunt/issues/1756";>#1756</a> from 
gruntjs/downgrade-glob</li>
   <li><a 
href="https://github.com/gruntjs/grunt/commit/902db7c6ff5d046e88366bb94cf06ee484e33f49";><code>902db7c</code></a>
 Downgrade glob</li>
   <li><a 
href="https://github.com/gruntjs/grunt/commit/494f243d0cf82238c8d242772ee7c52d4416a0dd";><code>494f243</code></a>
 Fix syntax</li>
   <li><a 
href="https://github.com/gruntjs/grunt/commit/b01389ea6a5b6a4fc32471c739a41460a9f611cb";><code>b01389e</code></a>
 remove mkdirp</li>
   <li><a 
href="https://github.com/gruntjs/grunt/commit/0072510057b3d35260a63c951f4bc86d761a4838";><code>0072510</code></a>
 remove dep on rimraf and mkdirp</li>
   <li><a 
href="https://github.com/gruntjs/grunt/commit/0afeb5c631199d806fa560c680987dd907263b83";><code>0afeb5c</code></a>
 1.6.0</li>
   <li>Additional commits viewable in <a 
href="https://github.com/gruntjs/grunt/compare/v1.0.2...v1.6.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=grunt&package-manager=npm_and_yarn&previous-version=1.0.2&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)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to