Skip to content

Commit

Permalink
build: update dependency jasmine to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 25, 2024
1 parent 776a281 commit 117ba5f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"eslint-plugin-import": "2.29.1",
"fs-extra": "^11.0.0",
"husky": "^9.0.0",
"jasmine": "^3.9.0",
"jasmine": "^5.0.0",
"jasmine-ts": "^0.4.0",
"json-schema-to-typescript": "^13.0.0",
"prettier": "~3.2.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4035,10 +4035,10 @@ jackspeak@^2.0.3:
optionalDependencies:
"@pkgjs/parseargs" "^0.11.0"

jasmine-core@~3.99.0:
version "3.99.1"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.99.1.tgz#5bfa4b2d76618868bfac4c8ff08bb26fffa4120d"
integrity sha512-Hu1dmuoGcZ7AfyynN3LsfruwMbxMALMka+YtZeGoLuDEySVmVAPaonkNoBRIw/ectu8b9tVQCJNgp4a4knp+tg==
jasmine-core@~5.1.0:
version "5.1.1"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.1.1.tgz#38b6ccfbe60aa2a863cf441751d9639b5a571edc"
integrity sha512-UrzO3fL7nnxlQXlvTynNAenL+21oUQRlzqQFsA2U11ryb4+NLOCOePZ70PTojEaUKhiFugh7dG0Q+I58xlPdWg==

jasmine-ts@^0.4.0:
version "0.4.0"
Expand All @@ -4047,13 +4047,13 @@ jasmine-ts@^0.4.0:
dependencies:
yargs "^17.0.1"

jasmine@^3.9.0:
version "3.99.0"
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-3.99.0.tgz#7cc7aeda7ade2d57694fc818a374f778cbb4ea62"
integrity sha512-YIThBuHzaIIcjxeuLmPD40SjxkEcc8i//sGMDKCgkRMVgIwRJf5qyExtlJpQeh7pkeoBSOe6lQEdg+/9uKg9mw==
jasmine@^5.0.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-5.1.0.tgz#a3218fd425ff35aec12f3dc6cf70d8cebbf0042a"
integrity sha512-prmJlC1dbLhti4nE4XAPDWmfJesYO15sjGXVp7Cs7Ym5I9Xtwa/hUHxxJXjnpfLO72+ySttA0Ztf8g/RiVnUKw==
dependencies:
glob "^7.1.6"
jasmine-core "~3.99.0"
glob "^10.2.2"
jasmine-core "~5.1.0"

jiti@^1.18.2:
version "1.18.2"
Expand Down

0 comments on commit 117ba5f

Please sign in to comment.