Skip to content

Commit

Permalink
Bump jexl from 2.2.2 to 2.3.0 in /shell
Browse files Browse the repository at this point in the history
Bumps [jexl](https://github.com/TomFrost/jexl) from 2.2.2 to 2.3.0.
- [Changelog](https://github.com/TomFrost/Jexl/blob/master/CHANGELOG.md)
- [Commits](TomFrost/Jexl@v2.2.2...v2.3.0)

---
updated-dependencies:
- dependency-name: jexl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent 6f0efbb commit 5acabe2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"is-url": "1.2.4",
"jest": "27.5.1",
"jest-serializer-vue": "2.0.2",
"jexl": "2.2.2",
"jexl": "2.3.0",
"jquery": "3.5.1",
"js-cookie": "2.2.1",
"js-yaml": "4.1.0",
Expand Down
18 changes: 10 additions & 8 deletions shell/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2452,10 +2452,10 @@
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==

"@babel/runtime@^7.12.13", "@babel/runtime@^7.8.4":
version "7.25.0"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.0.tgz#3af9a91c1b739c569d5d80cc917280919c544ecb"
integrity sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==
"@babel/runtime@^7.10.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.8.4":
version "7.26.0"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
dependencies:
regenerator-runtime "^0.14.0"

Expand Down Expand Up @@ -9505,10 +9505,12 @@ [email protected]:
import-local "^3.0.2"
jest-cli "^27.5.1"

[email protected]:
version "2.2.2"
resolved "https://registry.yarnpkg.com/jexl/-/jexl-2.2.2.tgz#eb06cd84684a52b6408be94604c5529f416ccd2f"
integrity sha512-HYDGbiZtGLbaxp1b0S7Nqbtegu5zhxaUBzsrMIpoEJDNr1M8lSuowpO7ziXldc/+wGGvwkZYQSS8mW2cPpiGgA==
[email protected]:
version "2.3.0"
resolved "https://registry.yarnpkg.com/jexl/-/jexl-2.3.0.tgz#73e0694d86ca917ac24fed753f201c1db59a46c5"
integrity sha512-ecqln4kTWNkMwbFvTukOMDq1jy1GcPzvshhMp/s4pxU86xdLDq7HbDRa87DfMfbSAOS8V6EwvCdfs0S+w/iycA==
dependencies:
"@babel/runtime" "^7.10.2"

joi@^17.4.0:
version "17.13.3"
Expand Down

0 comments on commit 5acabe2

Please sign in to comment.