Merge pull request #200 from actions/dependabot/npm_and_yarn/npm-development-907b8d474b

Bump the npm-development group across 1 directory with 7 updates
This commit is contained in:
Nick Alteen
2025-06-27 11:12:50 -04:00
committed by GitHub
3 changed files with 488 additions and 492 deletions

6
dist/index.js generated vendored
View File

@@ -39,7 +39,11 @@ function getAugmentedNamespace(n) {
var f = n.default;
if (typeof f == "function") {
var a = function a () {
if (this instanceof a) {
var isInstance = false;
try {
isInstance = this instanceof a;
} catch {}
if (isInstance) {
return Reflect.construct(f, arguments, this.constructor);
}
return f.apply(this, arguments);

960
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -42,20 +42,20 @@
"@actions/github": "^6.0.1"
},
"devDependencies": {
"@eslint/compat": "^1.2.9",
"@eslint/compat": "^1.3.1",
"@jest/globals": "^30.0.0",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"eslint": "^9.28.0",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^28.13.0",
"eslint-plugin-prettier": "^5.4.1",
"eslint-plugin-prettier": "^5.5.1",
"jest": "^30.0.3",
"make-coverage-badge": "^1.2.0",
"prettier": "^3.5.3",
"prettier": "^3.6.2",
"prettier-eslint": "^16.4.2",
"rollup": "^4.42.0"
"rollup": "^4.44.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "*"