Skip to content

Commit 8b3387b

Browse files
Dependencies updates to fix CG alerts (#5944)
1 parent 172db32 commit 8b3387b

File tree

99 files changed

+5042
-5483
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+5042
-5483
lines changed

common/config/jest/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
// Work around mapping ESM issues; see https://github.com/Azure/azure-sdk-for-js/issues/34195#issuecomment-2850957045
2727
moduleNameMapper: {
2828
'^@typespec/ts-http-runtime/internal/(.*)$':
29-
'<rootDir>/../../../common/temp/node_modules/.pnpm/@typespec+ts-http-runtime@0.2.2/node_modules/@typespec/ts-http-runtime/dist/commonjs/$1/internal.js'
29+
'<rootDir>/../../../common/temp/node_modules/.pnpm/@typespec+ts-http-runtime@0.3.0/node_modules/@typespec/ts-http-runtime/dist/commonjs/$1/internal.js'
3030
},
3131

3232
// A preset that is used as a base for Jest's configuration

0 commit comments

Comments
 (0)