diff --git a/package-lock.json b/package-lock.json index b6719653a790..109fcab6f170 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "devDependencies": { "@edx/stylelint-config-edx": "2.3.3", "babel-jest": "29.7.0", - "jasmine-core": "2.6.4", + "jasmine-core": "2.99.1", "jasmine-jquery": "git+https://git@github.com/velesin/jasmine-jquery.git#ebad463d592d3fea00c69f26ea18a930e09c7b58", "jest": "29.7.0", "karma": "0.13.22", @@ -11509,9 +11509,9 @@ } }, "node_modules/jasmine-core": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.6.4.tgz", - "integrity": "sha512-HUYBYi/hlSnCIr8QH9xuDBJUAzSHS0El3HxTomovIQcNxtbNhoOtKwpEZaB/jq3sfW/qyhqwW/VDUtoB2RZ4Tg==", + "version": "2.99.1", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.99.1.tgz", + "integrity": "sha512-ra97U4qu3OCcIxvN6eg3kyy8bLrID/TgxafSGMMICg3SFx5C/sUfDPpiOh7yoIsHdtjrOVdtT9rieYhqOsh9Ww==", "dev": true, "license": "MIT", "peer": true @@ -15463,18 +15463,6 @@ ], "license": "MIT" }, - "node_modules/q": { - "version": "0.9.7", - "resolved": "https://registry.npmjs.org/q/-/q-0.9.7.tgz", - "integrity": "sha512-ijt0LhxWClXBtc1RCt8H0WhlZLAdVX26nWbpsJy+Hblmp81d2F/pFsvlrJhJDDruFHM+ECtxP0H0HzGSrARkwg==", - "deprecated": "You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.\n\n(For a CapTP with native promises, see @endo/eventual-send and @endo/captp)", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.6.0", - "teleport": ">=0.2.0" - } - }, "node_modules/qified": { "version": "0.5.0", "resolved": "https://registry.npmjs.org/qified/-/qified-0.5.0.tgz", @@ -17404,7 +17392,6 @@ } ], "license": "Apache-2.0", - "peer": true, "dependencies": { "@bazel/runfiles": "^6.3.1", "jszip": "^3.10.1", diff --git a/package.json b/package.json index 4255528233ae..7bb1317ee324 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "devDependencies": { "@edx/stylelint-config-edx": "2.3.3", "babel-jest": "29.7.0", - "jasmine-core": "2.6.4", + "jasmine-core": "2.99.1", "jasmine-jquery": "git+https://git@github.com/velesin/jasmine-jquery.git#ebad463d592d3fea00c69f26ea18a930e09c7b58", "jest": "29.7.0", "karma": "0.13.22",