Bump jasmine-core from 4.1.0 to 4.1.1 in /js

Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](https://github.com/jasmine/jasmine/compare/v4.1.0...v4.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-10 12:02:30 +00:00 committed by Sean Molenaar
parent 37460f271c
commit 129caf4ae1
2 changed files with 4 additions and 4 deletions

6
js/package-lock.json generated
View File

@ -3716,9 +3716,9 @@
}
},
"jasmine-core": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.1.0.tgz",
"integrity": "sha512-8E8BiffCL8sBwK1zU9cbavLe8xpJAgOduSJ6N8PJVv8VosQ/nxVTuXj2kUeHxTlZBVvh24G19ga7xdiaxlceKg==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.1.1.tgz",
"integrity": "sha512-lmUfT5XcK9KKvt3lLYzn93hc4MGzlUBowExFVgzbSW0ZCrdeyS574dfsyfRhxbg81Wj4gk+RxUiTnj7KBfDA1g==",
"dev": true
},
"jquery": {

View File

@ -40,7 +40,7 @@
"gulp-ng-annotate": "^2.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"jasmine-core": "^4.1.0",
"jasmine-core": "^4.1.1",
"jquery": "^3.6.0",
"jshint": "^2.13.4",
"karma": "^6.3.19",