Skip to content

Commit fca83c9

Browse files
fix(security): update vulnerability-updates (#1342)
Signed-off-by: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
1 parent e2404a4 commit fca83c9

File tree

5 files changed

+453
-152
lines changed

5 files changed

+453
-152
lines changed

libs/providers/ofrep-web/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
transform: {
1111
'^.+\\.[tj]s$': 'ts-jest',
1212
},
13-
testEnvironment: 'jsdom',
13+
testEnvironment: 'node', // Use 'node' so we can run msw test server
1414
moduleFileExtensions: ['ts', 'js', 'html'],
1515
setupFiles: ['./jest.polyfills.js'],
1616
};

libs/shared/config-cat-core/package-lock.json

Lines changed: 311 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)