summaryrefslogtreecommitdiffstats
path: root/js/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-23 12:02:46 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-08-23 17:44:55 +0200
commit9b6501d43445135c8a8f3caac73c9adfd72905f6 (patch)
tree4c8878ab55aeb327e64ce36e376291156af11229 /js/package-lock.json
parent34c1f5c7a54342314d6e0426cb7b85153853bf6b (diff)
Bump jasmine-core from 3.8.0 to 3.9.0 in /js
Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/jasmine/jasmine/releases) - [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md) - [Commits](https://github.com/jasmine/jasmine/compare/v3.8.0...v3.9.0) --- updated-dependencies: - dependency-name: jasmine-core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'js/package-lock.json')
-rw-r--r--js/package-lock.json14
1 files changed, 11 insertions, 3 deletions
diff --git a/js/package-lock.json b/js/package-lock.json
index 07b23cc2f..924cbb231 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -4663,9 +4663,9 @@
}
},
"jasmine-core": {
- "version": "3.8.0",
- "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.8.0.tgz",
- "integrity": "sha512-zl0nZWDrmbCiKns0NcjkFGYkVTGCPUgoHypTaj+G2AzaWus7QGoXARSlYsSle2VRpSdfJmM+hzmFKzQNhF2kHg==",
+ "version": "3.9.0",
+ "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.9.0.tgz",
+ "integrity": "sha512-Tv3kVbPCGVrjsnHBZ38NsPU3sDOtNa0XmbG2baiyJqdb5/SPpDO6GVwJYtUryl6KB4q1Ssckwg612ES9Z0dreQ==",
"dev": true
},
"jquery": {
@@ -5046,6 +5046,14 @@
"dev": true,
"requires": {
"jasmine-core": "3.8.0"
+ },
+ "dependencies": {
+ "jasmine-core": {
+ "version": "3.8.0",
+ "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.8.0.tgz",
+ "integrity": "sha512-zl0nZWDrmbCiKns0NcjkFGYkVTGCPUgoHypTaj+G2AzaWus7QGoXARSlYsSle2VRpSdfJmM+hzmFKzQNhF2kHg==",
+ "dev": true
+ }
}
},
"kind-of": {