Bump pepjs from 0.5.2 to 0.5.3 (#2550)

Bumps [pepjs](https://github.com/jquery/PEP) from 0.5.2 to 0.5.3.
- [Release notes](https://github.com/jquery/PEP/releases)
- [Commits](https://github.com/jquery/PEP/commits/0.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-12-14 05:29:51 +02:00 committed by GitHub
parent 4999ca5c82
commit ecbddd214c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -19513,9 +19513,9 @@
}
},
"pepjs": {
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/pepjs/-/pepjs-0.5.2.tgz",
"integrity": "sha512-acPfplXnTKaG8p7VBgkNaBJSGsZu7LYrqEmLCQFoeHYl21B74mMBeVoQA/Gl9u5GmysgzrOCeHsEjw0mXo61nw==",
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/pepjs/-/pepjs-0.5.3.tgz",
"integrity": "sha512-5yHVB9OHqKd9fr/OIsn8ss0NgThQ9buaqrEuwr9Or5YjPp6h+WTDKWZI+xZLaBGZCtODTnFtlSHNmhFsq67THg==",
"dev": true
},
"performance-now": {

View File

@ -59,7 +59,7 @@
"husky": "4.3.6",
"jest-canvas-mock": "2.3.0",
"lint-staged": "10.5.3",
"pepjs": "0.5.2",
"pepjs": "0.5.3",
"prettier": "2.2.1",
"rewire": "5.0.0"
},