Merge pull request #1 from Ludy87/codex/update-project-for-pinning

Pin dependencies
This commit is contained in:
Ludy 2025-08-19 13:15:22 +02:00 committed by GitHub
commit cd2648458c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 44 additions and 43 deletions

47
package-lock.json generated
View File

@ -9,29 +9,29 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"@actions/github": "6.0.0",
"picomatch": "^2.3.1"
"picomatch": "2.3.1"
},
"devDependencies": {
"@octokit/webhooks-types": "^7.3.1",
"@types/jest": "^29.5.11",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.11.6",
"@types/picomatch": "^2.3.3",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^27.6.3",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
"@octokit/webhooks-types": "7.3.1",
"@types/jest": "29.5.11",
"@types/js-yaml": "4.0.9",
"@types/node": "20.11.6",
"@types/picomatch": "2.3.3",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@vercel/ncc": "0.38.1",
"eslint": "8.56.0",
"eslint-plugin-github": "4.10.1",
"eslint-plugin-jest": "27.6.3",
"jest": "29.7.0",
"jest-circus": "29.7.0",
"js-yaml": "4.1.0",
"prettier": "2.8.8",
"ts-jest": "29.1.2",
"typescript": "5.3.3"
},
"engines": {
"node": ">= 20"
@ -47,9 +47,10 @@
}
},
"node_modules/@actions/core": {
"version": "1.10.1",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz",
"integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==",
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz",
"integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==",
"license": "MIT",
"dependencies": {
"@actions/http-client": "^2.0.1",
"uuid": "^8.3.2"

View File

@ -28,28 +28,28 @@
"author": "YourNameOrOrganization",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"@actions/github": "6.0.0",
"picomatch": "^2.3.1"
"picomatch": "2.3.1"
},
"devDependencies": {
"@octokit/webhooks-types": "^7.3.1",
"@types/jest": "^29.5.11",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.11.6",
"@types/picomatch": "^2.3.3",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^27.6.3",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
"@octokit/webhooks-types": "7.3.1",
"@types/jest": "29.5.11",
"@types/js-yaml": "4.0.9",
"@types/node": "20.11.6",
"@types/picomatch": "2.3.3",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@vercel/ncc": "0.38.1",
"eslint": "8.56.0",
"eslint-plugin-github": "4.10.1",
"eslint-plugin-jest": "27.6.3",
"jest": "29.7.0",
"jest-circus": "29.7.0",
"js-yaml": "4.1.0",
"prettier": "2.8.8",
"ts-jest": "29.1.2",
"typescript": "5.3.3"
}
}