Skip to content

Bump the npm_and_yarn group across 1 directory with 7 updates#29

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/assets/npm_and_yarn-10495fdcfe
Open

Bump the npm_and_yarn group across 1 directory with 7 updates#29
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/assets/npm_and_yarn-10495fdcfe

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Sep 6, 2025

Bumps the npm_and_yarn group with 7 updates in the /assets directory:

Package From To
grunt 0.4.5 1.5.3
grunt-karma 0.9.0 4.0.2
karma 0.12.23 6.4.4
lodash 3.2.0 4.17.21
phantomjs 1.9.15 2.1.7
karma-phantomjs-launcher 0.1.4 1.0.4
uglify-js 2.4.17 2.6.0

Updates grunt from 0.4.5 to 1.5.3

Release notes

Sourced from grunt's releases.

v1.5.3

  • Merge pull request #1745 from gruntjs/fix-copy-op 572d79b
  • Patch up race condition in symlink copying. 58016ff
  • Merge pull request #1746 from JamieSlome/patch-1 0749e1d
  • Create SECURITY.md 69b7c50

gruntjs/grunt@v1.5.2...v1.5.3

v1.5.2

  • Update Changelog 7f15fd5
  • Merge pull request #1743 from gruntjs/cleanup-link b0ec6e1
  • Clean up link handling 433f91b

gruntjs/grunt@v1.5.1...v1.5.2

v1.5.1

  • Merge pull request #1742 from gruntjs/update-symlink-test ad22608
  • Fix symlink test 0652305

gruntjs/grunt@v1.5.0...v1.5.1

v1.5.0

  • Updated changelog b2b2c2b
  • Merge pull request #1740 from gruntjs/update-deps-22-10 3eda6ae
  • Update testing matrix 47d32de
  • More updates 2e9161c
  • Remove console log 04b960e
  • Update dependencies, tests... aad3d45
  • Merge pull request #1736 from justlep/main fdc7056
  • support .cjs extension e35fe54

gruntjs/grunt@v1.4.1...v1.5.0

v1.4.1

  • Update Changelog e7625e5
  • Merge pull request #1731 from gruntjs/update-options 5d67e34
  • Fix ci install d13bf88
  • Switch to Actions 08896ae
  • Update grunt-known-options eee0673
  • Add note about a breaking change 1b6e288

gruntjs/grunt@v1.4.0...v1.4.1

v1.4.0

  • Merge pull request #1728 from gruntjs/update-deps-changelog 63b2e89
  • Update changelog and util dep 106ed17
  • Merge pull request #1727 from gruntjs/update-deps-apr 49de70b
  • Update CLI and nodeunit 47cf8b6
  • Merge pull request #1722 from gruntjs/update-through e86db1c
  • Update deps 4952368

... (truncated)

Changelog

Sourced from grunt's changelog.

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: gulpjs/liftoff@e7a969d. 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 date: 2020-07-03 changes: - Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: gruntjs/grunt#1677) - Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vladikoff, a new releaser for grunt since your current version.


Updates grunt-karma from 0.9.0 to 4.0.2

Release notes

Sourced from grunt-karma's releases.

v4.0.2

4.0.2 (2021-05-11)

Bug Fixes

  • karma: accept karma 6.x in peerDependencies (#303) (fe01a67)

v4.0.1

4.0.1 (2021-05-11)

Bug Fixes

  • karma: use recommended parseConfig pattern for Karma 6 (#297) (a38d9a9)

v4.0.0

4.0.0 (2020-04-14)

chore

BREAKING CHANGES

  • ci: drop support for nodejs <8

v3.0.2

No release notes provided.

v3.0.1

Features

  • karma: require karma 3 in peerDependencies (579f82f), closes #261

v3.0.0

Bug Fixes

  • ensure proper path format (9314248)
  • Remove hardcoded useIframe & captureConsole opts (33386b3), closes #165 #166
  • deps: update lodash version to address npm audit warning (1182766), closes #259
  • deps: Update test to use karma 3.0.0 (19551fd), closes #261 #251

Features

... (truncated)

Changelog

Sourced from grunt-karma's changelog.

4.0.2 (2021-05-11)

Bug Fixes

  • karma: accept karma 6.x in peerDependencies (#303) (fe01a67)

4.0.1 (2021-05-11)

Bug Fixes

  • karma: use recommended parseConfig pattern for Karma 6 (#297) (a38d9a9)

4.0.0 (2020-04-14)

chore

BREAKING CHANGES

  • ci: drop support for nodejs <8

3.0.2 (2019-04-09)

3.0.1 (2018-11-24)

Features

  • karma: require karma 3 in peerDependencies (579f82f), closes #261

3.0.0 (2018-09-08)

Bug Fixes

  • ensure proper path format (9314248)
  • Remove hardcoded useIframe & captureConsole opts (33386b3), closes #165 #166
  • deps: update lodash version to address npm audit warning (1182766), closes #259

... (truncated)

Commits
  • f961953 chore(release): 4.0.2 [skip ci]
  • fe01a67 fix(karma): accept karma 6.x in peerDependencies (#303)
  • 88e5200 chore(release): 4.0.1 [skip ci]
  • a38d9a9 fix(karma): use recommended parseConfig pattern for Karma 6 (#297)
  • c547a61 chore(deps): bump lodash from 4.17.13 to 4.17.19 (#289)
  • 45b9259 chore(deps): bump grunt from 1.0.1 to 1.1.0 (#285)
  • a6d4fc9 chore(deps): bump underscore.string from 3.3.4 to 3.3.5 (#281)
  • 909bc28 chore(deps): bump lodash.merge from 4.6.1 to 4.6.2 (#280)
  • d030e08 chore(deps): bump acorn from 5.7.2 to 5.7.4 (#282)
  • 658a272 chore(deps): bump handlebars from 4.0.12 to 4.7.6 (#284)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by karmarunnerbot, a new releaser for grunt-karma since your current version.


Updates karma from 0.12.23 to 6.4.4

Release notes

Sourced from karma's releases.

v6.4.4

6.4.4 (2024-07-29)

v6.4.3

6.4.3 (2024-02-24)

Bug Fixes

  • add build commits for patch release (d7f2d69)

v6.4.2

6.4.2 (2023-04-21)

Bug Fixes

v6.4.1

6.4.1 (2022-09-19)

Bug Fixes

v6.4.0

6.4.0 (2022-06-14)

Features

  • support SRI verification of link tags (dc51a2e)
  • support SRI verification of script tags (6a54b1c)

v6.3.20

6.3.20 (2022-05-13)

Bug Fixes

  • prefer IPv4 addresses when resolving domains (e17698f), closes #3730

v6.3.19

6.3.19 (2022-04-19)

Bug Fixes

... (truncated)

Changelog

Sourced from karma's changelog.

6.4.4 (2024-07-29)

6.4.3 (2024-02-24)

Bug Fixes

  • add build commits for patch release (d7f2d69)

6.4.2 (2023-04-21)

Bug Fixes

6.4.1 (2022-09-19)

Bug Fixes

6.4.0 (2022-06-14)

Features

  • support SRI verification of link tags (dc51a2e)
  • support SRI verification of script tags (6a54b1c)

6.3.20 (2022-05-13)

Bug Fixes

  • prefer IPv4 addresses when resolving domains (e17698f), closes #3730

6.3.19 (2022-04-19)

Bug Fixes

  • client: error out when opening a new tab fails (099b85e)

6.3.18 (2022-04-13)

Bug Fixes

... (truncated)

Commits
  • 84f85e7 chore(release): 6.4.4 [skip ci]
  • a4d1284 build(deps-dev): bump ws from 6.2.1 to 6.2.3
  • d8cf806 chore(release): 6.4.3 [skip ci]
  • d7f2d69 fix: add build commits for patch release
  • 85a2eeb build(deps-dev): bump decode-uri-component from 0.2.0 to 0.2.2
  • 0bffce2 build(deps): updated socket.io version to fix security issues with socket.io-...
  • 86667ab build(deps): bump follow-redirects from 1.11.0 to 1.15.4
  • 450fdfd docs: Add deprecation notice to Karma README
  • 9de3c00 chore(release): 6.4.2 [skip ci]
  • c6a4271 fix: few typos
  • Additional commits viewable in compare view

Updates lodash from 3.2.0 to 4.17.21

Release notes

Sourced from lodash's releases.

4.0.0

lodash v4.0.0

2015 was big year! Lodash became the most depended on npm package, passed 1 billion downloads, & its v3 release saw massive adoption!

The year was also one of collaboration, as discussions began on merging Lodash & Underscore. Much of Lodash v4 is proofing out the ideas from those discussions. Lodash v4 would not be possible without the collaboration & contributions of the Underscore core team. In the spirit of merging our teams have blended with several members contributing to both libraries.

For 2016 & lodash v4.0.0 we wanted to cut loose, push forward, & take things up a notch!

Modern only

With v4 we’re breaking free from old projects, old environments, & dropping old IE < 9 support!

4 kB Core

Lodash’s kitchen-sink size will continue to grow as new methods & functionality are added. However, we now offer a 4 kB (gzipped) core build that’s compatible with Backbone v1.2.4 for folks who want Lodash without lugging around the kitchen sink.

More ES6

We’ve continued to embrace ES6 with methods like _.isSymbol, added support for cloning & comparing array buffers, maps, sets, & symbols, converting iterators to arrays, & iterable _(…).

In addition, we’ve published an es-build & pulled babel-plugin-lodash into core to make tree-shaking a breeze.

More Modular

Pop quiz! 📣

What category path does the bindAll method belong to? Is it

A) require('lodash/function/bindAll') B) require('lodash/utility/bindAll') C) require('lodash/util/bindAll')

Don’t know? Well, with v4 it doesn’t matter because now module paths are as simple as

var bindAll = require('lodash/bindAll');

We’ve also reduced module complexity making it easier to create smaller bundles. This has helped Lodash adoption with libraries like Async & Redux!

1st Class FP

With v3 we introduced lodash-fp. We learned a lot & with v4 we decided to pull it into core.

Now you can get immutable, auto-curried, iteratee-first, data-last methods as simply as

var _ = require('lodash/fp');
var object = { 'a': 1 };
</tr></table> 

... (truncated)

Commits
  • f299b52 Bump to v4.17.21
  • c4847eb Improve performance of toNumber, trim and trimEnd on large input strings
  • 3469357 Prevent command injection through _.template's variable option
  • ded9bc6 Bump to v4.17.20.
  • 63150ef Documentation fixes.
  • 00f0f62 test.js: Remove trailing comma.
  • 846e434 Temporarily use a custom fork of lodash-cli.
  • 5d046f3 Re-enable Travis tests on 4.17 branch.
  • aa816b3 Remove /npm-package.
  • d7fbc52 Bump to v4.17.19
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by bnjmnt4n, a new releaser for lodash since your current version.


Updates phantomjs from 1.9.15 to 2.1.7

Release notes

Sourced from phantomjs's releases.

v2.1.7

  • Change the default download location to github releases, per discussion on Medium/phantomjs#509 and ariya/phantomjs#13953
  • If there's a global npm phantomjs-prebuilt install on linux/osx, try to use that for local installs (windows is harder for complicated windows reasons)

v2.1.6

Remove dependency on adm-zip due to alleged GPL violations (Medium/phantomjs#495)

v2.1.5

Minor fixes to custom CA handling Use sha-256 instead of md5 for download verification

v2.1.4

Minor fix to how proxy certs are parsed (Medium/phantomjs#457)

v2.1.3

  • Changed package name to phantomjs-prebuilt
  • Fix for cafiles with multiple certificates

v2.1.2

Update installer to work with windows 2.1.1 package

Update installer to PhantomJS 2.1.1 Removes dependency on npmconf

PhantomJS installer v1.9.20

Installs phantomjs 1.9.8 binary Uses installer script from v2.1.7 Uses github releases as the default download location

v1.9.19

Installs PhantomJS 1.9.8

  • faster install process, especially when using npm rebuild
  • adds support for PHANTOMJS_PLATFORM for target platform
  • security fixes
  • verifies checksums of previously downloaded files

v1.9.18

Upgrade fs-extra dependency to help with cross-file-system installs.

v1.9.17

Minor improvements to logging, upgrade fs-extra dependency

Installer v1.9.16

Minor bug fixes: Use npmconf CA settings (Medium/phantomjs#293) Use npmconf user-agent settings (Medium/phantomjs#298) fix a dangling file handle (Medium/phantomjs#307)

Commits
  • 0719f5d Merge pull request #512 from Medium/nick-global
  • 2b843b5 bump version #
  • f57d473 Merge pull request #511 from Medium/nick-global
  • 2da9622 Use github releases to serve download files
  • 18bed40 Merge pull request #510 from Medium/nick-global
  • ee20e6d try to link to the global phantomjs npm install if we can
  • 00c6258 Merge pull request #498 from Medium/nick-release
  • ceeff49 bump version #
  • 628ed57 Merge pull request #497 from bleggett/remove-adm-zip
  • b3c688d Rename var
  • Additional commits viewable in compare view

Updates karma-phantomjs-launcher from 0.1.4 to 1.0.4

Changelog

Sourced from karma-phantomjs-launcher's changelog.

1.0.4 (2017-03-10)

Bug Fixes

<a name"1.0.3">

1.0.3 (2017-03-10)

Bug Fixes

  • path issue with phantomjs and phantomjs-prebuilt (482eba50)

<a name"1.0.2">

1.0.2 (2016-08-31)

Bug Fixes

  • incorrect phantomjs path calculation (faa7474e)

<a name"1.0.1">

1.0.1 (2016-06-23)

Bug Fixes

  • version-reset: set version back to 1.0 (9b0f5e34)

<a name"1.0.0">

1.0.0 (2016-01-28)

Bug Fixes

  • replace deprecated nvm version identifier with the proper one (9f9e0e2d)
  • test on Node v4 instead of ancient v0.4 (ad1aad5f)
  • use phantomjs-prebuilt instead of deprecated phantomjs (5844941a)

<a name"0.2.3">

0.2.3 (2016-01-04)

... (truncated)

Commits

Updates uglify-js from 2.4.17 to 2.6.0

Commits
  • d895c09 v2.6.0
  • 08623aa Fix output for "use asm" code from SpiderMonkey AST
  • c898a26 Build label def/refs info when figuring out scope
  • 619adb0 Replace util.error with console.log
  • 7691beb Rework has_directive
  • 3c43467 Merge pull request #854 from kzc/moz-regexp-2
  • 18d37ac Fix parsing invalid input
  • 63d35f8 Prevent ReDoS by not using a regexp to verify floating point numbers
  • 7dbe961 simplify mozilla AST RegExpLiteral token parse and handle corner cases of reg...
  • 94c4daa Have mozilla AST RegExpLiteral parser use regex.pattern and regex.flags rathe...
  • Additional commits viewable in compare view

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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> 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.

Bumps the npm_and_yarn group with 7 updates in the /assets directory:

| Package | From | To |
| --- | --- | --- |
| [grunt](https://github.com/gruntjs/grunt) | `0.4.5` | `1.5.3` |
| [grunt-karma](https://github.com/karma-runner/grunt-karma) | `0.9.0` | `4.0.2` |
| [karma](https://github.com/karma-runner/karma) | `0.12.23` | `6.4.4` |
| [lodash](https://github.com/lodash/lodash) | `3.2.0` | `4.17.21` |
| [phantomjs](https://github.com/Medium/phantomjs) | `1.9.15` | `2.1.7` |
| [karma-phantomjs-launcher](https://github.com/karma-runner/karma-phantomjs-launcher) | `0.1.4` | `1.0.4` |
| [uglify-js](https://github.com/mishoo/UglifyJS) | `2.4.17` | `2.6.0` |



Updates `grunt` from 0.4.5 to 1.5.3
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt@v0.4.5...v1.5.3)

Updates `grunt-karma` from 0.9.0 to 4.0.2
- [Release notes](https://github.com/karma-runner/grunt-karma/releases)
- [Changelog](https://github.com/karma-runner/grunt-karma/blob/master/CHANGELOG.md)
- [Commits](karma-runner/grunt-karma@0.9.0...v4.0.2)

Updates `karma` from 0.12.23 to 6.4.4
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma@v0.12.23...v6.4.4)

Updates `lodash` from 3.2.0 to 4.17.21
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@3.2.0...4.17.21)

Updates `phantomjs` from 1.9.15 to 2.1.7
- [Release notes](https://github.com/Medium/phantomjs/releases)
- [Commits](Medium/phantomjs@v1.9.15...v2.1.7)

Updates `karma-phantomjs-launcher` from 0.1.4 to 1.0.4
- [Changelog](https://github.com/karma-runner/karma-phantomjs-launcher/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma-phantomjs-launcher@v0.1.4...v1.0.4)

Updates `uglify-js` from 2.4.17 to 2.6.0
- [Release notes](https://github.com/mishoo/UglifyJS/releases)
- [Commits](mishoo/UglifyJS@v2.4.17...v2.6.0)

---
updated-dependencies:
- dependency-name: grunt
  dependency-version: 1.5.3
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: grunt-karma
  dependency-version: 4.0.2
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: karma
  dependency-version: 6.4.4
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-version: 4.17.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: phantomjs
  dependency-version: 2.1.7
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: karma-phantomjs-launcher
  dependency-version: 1.0.4
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: uglify-js
  dependency-version: 2.6.0
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants