chore(deps-dev): Bump jasmine from 5.0.2 to 5.1.0 (#2887)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-24 23:00:47 -06:00 committed by GitHub
parent c69b62bc0e
commit ab23e19a4e
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", "eslint-plugin-promise": "^6.1.1",
"front-matter": "^4.0.2", "front-matter": "^4.0.2",
"highlight.js": "^11.8.0", "highlight.js": "^11.8.0",
"jasmine": "^5.0.2", "jasmine": "^5.1.0",
"markdown-it": "13.0.1", "markdown-it": "13.0.1",
"node-fetch": "^3.3.1", "node-fetch": "^3.3.1",
"recheck": "^4.4.5", "recheck": "^4.4.5",
@ -6228,22 +6228,22 @@
} }
}, },
"node_modules/jasmine": { "node_modules/jasmine": {
"version": "5.0.2", "version": "5.1.0",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.0.2.tgz", "resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.1.0.tgz",
"integrity": "sha512-fXgPcWfDhENJJVktFZc/JJ+TpdOQIMJTbn6BgSOIneBagrHtKvnyA8Ag6uD8eF2m7cSESG7K/Hfj/Hk5asAwNg==", "integrity": "sha512-prmJlC1dbLhti4nE4XAPDWmfJesYO15sjGXVp7Cs7Ym5I9Xtwa/hUHxxJXjnpfLO72+ySttA0Ztf8g/RiVnUKw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"glob": "^10.2.2", "glob": "^10.2.2",
"jasmine-core": "~5.0.1" "jasmine-core": "~5.1.0"
}, },
"bin": { "bin": {
"jasmine": "bin/jasmine.js" "jasmine": "bin/jasmine.js"
} }
}, },
"node_modules/jasmine-core": { "node_modules/jasmine-core": {
"version": "5.0.1", "version": "5.1.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.0.1.tgz", "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.1.0.tgz",
"integrity": "sha512-D4bRej8CplwNtNGyTPD++cafJlZUphzZNV+MSAnbD3er4D0NjL4x9V+mu/SI+5129utnCBen23JwEuBZA9vlpQ==", "integrity": "sha512-bFMMwpKuTZXCuGd51yClFobw5SOtad1kmdWnYO8dNwYV8i01Xj0C2+nyQpSKl1EKxiPfyd1ZgBl/rsusL3aS6w==",
"dev": true "dev": true
}, },
"node_modules/jasmine/node_modules/brace-expansion": { "node_modules/jasmine/node_modules/brace-expansion": {
@ -16855,13 +16855,13 @@
} }
}, },
"jasmine": { "jasmine": {
"version": "5.0.2", "version": "5.1.0",
"resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.0.2.tgz", "resolved": "https://registry.npmjs.org/jasmine/-/jasmine-5.1.0.tgz",
"integrity": "sha512-fXgPcWfDhENJJVktFZc/JJ+TpdOQIMJTbn6BgSOIneBagrHtKvnyA8Ag6uD8eF2m7cSESG7K/Hfj/Hk5asAwNg==", "integrity": "sha512-prmJlC1dbLhti4nE4XAPDWmfJesYO15sjGXVp7Cs7Ym5I9Xtwa/hUHxxJXjnpfLO72+ySttA0Ztf8g/RiVnUKw==",
"dev": true, "dev": true,
"requires": { "requires": {
"glob": "^10.2.2", "glob": "^10.2.2",
"jasmine-core": "~5.0.1" "jasmine-core": "~5.1.0"
}, },
"dependencies": { "dependencies": {
"brace-expansion": { "brace-expansion": {
@ -16898,9 +16898,9 @@
} }
}, },
"jasmine-core": { "jasmine-core": {
"version": "5.0.1", "version": "5.1.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.0.1.tgz", "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.1.0.tgz",
"integrity": "sha512-D4bRej8CplwNtNGyTPD++cafJlZUphzZNV+MSAnbD3er4D0NjL4x9V+mu/SI+5129utnCBen23JwEuBZA9vlpQ==", "integrity": "sha512-bFMMwpKuTZXCuGd51yClFobw5SOtad1kmdWnYO8dNwYV8i01Xj0C2+nyQpSKl1EKxiPfyd1ZgBl/rsusL3aS6w==",
"dev": true "dev": true
}, },
"java-properties": { "java-properties": {

View File

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