chore(deps-dev): Bump jasmine from 5.0.0 to 5.0.1 (#2848)

Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/jasmine/jasmine-npm/releases)
- [Changelog](https://github.com/jasmine/jasmine-npm/blob/main/RELEASE.md)
- [Commits](https://github.com/jasmine/jasmine-npm/compare/v5.0.0...v5.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-12 21:05:05 -06:00 committed by GitHub
parent 30fb3938e9
commit 450da06c7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -30,7 +30,7 @@
"eslint-plugin-promise": "^6.1.1",
"front-matter": "^4.0.2",
"highlight.js": "^11.8.0",
"jasmine": "^5.0.0",
"jasmine": "^5.0.1",
"markdown-it": "13.0.1",
"node-fetch": "^3.3.1",
"recheck": "^4.4.5",
@ -6254,22 +6254,22 @@
}
},
"node_modules/jasmine": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.0.0.tgz",
"integrity": "sha512-wrigegsVTke3gt65LmLhIVqDZVcsYZwj9Oyai0pc04NlmgxIhfgbX0Af9CC3+S9lk0KZlttqjr2EBO8j2OCovA==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.0.1.tgz",
"integrity": "sha512-cLAGOzZyTaDF/T4J8AvBg3Jthp/CAFZNuzxMNBdc0IrNXMhbxxMIY7eLn+1hFjo+QJ0Pvj3ifahBCQDE6i08Ug==",
"dev": true,
"dependencies": {
"glob": "^10.2.2",
"jasmine-core": "~5.0.0"
"jasmine-core": "~5.0.1"
},
"bin": {
"jasmine": "bin/jasmine.js"
}
},
"node_modules/jasmine-core": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.0.0.tgz",
"integrity": "sha512-BJLxZlSVyWPN/oyaS1IIvIjChghI9/xWsLAIJqL9J5Fz47CN3JNr8Lmik3S2S7QS2RxclYjvSVSXP7IR35PAmg==",
"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==",
"dev": true
},
"node_modules/jasmine/node_modules/brace-expansion": {
@ -16912,13 +16912,13 @@
}
},
"jasmine": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.0.0.tgz",
"integrity": "sha512-wrigegsVTke3gt65LmLhIVqDZVcsYZwj9Oyai0pc04NlmgxIhfgbX0Af9CC3+S9lk0KZlttqjr2EBO8j2OCovA==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.0.1.tgz",
"integrity": "sha512-cLAGOzZyTaDF/T4J8AvBg3Jthp/CAFZNuzxMNBdc0IrNXMhbxxMIY7eLn+1hFjo+QJ0Pvj3ifahBCQDE6i08Ug==",
"dev": true,
"requires": {
"glob": "^10.2.2",
"jasmine-core": "~5.0.0"
"jasmine-core": "~5.0.1"
},
"dependencies": {
"brace-expansion": {
@ -16955,9 +16955,9 @@
}
},
"jasmine-core": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.0.0.tgz",
"integrity": "sha512-BJLxZlSVyWPN/oyaS1IIvIjChghI9/xWsLAIJqL9J5Fz47CN3JNr8Lmik3S2S7QS2RxclYjvSVSXP7IR35PAmg==",
"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==",
"dev": true
},
"java-properties": {

View File

@ -61,7 +61,7 @@
"eslint-plugin-promise": "^6.1.1",
"front-matter": "^4.0.2",
"highlight.js": "^11.8.0",
"jasmine": "^5.0.0",
"jasmine": "^5.0.1",
"markdown-it": "13.0.1",
"node-fetch": "^3.3.1",
"recheck": "^4.4.5",