Chronos
Chronos copied to clipboard
Bump jsonpath-plus and @kubernetes/client-node in /chronos_npm_package/server
Bumps jsonpath-plus to 10.3.0 and updates ancestor dependency @kubernetes/client-node. These dependencies need to be updated together.
Updates jsonpath-plus from 7.2.0 to 10.3.0
Release notes
Sourced from jsonpath-plus's releases.
v10.3.0
What's Changed
- fix(eval): rce using non-string prop names by
@​80avinin JSONPath-Plus/JSONPath#237- feat(demo): make demo link shareable by
@​80avinin JSONPath-Plus/JSONPath#238Full Changelog: https://github.com/JSONPath-Plus/JSONPath/compare/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.
10.2.0
- fix(eval): improve security of safe-eval (#233)
- chore: update deps. and devDeps.
10.1.0
- feat: add typeof operator to safe script
10.0.7
- fix(security): prevent
constructoraccess- docs: add security policy file
10.0.6
- fix(security): prevent
call/applyinvocation ofFunction10.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
Functionin "safe" vm10.0.0
BREAKING CHANGES:
- Require Node 18+
... (truncated)
Commits
9754e4bchore: bump versionf690da1chore: update deps and devDeps313a9b4Merge pull request #238 from 80avin/shareable-demo39a0d03Merge pull request #237 from 80avin/fix-10.2.0-rce1c532fcfeat(demo): make demo link shareable3094289fix(eval): rce using non-string prop names8e4acf8chore: bump versionf0708a4chore: update deps. and devDeps.0bfda55build(deps): bump@​eslint/plugin-kitfrom 0.2.0 to 0.2.3 (#234)73ad72efix(eval): improve security of safe-eval (#233)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by 80avin, a new releaser for jsonpath-plus since your current version.
Updates @kubernetes/client-node from 0.18.1 to 1.0.0
Release notes
Sourced from @​kubernetes/client-node's releases.
Release 1.0.0 with
node-fetchinstead of the long deprecatedrequest-library.There is no migration guide (yet?). Have a look at the examples to see how to use it.
0.22.3
What's Changed
- Rev to new patch version. by
@​brendandburnsin kubernetes-client/javascript#1994- build(deps-dev): bump mocha from 10.8.1 to 10.8.2 by
@​dependabotin kubernetes-client/javascript#1997- Update to version 0.22.3 by
@​brendandburnsin kubernetes-client/javascript#1998- build(deps-dev): bump
@​types/nodefrom 22.8.4 to 22.8.6 by@​dependabotin kubernetes-client/javascript#2005- build(deps): bump tslib from 2.8.0 to 2.8.1 by
@​dependabotin kubernetes-client/javascript#2003- build(deps-dev): bump mock-fs from 5.4.0 to 5.4.1 by
@​dependabotin kubernetes-client/javascript#2004- chore: run format as pre-commit hook by
@​mstruebingin kubernetes-client/javascript#2007- build(deps-dev): bump
@​types/wsfrom 8.5.12 to 8.5.13 by@​dependabotin kubernetes-client/javascript#2012- build(deps-dev): bump
@​types/nodefrom 22.8.6 to 22.8.7 by@​dependabotin kubernetes-client/javascript#2011- build(deps-dev): bump typedoc from 0.26.10 to 0.26.11 by
@​dependabotin kubernetes-client/javascript#2013- build(deps-dev): bump
@​types/nodefrom 22.8.7 to 22.9.0 by@​dependabotin kubernetes-client/javascript#2016- build(deps-dev): bump nock from 13.5.5 to 13.5.6 by
@​dependabotin kubernetes-client/javascript#2021- build(deps): bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 by
@​dependabotin kubernetes-client/javascript#2022- Add write permissions to deploy docs by
@​clayrosenthalin kubernetes-client/javascript#2024- bump jsonpath-plus by
@​liviarettin kubernetes-client/javascript#2025- build(deps): bump jsonpath-plus from 10.1.0 to 10.2.0 by
@​dependabotin kubernetes-client/javascript#2029- Update codeql-analysis.yml by
@​brendandburnsin kubernetes-client/javascript#2027- build(deps): bump cross-spawn from 7.0.3 to 7.0.5 by
@​dependabotin kubernetes-client/javascript#2030- chore: bump jsonpath-plus allowed version range by
@​mstruebingin kubernetes-client/javascript#2031- build(deps-dev): bump husky from 9.1.6 to 9.1.7 by
@​dependabotin kubernetes-client/javascript#2034- build(deps-dev): bump
@​types/nodefrom 22.9.0 to 22.9.1 by@​dependabotin kubernetes-client/javascript#2040- build(deps-dev): bump
@​types/mochafrom 10.0.9 to 10.0.10 by@​dependabotin kubernetes-client/javascript#2043- Add support for the v5 protocol by
@​brendandburnsin kubernetes-client/javascript#2037New Contributors
@​clayrosenthalmade their first contribution in kubernetes-client/javascript#2024@​liviarettmade their first contribution in kubernetes-client/javascript#2025Full Changelog: https://github.com/kubernetes-client/javascript/compare/0.22.2...0.22.3
Release 0.22.1
What's Changed
- Fix cp promise returns by converting the exec callbacks into promises by
@​joefernerin kubernetes-client/javascript#1880- test: replace use of deprecated Buffer constructor by
@​cjihrigin kubernetes-client/javascript#1891- ci: test against node 22 by
@​cjihrigin kubernetes-client/javascript#1890- chore: update ws by
@​mstruebingin kubernetes-client/javascript#1888- ci: use node LTS in workflows by
@​mstruebingin kubernetes-client/javascript#1918New Contributors
@​joefernermade their first contribution in kubernetes-client/javascript#1880Full Changelog: https://github.com/kubernetes-client/javascript/compare/0.22.0...0.22.1
Release 0.22.0
... (truncated)
Commits
1da8d10Merge pull request #2114 from kubernetes-client/rev2a5507acAdd the ability to push a non pre-release to NPM9741bc9Merge pull request #2113 from kubernetes-client/rev28352e16Merge pull request #2112 from cjihrig/mv-test-dir5b493a0Rev to 1.0.0 ready for releasee508774src: move test directory under src/980765fMerge pull request #2109 from kubernetes-client/dependabot/npm_and_yarn/relea...1ae60e9build(deps-dev): bump typedoc from 0.27.4 to 0.27.5cdc4855Merge pull request #2108 from brendandburns/automated-generate-91430e7bf89c179Automated openapi generation from 1.32- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.