housekeeping(dev-deps): @jest/globals@26.5.3

This commit is contained in:
Renovate Bot
2020-10-15 22:15:41 +00:00
committed by renovate[bot]
parent c616456ef3
commit e5e9df2a05
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -3481,14 +3481,14 @@
}
},
"@jest/globals": {
"version": "26.5.2",
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-26.5.2.tgz",
"integrity": "sha512-9PmnFsAUJxpPt1s/stq02acS1YHliVBDNfAWMe1bwdRr1iTCfhbNt3ERQXrO/ZfZSweftoA26Q/2yhSVSWQ3sw==",
"version": "26.5.3",
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-26.5.3.tgz",
"integrity": "sha512-7QztI0JC2CuB+Wx1VdnOUNeIGm8+PIaqngYsZXQCkH2QV0GFqzAYc9BZfU0nuqA6cbYrWh5wkuMzyii3P7deug==",
"dev": true,
"requires": {
"@jest/environment": "^26.5.2",
"@jest/types": "^26.5.2",
"expect": "^26.5.2"
"expect": "^26.5.3"
},
"dependencies": {
"ansi-styles": {
@@ -3516,9 +3516,9 @@
"dev": true
},
"expect": {
"version": "26.5.2",
"resolved": "https://registry.npmjs.org/expect/-/expect-26.5.2.tgz",
"integrity": "sha512-ccTGrXZd8DZCcvCz4htGXTkd/LOoy6OEtiDS38x3/VVf6E4AQL0QoeksBiw7BtGR5xDNiRYPB8GN6pfbuTOi7w==",
"version": "26.5.3",
"resolved": "https://registry.npmjs.org/expect/-/expect-26.5.3.tgz",
"integrity": "sha512-kkpOhGRWGOr+TEFUnYAjfGvv35bfP+OlPtqPIJpOCR9DVtv8QV+p8zG0Edqafh80fsjeE+7RBcVUq1xApnYglw==",
"dev": true,
"requires": {
"@jest/types": "^26.5.2",

View File

@@ -107,7 +107,7 @@
"@babel/preset-env": "=7.12.0",
"@babel/preset-react": "=7.10.4",
"@babel/register": "=7.12.0",
"@jest/globals": "=26.5.2",
"@jest/globals": "=26.5.3",
"@release-it/conventional-changelog": "=1.1.4",
"autoprefixer": "^9.0.0",
"babel-eslint": "^10.0.0",