Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @types/lodash to ^4.17.12 (main) #11102

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/react-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"subpaths": "node ../../scripts/exportSubpaths.mjs --config subpaths.config.json"
},
"devDependencies": {
"@types/lodash": "^4.17.9",
"@types/lodash": "^4.17.12",
"fs-extra": "^11.2.0"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3160,7 +3160,7 @@ __metadata:
dependencies:
"@patternfly/react-styles": "workspace:^"
"@patternfly/react-tokens": "workspace:^"
"@types/lodash": "npm:^4.17.9"
"@types/lodash": "npm:^4.17.12"
fs-extra: "npm:^11.2.0"
hoist-non-react-statics: "npm:^3.3.2"
lodash: "npm:^4.17.21"
Expand Down Expand Up @@ -4457,10 +4457,10 @@ __metadata:
languageName: node
linkType: hard

"@types/lodash@npm:^4.17.9":
version: 4.17.9
resolution: "@types/lodash@npm:4.17.9"
checksum: 10c0/54de935e835508b5f835a5dfaedd2b9a299685a21d11e9c5cd2dde57331d03bc2f98b71d2424ca8460f447ecd55a673e45ccdb70e58f9f72745710f6b91abc60
"@types/lodash@npm:^4.17.12":
version: 4.17.12
resolution: "@types/lodash@npm:4.17.12"
checksum: 10c0/106008f628ea3c74ed7ee7842dee79e230c84e3721ac38c293700031adb5bd130113048c22f476dbde0d0c119506b0fc447d4bd62eca922682d11e00e1377967
languageName: node
linkType: hard

Expand Down
Loading