Browse Source

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

bubble
Renovate Bot 3 years ago
committed by renovate[bot]
parent
commit
e5e9df2a05
2 changed files with 8 additions and 8 deletions
  1. +7
    -7
      package-lock.json
  2. +1
    -1
      package.json

+ 7
- 7
package-lock.json View File

@@ -3481,14 +3481,14 @@
} }
}, },
"@jest/globals": { "@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, "dev": true,
"requires": { "requires": {
"@jest/environment": "^26.5.2", "@jest/environment": "^26.5.2",
"@jest/types": "^26.5.2", "@jest/types": "^26.5.2",
"expect": "^26.5.2"
"expect": "^26.5.3"
}, },
"dependencies": { "dependencies": {
"ansi-styles": { "ansi-styles": {
@@ -3516,9 +3516,9 @@
"dev": true "dev": true
}, },
"expect": { "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, "dev": true,
"requires": { "requires": {
"@jest/types": "^26.5.2", "@jest/types": "^26.5.2",


+ 1
- 1
package.json View File

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


Loading…
Cancel
Save