1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-03-15 18:15:42 +01:00

Bump jasmine-core from 3.7.1 to 3.8.0 in /js

Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 3.7.1 to 3.8.0.
- [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/v3.7.1...v3.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-02 12:02:41 +00:00 committed by Benjamin Brahmer
parent 60f3629b48
commit 5232f1c43f
2 changed files with 4 additions and 4 deletions

6
js/package-lock.json generated
View File

@ -3486,9 +3486,9 @@
}
},
"jasmine-core": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.7.1.tgz",
"integrity": "sha512-DH3oYDS/AUvvr22+xUBW62m1Xoy7tUlY1tsxKEJvl5JeJ7q8zd1K5bUwiOxdH+erj6l2vAMM3hV25Xs9/WrmuQ==",
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.8.0.tgz",
"integrity": "sha512-zl0nZWDrmbCiKns0NcjkFGYkVTGCPUgoHypTaj+G2AzaWus7QGoXARSlYsSle2VRpSdfJmM+hzmFKzQNhF2kHg==",
"dev": true
},
"jquery": {

View File

@ -40,7 +40,7 @@
"gulp-ng-annotate": "^2.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.0.1",
"jasmine-core": "^3.7.1",
"jasmine-core": "^3.8.0",
"jquery": "^3.6.0",
"jshint": "^2.13.0",
"karma": "^6.3.4",