chore(deps-dev): Bump jasmine from 4.0.0 to 4.0.1 (#2352)

Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/jasmine/jasmine-npm/releases)
- [Commits](https://github.com/jasmine/jasmine-npm/compare/v4.0.0...v4.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] 2022-01-10 11:18:37 -06:00 committed by GitHub
parent 5a84db5598
commit d7212a6384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -30,7 +30,7 @@
"eslint-plugin-promise": "^6.0.0", "eslint-plugin-promise": "^6.0.0",
"front-matter": "^4.0.2", "front-matter": "^4.0.2",
"highlight.js": "^11.4.0", "highlight.js": "^11.4.0",
"jasmine": "^4.0.0", "jasmine": "^4.0.1",
"markdown-it": "12.3.2", "markdown-it": "12.3.2",
"node-fetch": "^3.1.0", "node-fetch": "^3.1.0",
"rollup": "^2.63.0", "rollup": "^2.63.0",
@ -4995,9 +4995,9 @@
} }
}, },
"node_modules/jasmine": { "node_modules/jasmine": {
"version": "4.0.0", "version": "4.0.1",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-4.0.0.tgz", "resolved": "https://registry.npmjs.org/jasmine/-/jasmine-4.0.1.tgz",
"integrity": "sha512-7htNYss1Bd6Dc3bPMWCFH17kaQyfau7cSOALco6RympKLLBFINW6Io4xNJqNGgU2ZYlqNmiXS1W+mjFTqa09xQ==", "integrity": "sha512-NAf9b80ie0pAXLW2l+Fxc8s0Q6SjVgi81jOyHJRQuZ+fPjbVAnXNfN2nIwf5yoRjoSTROyRiETjr9Cr+nNBTVw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"glob": "^7.1.6", "glob": "^7.1.6",
@ -14210,9 +14210,9 @@
} }
}, },
"jasmine": { "jasmine": {
"version": "4.0.0", "version": "4.0.1",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-4.0.0.tgz", "resolved": "https://registry.npmjs.org/jasmine/-/jasmine-4.0.1.tgz",
"integrity": "sha512-7htNYss1Bd6Dc3bPMWCFH17kaQyfau7cSOALco6RympKLLBFINW6Io4xNJqNGgU2ZYlqNmiXS1W+mjFTqa09xQ==", "integrity": "sha512-NAf9b80ie0pAXLW2l+Fxc8s0Q6SjVgi81jOyHJRQuZ+fPjbVAnXNfN2nIwf5yoRjoSTROyRiETjr9Cr+nNBTVw==",
"dev": true, "dev": true,
"requires": { "requires": {
"glob": "^7.1.6", "glob": "^7.1.6",

View File

@ -61,7 +61,7 @@
"eslint-plugin-promise": "^6.0.0", "eslint-plugin-promise": "^6.0.0",
"front-matter": "^4.0.2", "front-matter": "^4.0.2",
"highlight.js": "^11.4.0", "highlight.js": "^11.4.0",
"jasmine": "^4.0.0", "jasmine": "^4.0.1",
"markdown-it": "12.3.2", "markdown-it": "12.3.2",
"node-fetch": "^3.1.0", "node-fetch": "^3.1.0",
"rollup": "^2.63.0", "rollup": "^2.63.0",