Skip to content

Commit

Permalink
fix: Workflow Bot -- Update ALL Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored and github-actions[bot] committed Dec 22, 2024
1 parent e98236f commit 176f075
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 211 deletions.
2 changes: 1 addition & 1 deletion action-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@cspell/cspell-bundled-dicts"
],
"devDependencies": {
"esbuild": "^0.24.1"
"esbuild": "^0.24.2"
},
"dependencies": {
"@actions/core": "^1.11.1",
Expand Down
8 changes: 4 additions & 4 deletions action/lib/main_root.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -63650,7 +63650,7 @@ __reExport(lib_exports, dist_exports);
var import_node_assert19 = __toESM(require("node:assert"), 1);
var import_node_util8 = require("node:util");

// ../node_modules/.pnpm/[email protected].0/node_modules/chalk/source/vendor/ansi-styles/index.js
// ../node_modules/.pnpm/[email protected].1/node_modules/chalk/source/vendor/ansi-styles/index.js
var ANSI_BACKGROUND_OFFSET = 10;
var wrapAnsi16 = (offset = 0) => (code) => `\x1B[${code + offset}m`;
var wrapAnsi256 = (offset = 0) => (code) => `\x1B[${38 + offset};5;${code}m`;
Expand Down Expand Up @@ -63836,7 +63836,7 @@ function assembleStyles() {
var ansiStyles = assembleStyles();
var ansi_styles_default = ansiStyles;

// ../node_modules/.pnpm/[email protected].0/node_modules/chalk/source/vendor/supports-color/index.js
// ../node_modules/.pnpm/[email protected].1/node_modules/chalk/source/vendor/supports-color/index.js
var import_node_process4 = __toESM(require("node:process"), 1);
var import_node_os5 = __toESM(require("node:os"), 1);
var import_node_tty = __toESM(require("node:tty"), 1);
Expand Down Expand Up @@ -63962,7 +63962,7 @@ var supportsColor = {
};
var supports_color_default = supportsColor;

// ../node_modules/.pnpm/[email protected].0/node_modules/chalk/source/utilities.js
// ../node_modules/.pnpm/[email protected].1/node_modules/chalk/source/utilities.js
function stringReplaceAll(string, substring, replacer) {
let index = string.indexOf(substring);
if (index === -1) {
Expand Down Expand Up @@ -63992,7 +63992,7 @@ function stringEncaseCRLFWithFirstIndex(string, prefix, postfix, index) {
return returnValue;
}

// ../node_modules/.pnpm/[email protected].0/node_modules/chalk/source/index.js
// ../node_modules/.pnpm/[email protected].1/node_modules/chalk/source/index.js
var { stdout: stdoutColor, stderr: stderrColor } = supports_color_default;
var GENERATOR = Symbol("GENERATOR");
var STYLER = Symbol("STYLER");
Expand Down
Loading

0 comments on commit 176f075

Please sign in to comment.