From 2c4d29e4072a8e6f1a27d3e3c53c5c5f01f16e87 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Wed, 20 Aug 2025 18:07:44 +0530 Subject: [PATCH] package.json version update --- .licenses/npm/@types/node.dep.yml | 2 +- .licenses/npm/undici-types.dep.yml | 6 ++++-- package-lock.json | 24 +++++++++++++----------- package.json | 6 +++--- 4 files changed, 21 insertions(+), 17 deletions(-) diff --git a/.licenses/npm/@types/node.dep.yml b/.licenses/npm/@types/node.dep.yml index ff9fafb8..86544f48 100644 --- a/.licenses/npm/@types/node.dep.yml +++ b/.licenses/npm/@types/node.dep.yml @@ -1,6 +1,6 @@ --- name: "@types/node" -version: 20.10.3 +version: 24.1.0 type: npm summary: TypeScript definitions for node homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node diff --git a/.licenses/npm/undici-types.dep.yml b/.licenses/npm/undici-types.dep.yml index a65b8aff..370219bf 100644 --- a/.licenses/npm/undici-types.dep.yml +++ b/.licenses/npm/undici-types.dep.yml @@ -1,15 +1,17 @@ --- name: undici-types -version: 5.26.5 +version: 7.8.0 type: npm summary: A stand-alone types package for Undici homepage: https://undici.nodejs.org license: mit licenses: -- sources: Auto-generated MIT license text +- sources: LICENSE text: | MIT License + Copyright (c) Matteo Collina and Undici contributors + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights diff --git a/package-lock.json b/package-lock.json index 37a1c24c..12c45a7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stale-action", - "version": "9.0.0", + "version": "10.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stale-action", - "version": "9.0.0", + "version": "10.0.0", "license": "MIT", "dependencies": { "@actions/cache": "^4.0.3", @@ -20,7 +20,7 @@ "devDependencies": { "@types/jest": "^29.5.14", "@types/lodash.deburr": "^4.1.6", - "@types/node": "^20.5.1", + "@types/node": "^24.1.0", "@types/semver": "^7.5.0", "@typescript-eslint/eslint-plugin": "^6.2.1", "@typescript-eslint/parser": "^6.2.1", @@ -42,7 +42,7 @@ }, "engines": { "node": "24", - "npm": ">=7.0.0 <10.0.0-0" + "npm": ">=7.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -1854,11 +1854,12 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.10.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.3.tgz", - "integrity": "sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==", + "version": "24.1.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.1.0.tgz", + "integrity": "sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==", + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~7.8.0" } }, "node_modules/@types/node-fetch": { @@ -7521,9 +7522,10 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", + "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", + "license": "MIT" }, "node_modules/universal-user-agent": { "version": "6.0.1", diff --git a/package.json b/package.json index cbb01a2f..0e53c00a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stale-action", - "version": "9.0.0", + "version": "10.0.0", "private": true, "description": "Marks old issues and PRs as stale", "main": "lib/main.js", @@ -32,7 +32,7 @@ ], "engines": { "node": "24", - "npm": ">=7.0.0 <10.0.0-0" + "npm": ">=7.0.0" }, "author": "GitHub", "license": "MIT", @@ -48,7 +48,7 @@ "devDependencies": { "@types/jest": "^29.5.14", "@types/lodash.deburr": "^4.1.6", - "@types/node": "^20.5.1", + "@types/node": "^24.1.0", "@types/semver": "^7.5.0", "@typescript-eslint/eslint-plugin": "^6.2.1", "@typescript-eslint/parser": "^6.2.1",