Skip to content

Commit

Permalink
Update dependency @octokit/rest to v21 (#5139)
Browse files Browse the repository at this point in the history
* Add eslint comment

* Dedupe dependencies

---------

Co-authored-by: Olga Bulat <[email protected]>
  • Loading branch information
openverse-bot and obulat authored Nov 8, 2024
1 parent c3a8244 commit 86cb680
Show file tree
Hide file tree
Showing 4 changed files with 301 additions and 338 deletions.
4 changes: 2 additions & 2 deletions automations/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"private": true,
"version": "0.0.0",
"dependencies": {
"@octokit/rest": "19.0.13",
"@octokit/rest": "21.0.2",
"axios": "^1.0.0",
"js-yaml": "^4.1.0",
"k6": "0.0.0",
"nunjucks": "^3.2.4"
},
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0"
}
}
1 change: 1 addition & 0 deletions automations/js/src/last_week_tonight.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { resolve } from "path"

import yaml from "js-yaml"
import axios from "axios"
// eslint-disable-next-line import/no-unresolved
import { Octokit } from "@octokit/rest"

import { escapeHtml } from "./utils/html.mjs"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
},
"devDependencies": {
"@babel/parser": "^7.24.8",
"@nuxt/test-utils": "^3.14.1",
"@nuxt/test-utils": "^3.14.4",
"@nuxtjs/i18n": "8.5.5",
"@nuxtjs/storybook": "8.3.2",
"@playwright/test": "1.48.2",
Expand Down
Loading

0 comments on commit 86cb680

Please sign in to comment.