From 9ad93c02907fc6ee65dc97afe1a3d2fcdb057dbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:11:30 +0000 Subject: [PATCH] chore(deps): update dependency jasmine-core to v5.4.0 (#451) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jasmine-core](https://jasmine.github.io) ([source](https://redirect.github.com/jasmine/jasmine)) | [`5.3.0` -> `5.4.0`](https://renovatebot.com/diffs/npm/jasmine-core/5.3.0/5.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/jasmine-core/5.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/jasmine-core/5.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/jasmine-core/5.3.0/5.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jasmine-core/5.3.0/5.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
jasmine/jasmine (jasmine-core) ### [`v5.4.0`](https://redirect.github.com/jasmine/jasmine/releases/tag/v5.4.0) [Compare Source](https://redirect.github.com/jasmine/jasmine/compare/v5.3.0...v5.4.0) Please see the [release notes](https://redirect.github.com/jasmine/jasmine/blob/main/release_notes/5.4.0.md).
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/openedx/edx-ui-toolkit). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 15 ++++----------- package.json | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c05006b..b98fc172 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "gulp-util": "3.0.8", "gulp4-run-sequence": "^1.0.1", "jasmine": "5.4.0", - "jasmine-core": "5.3.0", + "jasmine-core": "5.4.0", "jsdoc3-parser": "3.0.0", "jsdox": "0.4.10", "karma": "6.4.4", @@ -8875,9 +8875,9 @@ } }, "node_modules/jasmine-core": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.3.0.tgz", - "integrity": "sha512-zsOmeBKESky4toybvWEikRiZ0jHoBEu79wNArLfMdSnlLMZx3Xcp6CSm2sUcYyoJC+Uyj8LBJap/MUbVSfJ27g==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.4.0.tgz", + "integrity": "sha512-T4fio3W++llLd7LGSGsioriDHgWyhoL6YTu4k37uwJLF7DzOzspz7mNxRoM3cQdLWtL/ebazQpIf/yZGJx/gzg==", "dev": true, "license": "MIT" }, @@ -8912,13 +8912,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/jasmine/node_modules/jasmine-core": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.4.0.tgz", - "integrity": "sha512-T4fio3W++llLd7LGSGsioriDHgWyhoL6YTu4k37uwJLF7DzOzspz7mNxRoM3cQdLWtL/ebazQpIf/yZGJx/gzg==", - "dev": true, - "license": "MIT" - }, "node_modules/jasmine/node_modules/minimatch": { "version": "9.0.5", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", diff --git a/package.json b/package.json index dd844b85..2f24c02e 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "gulp-util": "3.0.8", "gulp4-run-sequence": "^1.0.1", "jasmine": "5.4.0", - "jasmine-core": "5.3.0", + "jasmine-core": "5.4.0", "jsdoc3-parser": "3.0.0", "jsdox": "0.4.10", "karma": "6.4.4",