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

Commit fbd98cb

Browse files
build(deps): Bump @netlify/cache-utils from 0.2.2 to 0.2.4 (#36)
Bumps [@netlify/cache-utils](https://github.com/netlify/build) from 0.2.2 to 0.2.4. - [Release notes](https://github.com/netlify/build/releases) - [Commits](https://github.com/netlify/build/commits) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 1d10f43 commit fbd98cb

File tree

2 files changed

+23
-12
lines changed

2 files changed

+23
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/pizzafox/netlify-cache-nextjs/issues"
99
},
1010
"dependencies": {
11-
"@netlify/cache-utils": "^0.2.2"
11+
"@netlify/cache-utils": "^0.2.4"
1212
},
1313
"devDependencies": {
1414
"prettier": "^1.19.1",

yarn.lock

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@
4242
call-me-maybe "^1.0.1"
4343
glob-to-regexp "^0.3.0"
4444

45-
"@netlify/cache-utils@^0.2.2":
46-
version "0.2.2"
47-
resolved "https://registry.yarnpkg.com/@netlify/cache-utils/-/cache-utils-0.2.2.tgz#e8402880e67651cc5bacf53aa3556624d5fa311d"
48-
integrity sha512-wZMn77Xiao895lju6fLhH9z/ocnRV79rU8z1GqmnfFDPa1o7CKV3xGLQKkMDvUopHGJRMM3Op9sIP7aWSUmqdg==
45+
"@netlify/cache-utils@^0.2.4":
46+
version "0.2.4"
47+
resolved "https://registry.yarnpkg.com/@netlify/cache-utils/-/cache-utils-0.2.4.tgz#78325ccf4446c5ba341516789ee72920e68b7b85"
48+
integrity sha512-qySES6dAxYHxj90gKvHKJ+dX7SdtcjsYPTQopgp2kcW7CdNxoPZsTM3lpTr2JSvz6jzo/tUGv9jexk14MALDNw==
4949
dependencies:
50+
array-flat-polyfill "^1.0.1"
5051
cpy "^8.0.0"
5152
del "^5.1.0"
5253
get-stream "^5.1.0"
@@ -55,7 +56,7 @@
5556
move-file "^1.2.0"
5657
p-map "^3.0.0"
5758
path-exists "^4.0.0"
58-
readdirp "^3.3.0"
59+
readdirp "^3.4.0"
5960

6061
"@nodelib/[email protected]":
6162
version "2.1.3"
@@ -570,6 +571,11 @@ array-find@^1.0.0:
570571
resolved "https://registry.yarnpkg.com/array-find/-/array-find-1.0.0.tgz#6c8e286d11ed768327f8e62ecee87353ca3e78b8"
571572
integrity sha1-bI4obRHtdoMn+OYuzuhzU8o+eLg=
572573

574+
array-flat-polyfill@^1.0.1:
575+
version "1.0.1"
576+
resolved "https://registry.yarnpkg.com/array-flat-polyfill/-/array-flat-polyfill-1.0.1.tgz#1e3a4255be619dfbffbfd1d635c1cf357cd034e7"
577+
integrity sha512-hfJmKupmQN0lwi0xG6FQ5U8Rd97RnIERplymOv/qpq8AoNKPPAnxJadjFA23FNWm88wykh9HmpLJUUwUtNU/iw==
578+
573579
array-ify@^1.0.0:
574580
version "1.0.0"
575581
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
@@ -5497,11 +5503,16 @@ performance-now@^2.1.0:
54975503
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
54985504
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
54995505

5500-
picomatch@^2.0.5, picomatch@^2.0.7:
5506+
picomatch@^2.0.5:
55015507
version "2.2.1"
55025508
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.1.tgz#21bac888b6ed8601f831ce7816e335bc779f0a4a"
55035509
integrity sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA==
55045510

5511+
picomatch@^2.2.1:
5512+
version "2.2.2"
5513+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
5514+
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
5515+
55055516
pify@^2.0.0:
55065517
version "2.3.0"
55075518
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -5917,12 +5928,12 @@ readdir-scoped-modules@^1.0.0, readdir-scoped-modules@^1.1.0:
59175928
graceful-fs "^4.1.2"
59185929
once "^1.3.0"
59195930

5920-
readdirp@^3.3.0:
5921-
version "3.3.0"
5922-
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.3.0.tgz#984458d13a1e42e2e9f5841b129e162f369aff17"
5923-
integrity sha512-zz0pAkSPOXXm1viEwygWIPSPkcBYjW1xU5j/JBh5t9bGCJwa6f9+BJa6VaB2g+b55yVrmXzqkyLf4xaWYM0IkQ==
5931+
readdirp@^3.4.0:
5932+
version "3.4.0"
5933+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.4.0.tgz#9fdccdf9e9155805449221ac645e8303ab5b9ada"
5934+
integrity sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==
59245935
dependencies:
5925-
picomatch "^2.0.7"
5936+
picomatch "^2.2.1"
59265937

59275938
redent@^2.0.0:
59285939
version "2.0.0"

0 commit comments

Comments
 (0)