1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-16 19:45:33 -04:00

📦 npm: Bump p-map from 5.4.0 to 5.5.0

Bumps [p-map](https://github.com/sindresorhus/p-map) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/sindresorhus/p-map/releases)
- [Commits](https://github.com/sindresorhus/p-map/compare/v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: p-map
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-06-10 02:04:15 +00:00
committed by Jake Jarvis
parent bd4d580040
commit 56d838d375
2 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,7 @@
"next-seo": "^5.4.0",
"next-transpile-modules": "^9.0.0",
"node-fetch": "^3.2.6",
"p-map": "^5.4.0",
"p-map": "^5.5.0",
"p-retry": "^5.1.1",
"prop-types": "^15.8.1",
"query-string": "^7.1.1",

View File

@@ -4956,10 +4956,10 @@ p-map@^4.0.0:
dependencies:
aggregate-error "^3.0.0"
p-map@^5.4.0:
version "5.4.0"
resolved "https://registry.yarnpkg.com/p-map/-/p-map-5.4.0.tgz#59b1b931b8c832b5ee5a5cf7274d031e8f4f1624"
integrity sha512-obHraaWkwl4y1NHR4vW5D5k+33+S5QrkFqsNrrvK0R7lilXdzo/DZgnloDvYUaRT+Sk6vVK47JUQMQY6cjPMXg==
p-map@^5.5.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/p-map/-/p-map-5.5.0.tgz#054ca8ca778dfa4cf3f8db6638ccb5b937266715"
integrity sha512-VFqfGDHlx87K66yZrNdI4YGtD70IRyd+zSvgks6mzHPRNkoKy+9EKP4SFC77/vTTQYmRmti7dvqC+m5jBrBAcg==
dependencies:
aggregate-error "^4.0.0"