Skip to content

Commit d549f1e

Browse files
Update dependency @mitodl/open-api-axios to v2024.11.14
1 parent fd6d1af commit d549f1e

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"homepage": "https://github.com/mitodl/course-search-utils#readme",
5454
"dependencies": {
55-
"@mitodl/open-api-axios": "2024.9.16",
55+
"@mitodl/open-api-axios": "2024.11.14",
5656
"@remixicon/react": "^4.2.0",
5757
"axios": "^1.6.7",
5858
"fuse.js": "^7.0.0"

yarn.lock

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -853,12 +853,12 @@
853853
dependencies:
854854
make-plural "^7.0.0"
855855

856-
"@mitodl/open-api-axios@2024.9.16":
857-
version "2024.9.16"
858-
resolved "https://registry.yarnpkg.com/@mitodl/open-api-axios/-/open-api-axios-2024.9.16.tgz#198dd88fb8f6aab4780e14e295a80453e622ff72"
859-
integrity sha512-me0/zMJnZN2rbUnaVICER4zQtewL45rUjdKkjVZBjz+DKLyl7Qe68pn0C3XLXuiM6HjFuF9CL8Mc4vj4+EVWWg==
856+
"@mitodl/open-api-axios@2024.11.14":
857+
version "2024.11.14"
858+
resolved "https://registry.yarnpkg.com/@mitodl/open-api-axios/-/open-api-axios-2024.11.14.tgz#a1b83d8c7069fb9822350765b23f9d912ec6537a"
859+
integrity sha512-uw9tmGOsVJgAydERZNRjqv+4pS5S2SDfsE6Rljk5dDvzPhhQ/0KMN8roIh/JWSdjj1pGP21cnkUjSdgH8zeWKw==
860860
dependencies:
861-
"@types/node" "^20.11.19"
861+
"@types/node" "^22.0.0"
862862
axios "^1.6.5"
863863

864864
"@next/env@14.2.23":
@@ -1287,20 +1287,13 @@
12871287
dependencies:
12881288
next "*"
12891289

1290-
"@types/node@*":
1290+
"@types/node@*", "@types/node@^22.0.0":
12911291
version "22.13.1"
12921292
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.1.tgz#a2a3fefbdeb7ba6b89f40371842162fac0934f33"
12931293
integrity sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==
12941294
dependencies:
12951295
undici-types "~6.20.0"
12961296

1297-
"@types/node@^20.11.19":
1298-
version "20.17.17"
1299-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.17.tgz#5cea2af2e271313742c14f418eaf5dcfa8ae2e3a"
1300-
integrity sha512-/WndGO4kIfMicEQLTi/mDANUu/iVUhT7KboZPdEqqHQ4aTS+3qT3U5gIqWDFV+XouorjfgGqvKILJeHhuQgFYg==
1301-
dependencies:
1302-
undici-types "~6.19.2"
1303-
13041297
"@types/prop-types@*":
13051298
version "15.7.14"
13061299
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.14.tgz#1433419d73b2a7ebfc6918dcefd2ec0d5cd698f2"
@@ -5133,11 +5126,6 @@ unbox-primitive@^1.1.0:
51335126
has-symbols "^1.1.0"
51345127
which-boxed-primitive "^1.1.1"
51355128

5136-
undici-types@~6.19.2:
5137-
version "6.19.8"
5138-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
5139-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
5140-
51415129
undici-types@~6.20.0:
51425130
version "6.20.0"
51435131
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"

0 commit comments

Comments
 (0)