Skip to content

Commit 215789b

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
build(deps-dev): bump @types/jasmine in /frank-flow/src/frontend
Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.10.3 to 4.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine) --- updated-dependencies: - dependency-name: "@types/jasmine" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 324ef76 commit 215789b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

frank-flow/src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@commitlint/cli": "^16.2.3",
5656
"@commitlint/config-conventional": "^16.2.1",
5757
"@types/cytoscape": "^3.19.4",
58-
"@types/jasmine": "^3.10.3",
58+
"@types/jasmine": "^4.0.0",
5959
"@typescript-eslint/eslint-plugin": "^5.15.0",
6060
"@types/node": "^17.0.21",
6161
"@typescript-eslint/parser": "^5.15.0",

frank-flow/src/frontend/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1994,10 +1994,10 @@
19941994
dependencies:
19951995
"@types/node" "*"
19961996

1997-
"@types/jasmine@^3.10.3":
1998-
version "3.10.3"
1999-
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.10.3.tgz#a89798b3d5a8bd23ca56e855a9aee3e5a93bdaaa"
2000-
integrity sha512-SWyMrjgdAUHNQmutvDcKablrJhkDLy4wunTme8oYLjKp41GnHGxMRXr2MQMvy/qy8H3LdzwQk9gH4hZ6T++H8g==
1997+
"@types/jasmine@^4.0.0":
1998+
version "4.0.0"
1999+
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-4.0.0.tgz#48bfd99cbe16dcdcde0b7d3bfa62319504d141f9"
2000+
integrity sha512-KvhqNz4NaONk7cfp4E9x+uXOUp7x4H2Zeyb4yXnw2vIuxD5YfSi1767x+aF7z54elhZcC0OH9/78/WL6+5jcDg==
20012001

20022002
"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
20032003
version "7.0.9"

0 commit comments

Comments
 (0)