From 3f75457c42b4f6688146de2ab7b89e2e0b9ef4ee Mon Sep 17 00:00:00 2001 From: Anton Bershanskiy <45960703+bershanskiy@users.noreply.github.com> Date: Mon, 3 Apr 2023 00:08:10 +0300 Subject: [PATCH 1/2] Create .github/dependabot.yml --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2390d8c809ee..669bdcf805ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,12 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "weekly" groups: github-actions: patterns: - "*" + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" From 610538bd177a5742d99b2b080d80a30fa9bb1619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 18:33:24 +0000 Subject: [PATCH 2/2] Bump get-stream from 7.0.1 to 8.0.1 Bumps [get-stream](https://github.com/sindresorhus/get-stream) from 7.0.1 to 8.0.1. - [Release notes](https://github.com/sindresorhus/get-stream/releases) - [Commits](https://github.com/sindresorhus/get-stream/compare/v7.0.1...v8.0.1) --- updated-dependencies: - dependency-name: get-stream dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab7b361553e6..1d0321bd4972 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint-plugin-compat": "4.2.0", "eslint-plugin-import": "2.29.0", "eslint-plugin-local": "1.0.0", - "get-stream": "7.0.1", + "get-stream": "8.0.1", "globby": "14.0.0", "jasmine-core": "5.1.1", "jest": "29.7.0", @@ -5967,9 +5967,9 @@ } }, "node_modules/get-stream": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-7.0.1.tgz", - "integrity": "sha512-3M8C1EOFN6r8AMUhwUAACIoXZJEOufDU5+0gFFN5uNs6XYOralD2Pqkl7m046va6x77FwposWXbAhPPIOus7mQ==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", + "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", "dev": true, "engines": { "node": ">=16" diff --git a/package.json b/package.json index f101a1e885a8..f8cf2d0ec821 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "eslint-plugin-compat": "4.2.0", "eslint-plugin-import": "2.29.0", "eslint-plugin-local": "1.0.0", - "get-stream": "7.0.1", + "get-stream": "8.0.1", "globby": "14.0.0", "jasmine-core": "5.1.1", "jest": "29.7.0",