Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security: bump the npm_and_yarn group with 2 updates #314

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2024

Bumps the npm_and_yarn group with 2 updates: jsonpath-plus and @kubernetes/client-node.

Updates jsonpath-plus from 8.1.0 to 10.1.0

Changelog

Sourced from jsonpath-plus's changelog.

10.1.0

  • feat: add typeof operator to safe script

10.0.7

  • fix(security): prevent constructor access
  • docs: add security policy file

10.0.6

  • fix(security): prevent call/apply invocation of Function

10.0.5

  • fix: remove overly aggressive disabling of native functions but disallow __proto__

10.0.4

  • fix(security): further prevent binding of Function calls which may evade detection

10.0.3

  • fix(security): prevent binding of Function calls which may evade detection

10.0.2

  • fix(security): prevent Function calls outside of member expressions

10.0.1

  • fix(security): prohibit Function in "safe" vm

10.0.0

BREAKING CHANGES:

  • Require Node 18+

  • fix(security): use safe vm by default in Node

  • chore: bump jsep, devDeps. and lint

9.0.0

BREAKING CHANGES:

  • Removes preventEval property. Prefer eval: false instead.

  • Changed behavior of eval property. In the browser, eval/Function won't be used by default to evaluate expressions. Instead, we'll safely evaluate using a subset of JavaScript. To resume using unsafe eval in the browser, pass in the option eval: "native"

  • feat: add safe eval for browser and eval option (#185) (@​80avin)

  • feat: add ignoreEvalErrors property (@​80avin)

Commits

Updates @kubernetes/client-node from 0.21.0 to 0.22.1

Release notes

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

Release 0.22.1

What's Changed

New Contributors

Full Changelog: kubernetes-client/javascript@0.22.0...0.22.1

Release 0.22.0

What's Changed

New Contributors

Full Changelog: kubernetes-client/javascript@0.21.0...0.22.0

Commits
  • 5a69713 Merge pull request #1932 from kubernetes-client/dependabot/npm_and_yarn/jasmi...
  • 63b3d94 Merge pull request #1931 from kubernetes-client/dependabot/npm_and_yarn/mock-...
  • e0cbd15 Merge pull request #1930 from kubernetes-client/dependabot/npm_and_yarn/typed...
  • d2102b3 build(deps-dev): bump jasmine from 5.3.1 to 5.4.0
  • 121f00f build(deps-dev): bump mock-fs from 5.3.0 to 5.4.0
  • 37c4cbc build(deps-dev): bump typedoc from 0.26.8 to 0.26.9
  • b05ab87 Merge pull request #1920 from kubernetes-client/ms/prepare-patch-0.22.1
  • c4c52c7 Merge pull request #1918 from kubernetes-client/ms/update-node-in-workflow
  • 81fb6ea chore: prepare patch release 0.22.1
  • f4dbc08 Revert "chore: prepare patch release"
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 2 updates: [jsonpath-plus](https://github.com/s3u/JSONPath) and [@kubernetes/client-node](https://github.com/kubernetes-client/javascript).


Updates `jsonpath-plus` from 8.1.0 to 10.1.0
- [Release notes](https://github.com/s3u/JSONPath/releases)
- [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md)
- [Commits](https://github.com/s3u/JSONPath/commits/v10.1.0)

Updates `@kubernetes/client-node` from 0.21.0 to 0.22.1
- [Release notes](https://github.com/kubernetes-client/javascript/releases)
- [Changelog](https://github.com/kubernetes-client/javascript/blob/master/CHANGELOG.md)
- [Commits](kubernetes-client/javascript@0.21.0...0.22.1)

---
updated-dependencies:
- dependency-name: jsonpath-plus
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@kubernetes/client-node"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 30, 2024 18:27
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 30, 2024
@dependabot dependabot bot requested review from sethvargo and verbanicm October 30, 2024 18:27
@sethvargo sethvargo merged commit 0b94768 into main Oct 30, 2024
7 checks passed
@sethvargo sethvargo deleted the dependabot/npm_and_yarn/npm_and_yarn-eae3383a74 branch October 30, 2024 21:10
sethvargo pushed a commit that referenced this pull request Dec 2, 2024
## What's Changed
* security: bump the npm_and_yarn group with 2 updates by @dependabot in
#314
* Support DNS-based endpoint by @sethvargo in
#318


**Full Changelog**:
v2.2.2...0ecd365
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
Development

Successfully merging this pull request may close these issues.

1 participant