Skip to content

Commit

Permalink
Merge pull request #2875 from zowe/chore/update-deps-for-audit
Browse files Browse the repository at this point in the history
[v2]: Update deps for technical currency
  • Loading branch information
t1m0thyj authored Apr 24, 2024
2 parents 48ca738 + 744f96f commit 612d325
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 22 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-zowe-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"pretty": "echo \"eslint-plugin: nothing to pretty.\"",
"package": "echo \"eslint-plugin: nothing to package.\""
},
"dependencies": {
"devDependencies": {
"requireindex": "^1.1.0",
"rewire": "^6.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/zowe-explorer/src/webviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"dependencies": {
"@types/vscode-webview": "^1.57.1",
"@vscode/webview-ui-toolkit": "^1.2.2",
"lodash.isequal": "^4.5.0",
"lodash": "^4.17.21",
"preact": "^10.16.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"@types/lodash.isequal": "^4.5.6",
"@types/lodash": "^4.17.0",
"@vscode/codicons": "^0.0.33",
"typescript": "^4.5.3",
"vite": "^4.5.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
VSCodeProgressRing,
VSCodeTextField,
} from "@vscode/webview-ui-toolkit/react";
import isEqual from "lodash.isequal";
import { isEqual } from "lodash";

const vscodeApi = acquireVsCodeApi();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { VSCodeCheckbox, VSCodeDataGridCell, VSCodeDataGridRow } from "@vscode/w
import { JSXInternal } from "preact/src/jsx";
import { useDataPanelContext } from "../PersistentUtils";
import { useEffect, useState } from "preact/hooks";
import isEqual from "lodash.isequal";
import { isEqual } from "lodash";

export default function PersistentTableData({ persistentProp }: Readonly<{ persistentProp: readonly string[] }>): JSXInternal.Element {
const { type, selection, selectedItems } = useDataPanelContext();
Expand Down
22 changes: 5 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2382,17 +2382,10 @@
resolved "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-3.0.2.tgz"
integrity sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA==

"@types/lodash.isequal@^4.5.6":
version "4.5.6"
resolved "https://registry.npmjs.org/@types/lodash.isequal/-/lodash.isequal-4.5.6.tgz"
integrity sha512-Ww4UGSe3DmtvLLJm2F16hDwEQSv7U0Rr8SujLUA2wHI2D2dm8kPu6Et+/y303LfjTIwSBKXB/YTUcAKpem/XEg==
dependencies:
"@types/lodash" "*"

"@types/lodash@*":
version "4.14.198"
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.198.tgz"
integrity sha512-trNJ/vtMZYMLhfN45uLq4ShQSw0/S7xCTLLVM+WM1rmFpba/VS42jVUgaO3w/NOLiWR/09lnYk0yMaA/atdIsg==
"@types/lodash@^4.17.0":
version "4.17.0"
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz#d774355e41f372d5350a4d0714abb48194a489c3"
integrity sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==

"@types/markdown-it@^12.2.3":
version "12.2.3"
Expand Down Expand Up @@ -8104,11 +8097,6 @@ lodash.get@^4.4.2:
resolved "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz"
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=

lodash.isequal@^4.5.0:
version "4.5.0"
resolved "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz"
integrity sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==

[email protected]:
version "4.1.2"
resolved "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz"
Expand All @@ -8129,7 +8117,7 @@ lodash.truncate@^4.4.2:
resolved "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz"
integrity sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==

[email protected], lodash@>=3.7.0, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.7.0:
[email protected], lodash@>=3.7.0, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.21, lodash@^4.7.0:
version "4.17.21"
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
Expand Down

0 comments on commit 612d325

Please sign in to comment.