Skip to content

Commit

Permalink
fix: upgrade @types/codemirror from 5.60.7 to 5.60.15 (#3988)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @types/codemirror from 5.60.7 to 5.60.15.

See this package in yarn:
@types/codemirror

See this project in Snyk:
https://app.snyk.io/org/application-services-red-hat-openshift-api-management/project/93939262-11fd-454c-a828-d381949ac1be?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
briangallagher and snyk-bot authored Jan 22, 2025
1 parent 0da38d5 commit 2ffd7f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@stripe/stripe-js": "1.50.0",
"@types/braintree-web": "3.96.11",
"@types/c3": "^0.7.8",
"@types/codemirror": "^5.60.5",
"@types/codemirror": "^5.60.15",
"@types/enzyme": "^3.10.13",
"@types/jest": "^29.5.14",
"@types/jquery": "^3.5.14",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2730,10 +2730,10 @@
dependencies:
"@types/node" "*"

"@types/codemirror@^5.60.5":
version "5.60.7"
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-5.60.7.tgz#efbb78e5e79f90c6762c2127c02096648e600808"
integrity sha512-QXIC+RPzt/1BGSuD6iFn6UMC9TDp+9hkOANYNPVsjjrDdzKphfRkwQDKGp2YaC54Yhz0g6P5uYTCCibZZEiMAA==
"@types/codemirror@^5.60.15":
version "5.60.15"
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-5.60.15.tgz#0f82be6f4126d1e59cf4c4830e56dcd49d3c3e8a"
integrity sha512-dTOvwEQ+ouKJ/rE9LT1Ue2hmP6H1mZv5+CCnNWu2qtiOe2LQa9lCprEY20HxiDmV/Bxh+dXjywmy5aKvoGjULA==
dependencies:
"@types/tern" "*"

Expand Down

0 comments on commit 2ffd7f6

Please sign in to comment.