mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-06 07:50:37 +00:00
chore: pinned the dependencies
see: https://github.com/opentofu/setup-opentofu/pull/2#discussion_r1349662921 Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
parent
c0694856cd
commit
a8c9f4d930
2 changed files with 18 additions and 18 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
|
@ -9,17 +9,17 @@
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.1",
|
"@actions/core": "1.10.1",
|
||||||
"@actions/exec": "^1.1.1",
|
"@actions/exec": "1.1.1",
|
||||||
"@actions/io": "^1.1.3",
|
"@actions/io": "1.1.3",
|
||||||
"@actions/tool-cache": "^2.0.1"
|
"@actions/tool-cache": "2.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vercel/ncc": "^0.38.0",
|
"@vercel/ncc": "0.38.0",
|
||||||
"husky": "^8.0.3",
|
"husky": "8.0.3",
|
||||||
"jest": "^29.7.0",
|
"jest": "29.7.0",
|
||||||
"nock": "^13.3.3",
|
"nock": "13.3.3",
|
||||||
"semistandard": "^17.0.0"
|
"semistandard": "17.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@aashutoshrathi/word-wrap": {
|
"node_modules/@aashutoshrathi/word-wrap": {
|
||||||
|
|
|
||||||
18
package.json
18
package.json
|
|
@ -19,17 +19,17 @@
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.1",
|
"@actions/core": "1.10.1",
|
||||||
"@actions/exec": "^1.1.1",
|
"@actions/exec": "1.1.1",
|
||||||
"@actions/io": "^1.1.3",
|
"@actions/io": "1.1.3",
|
||||||
"@actions/tool-cache": "^2.0.1"
|
"@actions/tool-cache": "2.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vercel/ncc": "^0.38.0",
|
"@vercel/ncc": "0.38.0",
|
||||||
"husky": "^8.0.3",
|
"husky": "8.0.3",
|
||||||
"jest": "^29.7.0",
|
"jest": "29.7.0",
|
||||||
"nock": "^13.3.3",
|
"nock": "13.3.3",
|
||||||
"semistandard": "^17.0.0"
|
"semistandard": "17.0.0"
|
||||||
},
|
},
|
||||||
"semistandard": {
|
"semistandard": {
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue