Skip to content

Commit

Permalink
chore(deps-dev): bump jasmine from 5.4.0 to 5.5.0
Browse files Browse the repository at this point in the history
Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/jasmine/jasmine-npm/releases)
- [Changelog](https://github.com/jasmine/jasmine-npm/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine-npm@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: jasmine
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 5a06722 commit e5879f9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/libraries.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@types/jasmine": "5.1.5",
"@types/node": "~20",
"jasmine": "5.4.0",
"jasmine": "5.5.0",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typedoc": "0.27.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/xkcdjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/jasmine": "5.1.5",
"@types/node": "~20",
"http-status-codes": "2.3.0",
"jasmine": "5.4.0",
"jasmine": "5.5.0",
"nock": "13.5.6",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4082,18 +4082,18 @@ jake@^10.8.5:
filelist "^1.0.1"
minimatch "^3.0.4"

jasmine-core@~5.4.0:
version "5.4.0"
resolved "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.4.0.tgz#86c5610dfa0804d7d2791f556a5e704fbcb85b2a"
integrity sha512-T4fio3W++llLd7LGSGsioriDHgWyhoL6YTu4k37uwJLF7DzOzspz7mNxRoM3cQdLWtL/ebazQpIf/yZGJx/gzg==
jasmine-core@~5.5.0:
version "5.5.0"
resolved "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.5.0.tgz#43564e4b41f73a37cff3aeb262e23bbd073576d8"
integrity sha512-NHOvoPO6o9gVR6pwqEACTEpbgcH+JJ6QDypyymGbSUIFIFsMMbBJ/xsFNud8MSClfnWclXd7RQlAZBz7yVo5TQ==

jasmine@5.4.0:
version "5.4.0"
resolved "https://registry.npmjs.org/jasmine/-/jasmine-5.4.0.tgz#6e82a7bb4e5cb2b341105eac38f4b55c22d1a2dd"
integrity sha512-E2u4ylX5tgGYvbynImU6EUBKKrSVB1L72FEPjGh4M55ov1VsxR26RA2JU91L9YSPFgcjo4mCLyKn/QXvEYGBkA==
jasmine@5.5.0:
version "5.5.0"
resolved "https://registry.npmjs.org/jasmine/-/jasmine-5.5.0.tgz#dbcb7a59a3ce88d475cc6e9341db92b8a8bb7974"
integrity sha512-JKlEVCVD5QBPYLsg/VE+IUtjyseDCrW8rMBu8la+9ysYashDgavMLM9Kotls1FhI6dCJLJ40dBCIfQjGLPZI1Q==
dependencies:
glob "^10.2.2"
jasmine-core "~5.4.0"
jasmine-core "~5.5.0"

"jest-diff@>=29.4.3 < 30", jest-diff@^29.4.1:
version "29.7.0"
Expand Down

0 comments on commit e5879f9

Please sign in to comment.