1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-05-13 01:34:05 +02:00

Build(deps-dev): Bump jasmine-core from 5.0.1 to 5.1.0 in /js

Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.0.1 to 5.1.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/v5.0.1...v5.1.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] 2023-07-24 12:43:30 +00:00 committed by Benjamin Brahmer
parent 0d061efe64
commit f158cdbb12
2 changed files with 8 additions and 8 deletions

14
js/package-lock.json generated
View File

@ -23,7 +23,7 @@
"gulp-ng-annotate": "^2.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"jasmine-core": "^5.0.1",
"jasmine-core": "^5.1.0",
"jquery": "^3.7.0",
"jshint": "^2.13.6",
"karma": "^6.4.2",
@ -3606,9 +3606,9 @@
}
},
"node_modules/jasmine-core": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.0.1.tgz",
"integrity": "sha512-D4bRej8CplwNtNGyTPD++cafJlZUphzZNV+MSAnbD3er4D0NjL4x9V+mu/SI+5129utnCBen23JwEuBZA9vlpQ==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.1.0.tgz",
"integrity": "sha512-bFMMwpKuTZXCuGd51yClFobw5SOtad1kmdWnYO8dNwYV8i01Xj0C2+nyQpSKl1EKxiPfyd1ZgBl/rsusL3aS6w==",
"dev": true
},
"node_modules/jquery": {
@ -10091,9 +10091,9 @@
}
},
"jasmine-core": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.0.1.tgz",
"integrity": "sha512-D4bRej8CplwNtNGyTPD++cafJlZUphzZNV+MSAnbD3er4D0NjL4x9V+mu/SI+5129utnCBen23JwEuBZA9vlpQ==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.1.0.tgz",
"integrity": "sha512-bFMMwpKuTZXCuGd51yClFobw5SOtad1kmdWnYO8dNwYV8i01Xj0C2+nyQpSKl1EKxiPfyd1ZgBl/rsusL3aS6w==",
"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": "^5.0.1",
"jasmine-core": "^5.1.0",
"jquery": "^3.7.0",
"jshint": "^2.13.6",
"karma": "^6.4.2",