Skip to content

Commit

Permalink
npm: bump jasmine and @types/jasmine in /dashboard
Browse files Browse the repository at this point in the history
Bumps [jasmine](https://github.com/jasmine/jasmine-npm) and [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine). These dependencies needed to be updated together.

Updates `jasmine` from 4.0.2 to 4.1.0
- [Release notes](https://github.com/jasmine/jasmine-npm/releases)
- [Commits](jasmine/jasmine-npm@v4.0.2...v4.1.0)

Updates `@types/jasmine` from 3.10.2 to 4.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)

---
updated-dependencies:
- dependency-name: jasmine
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/jasmine"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 18, 2022
1 parent 980c828 commit 2c99f60
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 deletions dashboard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/abhinavsingh/proxy.py#readme",
"devDependencies": {
"@types/jasmine": "^3.10.2",
"@types/jasmine": "^4.0.3",
"@types/jquery": "^3.5.14",
"@types/js-cookie": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^2.34.0",
Expand All @@ -38,7 +38,7 @@
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"http-server": "^14.0.0",
"jasmine": "^4.0.2",
"jasmine": "^4.1.0",
"jasmine-ts": "^0.4.0",
"jquery": "^3.6.0",
"js-cookie": "^3.0.1",
Expand Down

0 comments on commit 2c99f60

Please sign in to comment.