Skip to content

Commit

Permalink
chore(deps-dev): bump jasmine from 3.9.0 to 3.10.0
Browse files Browse the repository at this point in the history
Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/jasmine/jasmine-npm/releases)
- [Commits](jasmine/jasmine-npm@v3.9.0...v3.10.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] committed Nov 1, 2021
1 parent acdfef4 commit 11c5b75
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-typescript-sort-keys": "1.8.0",
"generate-changelog": "1.8.0",
"husky": "4.3.8",
"jasmine": "3.9.0",
"jasmine": "3.10.0",
"lint-staged": "11.1.2",
"nock": "13.1.3",
"nyc": "15.1.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -1464,18 +1464,18 @@ istanbul-reports@^3.0.2:
html-escaper "^2.0.0"
istanbul-lib-report "^3.0.0"

jasmine-core@~3.9.0:
version "3.9.0"
resolved "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.9.0.tgz#09a3c8169fe98ec69440476d04a0e4cb4d59e452"
integrity sha512-Tv3kVbPCGVrjsnHBZ38NsPU3sDOtNa0XmbG2baiyJqdb5/SPpDO6GVwJYtUryl6KB4q1Ssckwg612ES9Z0dreQ==
jasmine-core@~3.10.0:
version "3.10.1"
resolved "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.10.1.tgz#7aa6fa2b834a522315c651a128d940eca553989a"
integrity sha512-ooZWSDVAdh79Rrj4/nnfklL3NQVra0BcuhcuWoAwwi+znLDoUeH87AFfeX8s+YeYi6xlv5nveRyaA1v7CintfA==

jasmine@3.9.0:
version "3.9.0"
resolved "https://registry.npmjs.org/jasmine/-/jasmine-3.9.0.tgz#286c4f9f88b69defc24acf3989af5533d5c6a0e6"
integrity sha512-JgtzteG7xnqZZ51fg7N2/wiQmXon09szkALcRMTgCMX4u/m17gVJFjObnvw5FXkZOWuweHPaPRVB6DI2uN0wVA==
jasmine@3.10.0:
version "3.10.0"
resolved "https://registry.npmjs.org/jasmine/-/jasmine-3.10.0.tgz#acd3cd560a9d20d8fdad6bd2dd05867d188503f3"
integrity sha512-2Y42VsC+3CQCTzTwJezOvji4qLORmKIE0kwowWC+934Krn6ZXNQYljiwK5st9V3PVx96BSiDYXSB60VVah3IlQ==
dependencies:
glob "^7.1.6"
jasmine-core "~3.9.0"
jasmine-core "~3.10.0"

js-tokens@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 11c5b75

Please sign in to comment.