Remove the need to update packages/core

This commit is contained in:
Salman Muin Kayser Chishti
2025-09-25 18:27:46 +01:00
parent fb5ae2a0e0
commit 44b9401378
2 changed files with 3 additions and 29 deletions
+2 -22
View File
@@ -1,19 +1,16 @@
{
"name": "@actions/core",
"version": "2.0.0",
"version": "1.11.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@actions/core",
"version": "2.0.0",
"version": "1.11.1",
"license": "MIT",
"dependencies": {
"@actions/exec": "^1.1.1",
"@actions/http-client": "^2.0.1"
},
"devDependencies": {
"@types/node": "^24.1.0"
}
},
"node_modules/@actions/exec": {
@@ -50,16 +47,6 @@
"node": ">=14"
}
},
"node_modules/@types/node": {
"version": "24.5.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.5.2.tgz",
"integrity": "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.12.0"
}
},
"node_modules/tunnel": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
@@ -80,13 +67,6 @@
"engines": {
"node": ">=14.0"
}
},
"node_modules/undici-types": {
"version": "7.12.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.12.0.tgz",
"integrity": "sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==",
"dev": true,
"license": "MIT"
}
}
}
+1 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "2.0.0",
"version": "1.11.1",
"description": "Actions core lib",
"keywords": [
"github",
@@ -38,11 +38,5 @@
"dependencies": {
"@actions/exec": "^1.1.1",
"@actions/http-client": "^2.0.1"
},
"devDependencies": {
"@types/node": "^24.1.0"
},
"overrides": {
"uri-js": "npm:uri-js-replace@^1.0.1"
}
}