fix: add @types/node

This commit is contained in:
Fernandez Ludovic 2022-11-28 17:08:35 +01:00
parent f9e61a792f
commit c574c32158
2 changed files with 8 additions and 6 deletions

13
package-lock.json generated
View file

@ -15,6 +15,7 @@
"@actions/github": "^5.1.1", "@actions/github": "^5.1.1",
"@actions/http-client": "^2.0.1", "@actions/http-client": "^2.0.1",
"@actions/tool-cache": "^2.0.1", "@actions/tool-cache": "^2.0.1",
"@types/node": "^18.11.9",
"@types/semver": "^7.3.13", "@types/semver": "^7.3.13",
"@types/tmp": "^0.2.3", "@types/tmp": "^0.2.3",
"tmp": "^0.2.1" "tmp": "^0.2.1"
@ -553,9 +554,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "17.0.32", "version": "18.11.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.32.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz",
"integrity": "sha512-eAIcfAvhf/BkHcf4pkLJ7ECpBAhh9kcxRBpip9cTiO+hf+aJrsxYxBeS6OXvOd9WqNAJmavXVpZvY1rBjNsXmw==" "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg=="
}, },
"node_modules/@types/node-fetch": { "node_modules/@types/node-fetch": {
"version": "2.6.1", "version": "2.6.1",
@ -3892,9 +3893,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "17.0.32", "version": "18.11.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.32.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz",
"integrity": "sha512-eAIcfAvhf/BkHcf4pkLJ7ECpBAhh9kcxRBpip9cTiO+hf+aJrsxYxBeS6OXvOd9WqNAJmavXVpZvY1rBjNsXmw==" "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg=="
}, },
"@types/node-fetch": { "@types/node-fetch": {
"version": "2.6.1", "version": "2.6.1",

View file

@ -30,6 +30,7 @@
"@actions/github": "^5.1.1", "@actions/github": "^5.1.1",
"@actions/http-client": "^2.0.1", "@actions/http-client": "^2.0.1",
"@actions/tool-cache": "^2.0.1", "@actions/tool-cache": "^2.0.1",
"@types/node": "^18.11.9",
"@types/semver": "^7.3.13", "@types/semver": "^7.3.13",
"@types/tmp": "^0.2.3", "@types/tmp": "^0.2.3",
"tmp": "^0.2.1" "tmp": "^0.2.1"