Skip to content

Bump the npm-security-updates group across 5 directories with 7 updates#3129

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tests/integration/npm-security-updates-e23846816f
Closed

Bump the npm-security-updates group across 5 directories with 7 updates#3129
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tests/integration/npm-security-updates-e23846816f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2025

Bumps the npm-security-updates group with 1 update in the /tests/integration directory: @babel/helpers.
Bumps the npm-security-updates group with 5 updates in the /parser-sdk/nodejs directory:

Package From To
brace-expansion 2.0.1 2.0.2
jsonpath-plus 10.2.0 10.3.0
tough-cookie 2.5.0 removed
@kubernetes/client-node 0.22.3 1.3.0
axios 1.7.9 1.8.2

Bumps the npm-security-updates group with 4 updates in the /hook-sdk/nodejs directory: brace-expansion, jsonpath-plus, tough-cookie and @kubernetes/client-node.
Bumps the npm-security-updates group with 4 updates in the /auto-discovery/kubernetes/pull-secret-extractor/integration-test directory: @babel/helpers, jsonpath-plus, tough-cookie and @kubernetes/client-node.
Bumps the npm-security-updates group with 4 updates in the / directory: @babel/helpers, jsonpath-plus, tough-cookie and @kubernetes/client-node.

Updates @babel/helpers from 7.26.0 to 7.27.6

Release notes

Sourced from @​babel/helpers's releases.

v7.27.6 (2025-06-05)

🐛 Bug Fix

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-generator, babel-parser, babel-types

Committers: 3

v7.27.5 (2025-06-03)

Thanks @​NullVoxPopuli for your first PR!

🐛 Bug Fix

💅 Polish

Committers: 4

v7.27.4 (2025-05-30)

👓 Spec Compliance

  • babel-parser, babel-plugin-proposal-explicit-resource-management

💅 Polish

🔬 Output optimization

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone

... (truncated)

Changelog

Sourced from @​babel/helpers's changelog.

v7.27.6 (2025-06-05)

🐛 Bug Fix

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-generator, babel-parser, babel-types

v7.27.5 (2025-06-03)

🐛 Bug Fix

💅 Polish

v7.27.4 (2025-05-30)

👓 Spec Compliance

  • babel-parser, babel-plugin-proposal-explicit-resource-management

💅 Polish

🔬 Output optimization

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone

v7.27.3 (2025-05-27)

🐛 Bug Fix

  • babel-generator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-types
    • #17321 fix(converter): Remove abstract modifiers in class declaration to expression conversion (@​magic-akari)
  • babel-helper-module-transforms, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
    • #17257 Preserve class id when transforming using declarations with exported class (@​JLHwung)

... (truncated)

Commits

Updates brace-expansion from 2.0.1 to 2.0.2

Release notes

Sourced from brace-expansion's releases.

v2.0.2

  • pkg: publish on tag 2.x 14f1d91
  • fmt ed7780a
  • Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) 36603d5

juliangruber/brace-expansion@v2.0.1...v2.0.2

Commits

Updates jsonpath-plus from 10.2.0 to 10.3.0

Release notes

Sourced from jsonpath-plus's releases.

v10.3.0

What's Changed

Full Changelog: JSONPath-Plus/JSONPath@v10.2.0...v10.3.0

Changelog

Sourced from jsonpath-plus's changelog.

10.3.0

  • fix(eval): rce using non-string prop names (#237)
  • feat(demo): make demo link shareable (#238)
  • chore: update deps. and devDeps.
Commits
  • 9754e4b chore: bump version
  • f690da1 chore: update deps and devDeps
  • 313a9b4 Merge pull request #238 from 80avin/shareable-demo
  • 39a0d03 Merge pull request #237 from 80avin/fix-10.2.0-rce
  • 1c532fc feat(demo): make demo link shareable
  • 3094289 fix(eval): rce using non-string prop names
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by 80avin, a new releaser for jsonpath-plus since your current version.


Removes tough-cookie

Updates @kubernetes/client-node from 0.22.3 to 1.3.0

Release notes

Sourced from @​kubernetes/client-node's releases.

1.3.0

What's Changed

Full Changelog: kubernetes-client/javascript@1.2.0...1.3.0

1.2.0

What's Changed

New Contributors

Full Changelog: kubernetes-client/javascript@1.1.2...1.2.0

1.1.2

What's Changed between 1.0.0 and 1.1.2

... (truncated)

Commits
  • 940af26 Merge pull request #2457 from kubernetes-client/dependabot/npm_and_yarn/main/...
  • 5dad6d3 Merge pull request #2456 from kubernetes-client/dependabot/npm_and_yarn/main/...
  • 55e1a8a build(deps-dev): bump typescript-eslint from 8.32.1 to 8.33.0
  • adf25e2 build(deps): bump @​types/node from 22.15.21 to 22.15.23
  • 2ed3379 Merge pull request #2454 from cjihrig/bump
  • 4846def update package versions in preparation for release
  • f809c36 Merge pull request #2452 from kubernetes-client/dependabot/npm_and_yarn/main/...
  • 52c1acf build(deps-dev): bump typedoc from 0.28.4 to 0.28.5
  • 1fcb3a6 Merge pull request #2447 from kubernetes-client/dependabot/npm_and_yarn/main/...
  • affa86a build(deps): bump tar-fs from 3.0.8 to 3.0.9
  • Additional commits viewable in compare view

Updates axios from 1.7.9 to 1.8.2

Release notes

Sourced from axios's releases.

Release v1.8.2

Release notes:

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

Release v1.8.1

Release notes:

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

Release v1.8.0

Release notes:

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

Reverts

BREAKING CHANGES

  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.8.2 (2025-03-07)

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

1.8.0 (2025-02-25)

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

Reverts

BREAKING CHANGES

  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

... (truncated)

Commits
  • a9f7689 chore(release): v1.8.2 (#6812)
  • fb8eec2 fix(http-adapter): add allowAbsoluteUrls to path building (#6810)
  • 9812045 chore(sponsor): update sponsor block (#6804)
  • 72acf75 chore(sponsor): update sponsor block (#6794)
  • 2e64afd chore(release): v1.8.1 (#6800)
  • 36a5a62 fix(utils): move generateString to platform utils to avoid importing crypto...
  • cceb7b1 chore(release): v1.8.0 (#6795)
  • 23a25af fix(utils): replace getRandomValues with crypto module (#6788)
  • 32c7bcc feat: Add config for ignoring absolute URLs (#5902) (#6192)
  • 4a3e26c chore(config): adjust rollup config to preserve license header to minified Ja...
  • Additional commits viewable in compare view

Updates ws from 8.18.0 to 8.18.3

Release notes

Sourced from ws's releases.

8.18.3

Bug fixes

  • Fixed a spec violation where the Sec-WebSocket-Version header was not added to the HTTP response if the client requested version was either invalid or unacceptable (33f5dbaf).

8.18.2

Bug fixes

  • Fixed an issue that, during message decompression when the maximum size was exceeded, led to the emission of an inaccurate error and closure of the connection with an improper close code (#2285).

8.18.1

Bug fixes

  • The length of the UNIX domain socket paths in the tests has been shortened to make them work when run via CITGM (021f7b8b).
Commits

Updates brace-expansion from 2.0.1 to 2.0.2

Release notes

Sourced from brace-expansion's releases.

v2.0.2

  • pkg: publish on tag 2.x 14f1d91
  • fmt ed7780a
  • Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) 36603d5

juliangruber/brace-expansion@v2.0.1...v2.0.2

Commits

Updates jsonpath-plus from 10.2.0 to 10.3.0

Release notes

Sourced from jsonpath-plus's releases.

v10.3.0

What's Changed

Full Changelog: JSONPath-Plus/JSONPath@v10.2.0...v10.3.0

Changelog

Sourced from jsonpath-plus's changelog.

10.3.0

  • fix(eval): rce using non-string prop names (#237)
  • feat(demo): make demo link shareable (#238)
  • chore: update deps. and devDeps.
Commits
  • 9754e4b chore: bump version
  • f690da1 chore: update deps and devDeps
  • 313a9b4 Merge pull request #238 from 80avin/shareable-demo
  • 39a0d03 Merge pull request #237 from 80avin/fix-10.2.0-rce
  • 1c532fc feat(demo): make demo link shareable
  • 3094289 fix(eval): rce using non-string prop names
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by 80avin, a new releaser for jsonpath-plus since your current version.


Removes tough-cookie

Updates @kubernetes/client-node from 0.22.3 to 1.3.0

Release notes

Sourced from @​kubernetes/client-node's releases.

1.3.0

What's Changed

Full Changelog: kubernetes-client/javascript@1.2.0...1.3.0

1.2.0

What's Changed

New Contributors

Full Changelog: kubernetes-client/javascript@1.1.2...1.2.0

1.1.2

What's Changed between 1.0.0 and 1.1.2

... (truncated)

Commits
  • 940af26 Merge pull request #2457 from kubernetes-client/dependabot/npm_and_yarn/main/...
  • 5dad6d3 Merge pull request #2456 from kubernetes-client/dependabot/npm_and_yarn/main/...
  • 55e1a8a build(deps-dev): bump typescript-eslint from 8.32.1 to 8.33.0
  • adf25e2 build(deps): bump @​types/node from 22.15.21 to 22.15.23
  • 2ed3379 Merge pull request #2454 from cjihrig/bump
  • 4846def update package versions in preparation for release
  • f809c36 Merge pull request #2452 from kubernetes-client/dependabot/npm_and_yarn/main/...
  • 52c1acf build(deps-dev): bump typedoc from 0.28.4 to 0.28.5
  • 1fcb3a6 Merge pull request #2447 from kubernetes-client/dependabot/npm_and_yarn/main/...
  • affa86a build(deps): bump tar-fs from 3.0.8 to 3.0.9
  • Additional commits viewable in compare view

Updates ws from 8.18.0 to 8.18.3

Release notes

Sourced from ws's releases.

8.18.3

Bug fixes

  • Fixed a spec violation where the Sec-WebSocket-Version header was not added to the HTTP response if the client requested version was either invalid or unacceptable (33f5dbaf).

8.18.2

Bug fixes

  • Fixed an issue that, during message decompression when the maximum size was exceeded, led to the emission of an inaccurate error and closure of the connection with an improper close code (#2285).

8.18.1

Bug fixes

  • The length of the UNIX domain socket paths in the tests has been shortened to make them work when run via CITGM (021f7b8b).
Commits

Bumps the npm-security-updates group with 1 update in the /tests/integration directory: [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers).
Bumps the npm-security-updates group with 5 updates in the /parser-sdk/nodejs directory:

| Package | From | To |
| --- | --- | --- |
| [brace-expansion](https://github.com/juliangruber/brace-expansion) | `2.0.1` | `2.0.2` |
| [jsonpath-plus](https://github.com/s3u/JSONPath) | `10.2.0` | `10.3.0` |
| [tough-cookie](https://github.com/salesforce/tough-cookie) | `2.5.0` | `removed` |
| [@kubernetes/client-node](https://github.com/kubernetes-client/javascript) | `0.22.3` | `1.3.0` |
| [axios](https://github.com/axios/axios) | `1.7.9` | `1.8.2` |

Bumps the npm-security-updates group with 4 updates in the /hook-sdk/nodejs directory: [brace-expansion](https://github.com/juliangruber/brace-expansion), [jsonpath-plus](https://github.com/s3u/JSONPath), [tough-cookie](https://github.com/salesforce/tough-cookie) and [@kubernetes/client-node](https://github.com/kubernetes-client/javascript).
Bumps the npm-security-updates group with 4 updates in the /auto-discovery/kubernetes/pull-secret-extractor/integration-test directory: [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers), [jsonpath-plus](https://github.com/s3u/JSONPath), [tough-cookie](https://github.com/salesforce/tough-cookie) and [@kubernetes/client-node](https://github.com/kubernetes-client/javascript).
Bumps the npm-security-updates group with 4 updates in the / directory: [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers), [jsonpath-plus](https://github.com/s3u/JSONPath), [tough-cookie](https://github.com/salesforce/tough-cookie) and [@kubernetes/client-node](https://github.com/kubernetes-client/javascript).


Updates `@babel/helpers` from 7.26.0 to 7.27.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.6/packages/babel-helpers)

Updates `brace-expansion` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v2.0.1...v2.0.2)

Updates `jsonpath-plus` from 10.2.0 to 10.3.0
- [Release notes](https://github.com/s3u/JSONPath/releases)
- [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md)
- [Commits](JSONPath-Plus/JSONPath@v10.2.0...v10.3.0)

Removes `tough-cookie`

Updates `@kubernetes/client-node` from 0.22.3 to 1.3.0
- [Release notes](https://github.com/kubernetes-client/javascript/releases)
- [Commits](kubernetes-client/javascript@0.22.3...1.3.0)

Updates `axios` from 1.7.9 to 1.8.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.9...v1.8.2)

Updates `ws` from 8.18.0 to 8.18.3
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.0...8.18.3)

Updates `brace-expansion` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v2.0.1...v2.0.2)

Updates `jsonpath-plus` from 10.2.0 to 10.3.0
- [Release notes](https://github.com/s3u/JSONPath/releases)
- [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md)
- [Commits](JSONPath-Plus/JSONPath@v10.2.0...v10.3.0)

Removes `tough-cookie`

Updates `@kubernetes/client-node` from 0.22.3 to 1.3.0
- [Release notes](https://github.com/kubernetes-client/javascript/releases)
- [Commits](kubernetes-client/javascript@0.22.3...1.3.0)

Updates `ws` from 8.18.0 to 8.18.3
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.0...8.18.3)

Updates `@babel/helpers` from 7.26.0 to 7.27.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.6/packages/babel-helpers)

Updates `jsonpath-plus` from 10.2.0 to 10.3.0
- [Release notes](https://github.com/s3u/JSONPath/releases)
- [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md)
- [Commits](JSONPath-Plus/JSONPath@v10.2.0...v10.3.0)

Removes `tough-cookie`

Updates `@kubernetes/client-node` from 0.22.3 to 1.3.0
- [Release notes](https://github.com/kubernetes-client/javascript/releases)
- [Commits](kubernetes-client/javascript@0.22.3...1.3.0)

Updates `ws` from 8.18.0 to 8.18.3
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.0...8.18.3)

Updates `@babel/helpers` from 7.24.4 to 7.27.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.6/packages/babel-helpers)

Updates `jsonpath-plus` from 10.2.0 to 10.3.0
- [Release notes](https://github.com/s3u/JSONPath/releases)
- [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md)
- [Commits](JSONPath-Plus/JSONPath@v10.2.0...v10.3.0)

Removes `tough-cookie`

Updates `@kubernetes/client-node` from 0.22.3 to 1.3.0
- [Release notes](https://github.com/kubernetes-client/javascript/releases)
- [Commits](kubernetes-client/javascript@0.22.3...1.3.0)

Updates `ws` from 8.18.0 to 8.18.3
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.0...8.18.3)

---
updated-dependencies:
- dependency-name: "@babel/helpers"
  dependency-version: 7.27.6
  dependency-type: indirect
  dependency-group: npm-security-updates
- dependency-name: brace-expansion
  dependency-version: 2.0.2
  dependency-type: indirect
  dependency-group: npm-security-updates
- dependency-name: jsonpath-plus
  dependency-version: 10.3.0
  dependency-type: indirect
  dependency-group: npm-security-updates
- dependency-name: tough-cookie
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm-security-updates
- dependency-name: "@kubernetes/client-node"
  dependency-version: 1.3.0
  dependency-type: direct:production
  dependency-group: npm-security-updates
- dependency-name: axios
  dependency-version: 1.8.2
  dependency-type: direct:production
  dependency-group: npm-security-updates
- dependency-name: ws
  dependency-version: 8.18.3
  dependency-type: direct:production
  dependency-group: npm-security-updates
- dependency-name: brace-expansion
  dependency-version: 2.0.2
  dependency-type: indirect
  dependency-group: npm-security-updates
- dependency-name: jsonpath-plus
  dependency-version: 10.3.0
  dependency-type: indirect
  dependency-group: npm-security-updates
- dependency-name: tough-cookie
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm-security-updates
- dependency-name: "@kubernetes/client-node"
  dependency-version: 1.3.0
  dependency-type: direct:production
  dependency-group: npm-security-updates
- dependency-name: ws
  dependency-version: 8.18.3
  dependency-type: direct:production
  dependency-group: npm-security-updates
- dependency-name: "@babel/helpers"
  dependency-version: 7.27.6
  dependency-type: indirect
  dependency-group: npm-security-updates
- dependency-name: jsonpath-plus
  dependency-version: 10.3.0
  dependency-type: indirect
  dependency-group: npm-security-updates
- dependency-name: tough-cookie
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm-security-updates
- dependency-name: "@kubernetes/client-node"
  dependency-version: 1.3.0
  dependency-type: direct:production
  dependency-group: npm-security-updates
- dependency-name: ws
  dependency-version: 8.18.3
  dependency-type: indirect
  dependency-group: npm-security-updates
- dependency-name: "@babel/helpers"
  dependency-version: 7.27.6
  dependency-type: indirect
  dependency-group: npm-security-updates
- dependency-name: jsonpath-plus
  dependency-version: 10.3.0
  dependency-type: indirect
  dependency-group: npm-security-updates
- dependency-name: tough-cookie
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm-security-updates
- dependency-name: "@kubernetes/client-node"
  dependency-version: 1.3.0
  dependency-type: direct:production
  dependency-group: npm-security-updates
- dependency-name: ws
  dependency-version: 8.18.3
  dependency-type: indirect
  dependency-group: npm-security-updates
...

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 Jul 14, 2025
@netlify
Copy link

netlify bot commented Jul 14, 2025

Deploy Preview for docs-securecodebox ready!

Name Link
🔨 Latest commit bbf9282
🔍 Latest deploy log https://app.netlify.com/projects/docs-securecodebox/deploys/687531827ca54a00095e77f1
😎 Deploy Preview https://deploy-preview-3129--docs-securecodebox.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@sonarqubecloud
Copy link

@J12934
Copy link
Member

J12934 commented Jul 15, 2025

fixed by #3088

@J12934 J12934 closed this Jul 15, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 15, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@github-project-automation github-project-automation bot moved this from Triage to Done in secureCodeBox Jul 15, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tests/integration/npm-security-updates-e23846816f branch July 15, 2025 07:43
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

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant