Skip to content

Commit f6173cf

Browse files
npm: bump jasmine and @types/jasmine in /dashboard (#1150)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 980c828 commit f6173cf

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

dashboard/package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dashboard/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"homepage": "https://github.com/abhinavsingh/proxy.py#readme",
2727
"devDependencies": {
28-
"@types/jasmine": "^3.10.2",
28+
"@types/jasmine": "^4.0.3",
2929
"@types/jquery": "^3.5.14",
3030
"@types/js-cookie": "^3.0.2",
3131
"@typescript-eslint/eslint-plugin": "^2.34.0",
@@ -38,7 +38,7 @@
3838
"eslint-plugin-promise": "^4.2.1",
3939
"eslint-plugin-standard": "^5.0.0",
4040
"http-server": "^14.0.0",
41-
"jasmine": "^4.0.2",
41+
"jasmine": "^4.1.0",
4242
"jasmine-ts": "^0.4.0",
4343
"jquery": "^3.6.0",
4444
"js-cookie": "^3.0.1",

0 commit comments

Comments
 (0)