diff --git a/packages/zowe-explorer/__mocks__/mockUtils.ts b/packages/zowe-explorer/__mocks__/mockUtils.ts index 250c61e8ce..06a03e3e0a 100644 --- a/packages/zowe-explorer/__mocks__/mockUtils.ts +++ b/packages/zowe-explorer/__mocks__/mockUtils.ts @@ -1,2 +1,13 @@ +/** + * This program and the accompanying materials are made available under the terms of the + * Eclipse Public License v2.0 which accompanies this distribution, and is available at + * https://www.eclipse.org/legal/epl-v20.html + * + * SPDX-License-Identifier: EPL-2.0 + * + * Copyright Contributors to the Zowe Project. + * + */ + // Idea is borrowed from: https://github.com/kulshekhar/ts-jest/blob/master/src/util/testing.ts export const mocked = any>(fn: T): jest.Mock> => fn as any; diff --git a/yarn.lock b/yarn.lock index 427c49fa5e..417487a991 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11641,10 +11641,10 @@ vite-plugin-checker@^0.6.2: vscode-languageserver-textdocument "^1.0.1" vscode-uri "^3.0.2" -vite@^4.4.9: - version "4.4.12" - resolved "https://registry.npmjs.org/vite/-/vite-4.4.12.tgz#e9c355d5a0d8a47afa46cb4bad10820da333da5c" - integrity sha512-KtPlUbWfxzGVul8Nut8Gw2Qe8sBzWY+8QVc5SL8iRFnpnrcoCaNlzO40c1R6hPmcdTwIPEDkq0Y9+27a5tVbdQ== +vite@^4.4.12: + version "4.5.1" + resolved "https://registry.npmjs.org/vite/-/vite-4.5.1.tgz#3370986e1ed5dbabbf35a6c2e1fb1e18555b968a" + integrity sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA== dependencies: esbuild "^0.18.10" postcss "^8.4.27"