Skip to content

Commit 3982e20

Browse files
committed
chore(deps): bump and fix changes needed for the latest flat version
1 parent 7f34d31 commit 3982e20

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

package-lock.json

Lines changed: 18 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@slack/web-api": "^7.7.0",
3939
"axios": "^1.7.7",
4040
"axios-retry": "^4.5.0",
41-
"flat": "^5.0.2",
41+
"flat": "^6.0.1",
4242
"https-proxy-agent": "^7.0.5",
4343
"js-yaml": "^4.1.0",
4444
"markup-js": "^1.5.21"

src/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from "node:fs";
22
import path from "node:path";
33
import github from "@actions/github";
4-
import flatten from "flat";
4+
import { flatten } from "flat";
55
import yaml from "js-yaml";
66
import markup from "markup-js";
77
import Config from "./config.js";

0 commit comments

Comments
 (0)