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

build(deps-dev): bump @types/lodash from 4.17.7 to 4.17.13 #142

Closed
Closed
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/babel__core": "^7.20.5",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.7",
"@types/lodash": "^4.17.13",
"@types/node": "^20.14.14",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.3.3",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7277,13 +7277,20 @@ __metadata:
languageName: node
linkType: hard

"@types/lodash@npm:^4.14.167, @types/lodash@npm:^4.17.7":
"@types/lodash@npm:^4.14.167":
version: 4.17.7
resolution: "@types/lodash@npm:4.17.7"
checksum: 10/b8177f19cf962414a66989837481b13f546afc2e98e8d465bec59e6ac03a59c584eb7053ce511cde3a09c5f3096d22a5ae22cfb56b23f3b0da75b0743b6b1a44
languageName: node
linkType: hard

"@types/lodash@npm:^4.17.13":
version: 4.17.13
resolution: "@types/lodash@npm:4.17.13"
checksum: 10/ddb34e20810c71be2d9445bcc4b64ec25b83976738454de709854b79c7f655b03704b76235445699956d65012987720e0e429a35489de65495cdb5420202d905
languageName: node
linkType: hard

"@types/mdx@npm:^2.0.0":
version: 2.0.6
resolution: "@types/mdx@npm:2.0.6"
Expand Down Expand Up @@ -20479,7 +20486,7 @@ __metadata:
"@testing-library/user-event": "npm:^14.5.2"
"@types/babel__core": "npm:^7.20.5"
"@types/jest": "npm:^29.5.12"
"@types/lodash": "npm:^4.17.7"
"@types/lodash": "npm:^4.17.13"
"@types/node": "npm:^20.14.14"
"@types/prop-types": "npm:^15.7.12"
"@types/react": "npm:^18.3.3"
Expand Down
Loading