diff --git a/package-lock.json b/package-lock.json index 495e03056e..e485934194 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@actions/github": "^5.1.1", "@actions/http-client": "^2.1.0", "@actions/tool-cache": "^2.0.1", - "@types/node": "^18.15.10", + "@types/node": "^18.15.11", "@types/semver": "^7.3.13", "@types/tmp": "^0.2.3", "tmp": "^0.2.1" @@ -581,9 +581,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.15.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.10.tgz", - "integrity": "sha512-9avDaQJczATcXgfmMAW3MIWArOO7A+m90vuCFLr8AotWf8igO/mRoYukrk2cqZVtv38tHs33retzHEilM7FpeQ==" + "version": "18.15.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz", + "integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==" }, "node_modules/@types/node-fetch": { "version": "2.6.2", @@ -3819,9 +3819,9 @@ "dev": true }, "@types/node": { - "version": "18.15.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.10.tgz", - "integrity": "sha512-9avDaQJczATcXgfmMAW3MIWArOO7A+m90vuCFLr8AotWf8igO/mRoYukrk2cqZVtv38tHs33retzHEilM7FpeQ==" + "version": "18.15.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz", + "integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==" }, "@types/node-fetch": { "version": "2.6.2", diff --git a/package.json b/package.json index 1909621ebf..99e87061b7 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@actions/github": "^5.1.1", "@actions/http-client": "^2.1.0", "@actions/tool-cache": "^2.0.1", - "@types/node": "^18.15.10", + "@types/node": "^18.15.11", "@types/semver": "^7.3.13", "@types/tmp": "^0.2.3", "tmp": "^0.2.1"