Skip to content

Commit

Permalink
chore(deps-dev): bump jasmine from 5.0.2 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 5.0.2 to 5.1.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.0.2...v5.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent 9f2f87b commit 8dd2a95
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/duckdb-wasm-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint": "^8.35.0",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-react": "^7.32.2",
"jasmine": "^5.0.2",
"jasmine": "^5.1.0",
"jasmine-core": "^5.0.0",
"jasmine-spec-reporter": "^7.0.0",
"make-dir": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/duckdb-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-react": "^7.32.2",
"fast-glob": "^3.3.1",
"jasmine": "^5.0.2",
"jasmine": "^5.1.0",
"jasmine-core": "^5.0.0",
"jasmine-spec-reporter": "^7.0.0",
"js-sha256": "^0.9.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4499,10 +4499,10 @@ jasmine-core@^4.1.0:
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-4.5.0.tgz#1a6bd0bde3f60996164311c88a0995d67ceda7c3"
integrity sha512-9PMzyvhtocxb3aXJVOPqBDswdgyAeSB81QnLop4npOpbqnheaTEwPc9ZloQeVswugPManznQBjD8kWDTjlnHuw==

jasmine-core@^5.0.0, jasmine-core@~5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.0.1.tgz#ba0a0c8e0088c19f99bbce3c9e22accd4c4da37f"
integrity sha512-D4bRej8CplwNtNGyTPD++cafJlZUphzZNV+MSAnbD3er4D0NjL4x9V+mu/SI+5129utnCBen23JwEuBZA9vlpQ==
jasmine-core@^5.0.0, jasmine-core@~5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.1.0.tgz#2a52c92ec2e5a4bf674c3de0edbaa10c3875b6fc"
integrity sha512-bFMMwpKuTZXCuGd51yClFobw5SOtad1kmdWnYO8dNwYV8i01Xj0C2+nyQpSKl1EKxiPfyd1ZgBl/rsusL3aS6w==

jasmine-spec-reporter@^7.0.0:
version "7.0.0"
Expand All @@ -4511,13 +4511,13 @@ jasmine-spec-reporter@^7.0.0:
dependencies:
colors "1.4.0"

jasmine@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-5.0.2.tgz#29e11cdb1af0cc445ff61e3d63da4039fbd2c722"
integrity sha512-fXgPcWfDhENJJVktFZc/JJ+TpdOQIMJTbn6BgSOIneBagrHtKvnyA8Ag6uD8eF2m7cSESG7K/Hfj/Hk5asAwNg==
jasmine@^5.1.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 "^10.2.2"
jasmine-core "~5.0.1"
jasmine-core "~5.1.0"

jest-worker@^27.4.5:
version "27.5.1"
Expand Down

0 comments on commit 8dd2a95

Please sign in to comment.