chore(deps-dev): Bump jasmine from 3.6.2 to 3.6.3 (#1807)

Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/jasmine/jasmine-npm/releases)
- [Commits](https://github.com/jasmine/jasmine-npm/compare/v3.6.2...v3.6.3)

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] 2020-11-02 07:54:19 -06:00 committed by GitHub
parent b911156725
commit e4e22e17a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3548,9 +3548,9 @@
}
},
"jasmine": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-3.6.2.tgz",
"integrity": "sha512-Uc0o2MRnC8TS1MjDrB8jE1umKEo2mflzGvdg0Ncs+yuLtOJ+uz/Wz8VmGsNGtuASr8+E0LDgPkOpvdoC76m5WQ==",
"version": "3.6.3",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-3.6.3.tgz",
"integrity": "sha512-Th91zHsbsALWjDUIiU5d/W5zaYQsZFMPTdeNmi8GivZPmAaUAK8MblSG3yQI4VMGC/abF2us7ex60NH1AAIMTA==",
"dev": true,
"requires": {
"glob": "^7.1.6",

View File

@ -51,7 +51,7 @@
"eslint-plugin-standard": "^4.0.2",
"front-matter": "^4.0.2",
"highlight.js": "^10.3.1",
"jasmine": "^3.6.2",
"jasmine": "^3.6.3",
"markdown-it": "12.0.2",
"node-fetch": "^2.6.1",
"rollup": "^2.33.0",