From 4cb96975783006316142911dac808e71dd8b0b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 13:30:33 +0200 Subject: [PATCH] build(deps): bump @types/node from 18.16.0 to 18.16.3 (#740) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d6c0e5..561fa07 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.16.0", + "@types/node": "^18.16.3", "@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.16.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.0.tgz", - "integrity": "sha512-BsAaKhB+7X+H4GnSjGhJG9Qi8Tw+inU9nJDwmD5CgOmBLEI6ArdhikpLX7DjbjDRDTbqZzU2LSQNZg8WGPiSZQ==" + "version": "18.16.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.3.tgz", + "integrity": "sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==" }, "node_modules/@types/node-fetch": { "version": "2.6.2", @@ -3825,9 +3825,9 @@ "dev": true }, "@types/node": { - "version": "18.16.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.0.tgz", - "integrity": "sha512-BsAaKhB+7X+H4GnSjGhJG9Qi8Tw+inU9nJDwmD5CgOmBLEI6ArdhikpLX7DjbjDRDTbqZzU2LSQNZg8WGPiSZQ==" + "version": "18.16.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.3.tgz", + "integrity": "sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==" }, "@types/node-fetch": { "version": "2.6.2", diff --git a/package.json b/package.json index 41892c4..1ded0a9 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.16.0", + "@types/node": "^18.16.3", "@types/semver": "^7.3.13", "@types/tmp": "^0.2.3", "tmp": "^0.2.1"