From 1036dba46aca37166631bdd230cd1cb26d7d3356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Sep 2021 02:00:58 +0000 Subject: [PATCH] deps: bump @types/shelljs from 0.8.8 to 0.8.9 Bumps [@types/shelljs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/shelljs) from 0.8.8 to 0.8.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/shelljs) --- updated-dependencies: - dependency-name: "@types/shelljs" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 a1f54fe4f..ff737c26c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@actions/github": "^5.0.0", "@actions/glob": "^0.2.0", "@actions/io": "^1.1.1", - "@types/shelljs": "^0.8.8", + "@types/shelljs": "^0.8.9", "shelljs": "^0.8.4" }, "devDependencies": { @@ -1270,9 +1270,9 @@ "dev": true }, "node_modules/@types/shelljs": { - "version": "0.8.8", - "resolved": "https://registry.npmjs.org/@types/shelljs/-/shelljs-0.8.8.tgz", - "integrity": "sha512-lD3LWdg6j8r0VRBFahJVaxoW0SIcswxKaFUrmKl33RJVeeoNYQAz4uqCJ5Z6v4oIBOsC5GozX+I5SorIKiTcQA==", + "version": "0.8.9", + "resolved": "https://registry.npmjs.org/@types/shelljs/-/shelljs-0.8.9.tgz", + "integrity": "sha512-flVe1dvlrCyQJN/SGrnBxqHG+RzXrVKsmjD8WS/qYHpq5UPjfq7UWFBENP0ZuOl0g6OpAlL6iBoLSvKYUUmyQw==", "dependencies": { "@types/glob": "*", "@types/node": "*" @@ -11620,9 +11620,9 @@ "dev": true }, "@types/shelljs": { - "version": "0.8.8", - "resolved": "https://registry.npmjs.org/@types/shelljs/-/shelljs-0.8.8.tgz", - "integrity": "sha512-lD3LWdg6j8r0VRBFahJVaxoW0SIcswxKaFUrmKl33RJVeeoNYQAz4uqCJ5Z6v4oIBOsC5GozX+I5SorIKiTcQA==", + "version": "0.8.9", + "resolved": "https://registry.npmjs.org/@types/shelljs/-/shelljs-0.8.9.tgz", + "integrity": "sha512-flVe1dvlrCyQJN/SGrnBxqHG+RzXrVKsmjD8WS/qYHpq5UPjfq7UWFBENP0ZuOl0g6OpAlL6iBoLSvKYUUmyQw==", "requires": { "@types/glob": "*", "@types/node": "*" diff --git a/package.json b/package.json index b8550d3f5..6f3a452f5 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@actions/github": "^5.0.0", "@actions/glob": "^0.2.0", "@actions/io": "^1.1.1", - "@types/shelljs": "^0.8.8", + "@types/shelljs": "^0.8.9", "shelljs": "^0.8.4" }, "devDependencies": {