From 520b21135ef9e81063c2a6f8969171670c25ec0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:04:21 +0200 Subject: [PATCH] build(deps): bump @types/node from 18.15.11 to 18.16.0 (#733) --- 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 8d45667..b41c1f9 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.11", + "@types/node": "^18.16.0", "@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.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz", - "integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==" + "version": "18.16.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.0.tgz", + "integrity": "sha512-BsAaKhB+7X+H4GnSjGhJG9Qi8Tw+inU9nJDwmD5CgOmBLEI6ArdhikpLX7DjbjDRDTbqZzU2LSQNZg8WGPiSZQ==" }, "node_modules/@types/node-fetch": { "version": "2.6.2", @@ -3911,9 +3911,9 @@ "dev": true }, "@types/node": { - "version": "18.15.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz", - "integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==" + "version": "18.16.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.0.tgz", + "integrity": "sha512-BsAaKhB+7X+H4GnSjGhJG9Qi8Tw+inU9nJDwmD5CgOmBLEI6ArdhikpLX7DjbjDRDTbqZzU2LSQNZg8WGPiSZQ==" }, "@types/node-fetch": { "version": "2.6.2", diff --git a/package.json b/package.json index bfdf964..6997c80 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.11", + "@types/node": "^18.16.0", "@types/semver": "^7.3.13", "@types/tmp": "^0.2.3", "tmp": "^0.2.1"