Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Commit edfeee3

Browse files
Bump broccoli-persistent-filter from 2.3.1 to 3.1.2
Bumps [broccoli-persistent-filter](https://github.com/stefanpenner/broccoli-persistent-filter) from 2.3.1 to 3.1.2. - [Release notes](https://github.com/stefanpenner/broccoli-persistent-filter/releases) - [Changelog](https://github.com/broccolijs/broccoli-persistent-filter/blob/master/CHANGELOG.md) - [Commits](broccolijs/broccoli-persistent-filter@v2.3.1...v3.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent cfa476e commit edfeee3

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"aot-test-generators": "^0.1.0",
3434
"broccoli-concat": "^4.2.4",
35-
"broccoli-persistent-filter": "^2.1.0",
35+
"broccoli-persistent-filter": "^3.1.2",
3636
"chalk": "^3.0.0",
3737
"debug": "^4.2.0",
3838
"ember-cli-version-checker": "^5.1.1",

yarn.lock

+5-14
Original file line numberDiff line numberDiff line change
@@ -1682,15 +1682,7 @@ async-limiter@~1.0.0:
16821682
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
16831683
integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==
16841684

1685-
async-promise-queue@^1.0.3:
1686-
version "1.0.4"
1687-
resolved "https://registry.yarnpkg.com/async-promise-queue/-/async-promise-queue-1.0.4.tgz#308baafbc74aff66a0bb6e7f4a18d4fe8434440c"
1688-
integrity sha512-GQ5X3DT+TefYuFPHdvIPXFTlKnh39U7dwtl+aUBGeKjMea9nBpv3c91DXgeyBQmY07vQ97f3Sr9XHqkamEameQ==
1689-
dependencies:
1690-
async "^2.4.1"
1691-
debug "^2.6.8"
1692-
1693-
async-promise-queue@^1.0.5:
1685+
async-promise-queue@^1.0.3, async-promise-queue@^1.0.5:
16941686
version "1.0.5"
16951687
resolved "https://registry.yarnpkg.com/async-promise-queue/-/async-promise-queue-1.0.5.tgz#cb23bce9fce903a133946a700cc85f27f09ea49d"
16961688
integrity sha512-xi0aQ1rrjPWYmqbwr18rrSKbSaXIeIwSd1J4KAgVfkq8utNbdZoht7GfvfY6swFUAMJ9obkc4WPJmtGwl+B8dw==
@@ -2871,10 +2863,10 @@ broccoli-persistent-filter@^2.1.0, broccoli-persistent-filter@^2.2.1, broccoli-p
28712863
sync-disk-cache "^1.3.3"
28722864
walk-sync "^1.0.0"
28732865

2874-
broccoli-persistent-filter@^3.1.0:
2875-
version "3.1.0"
2876-
resolved "https://registry.yarnpkg.com/broccoli-persistent-filter/-/broccoli-persistent-filter-3.1.0.tgz#5812abbc000b2409ef40addeeed16a2a9482696e"
2877-
integrity sha512-yHHPv7M04qb9ajo3QkbGWetpshekVYG8sSjNdgAPQQ3spiRvS6RthYBddni5iw9b2DidSCpe/YPGRnp7LL4OIQ==
2866+
broccoli-persistent-filter@^3.1.0, broccoli-persistent-filter@^3.1.2:
2867+
version "3.1.2"
2868+
resolved "https://registry.yarnpkg.com/broccoli-persistent-filter/-/broccoli-persistent-filter-3.1.2.tgz#41da6b9577be09a170ecde185f2c5a6099f99c4e"
2869+
integrity sha512-CbU95RXXVyy+eJV9XTiHUC7NnsY3EvdVrGzp3YgyvO2bzXZFE5/GzDp4X/VQqX+jsk4qyT1HvMOF0sD1DX68TQ==
28782870
dependencies:
28792871
async-disk-cache "^2.0.0"
28802872
async-promise-queue "^1.0.3"
@@ -2883,7 +2875,6 @@ broccoli-persistent-filter@^3.1.0:
28832875
hash-for-dep "^1.5.0"
28842876
heimdalljs "^0.2.1"
28852877
heimdalljs-logger "^0.1.7"
2886-
mkdirp "^0.5.1"
28872878
promise-map-series "^0.2.1"
28882879
rimraf "^3.0.0"
28892880
symlink-or-copy "^1.0.1"

0 commit comments

Comments
 (0)