chore(deps-dev): bump @jest/globals from 29.6.1 to 29.6.2 (#9100)

This commit is contained in:
dependabot[bot]
2023-07-31 11:50:18 +00:00
committed by GitHub
parent e1b4d2d20e
commit 52a77a81a0
2 changed files with 14 additions and 41 deletions

53
package-lock.json generated
View File

@@ -62,7 +62,7 @@
"@babel/register": "=7.22.5",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.6",
"@jest/globals": "=29.6.1",
"@jest/globals": "=29.6.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@release-it/conventional-changelog": "=5.1.0",
"@wojtekmaj/enzyme-adapter-react-17": "=0.8.0",
@@ -4196,15 +4196,15 @@
}
},
"node_modules/@jest/globals": {
"version": "29.6.1",
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.6.1.tgz",
"integrity": "sha512-2VjpaGy78JY9n9370H8zGRCFbYVWwjY6RdDMhoJHa1sYfwe6XM/azGN0SjY8kk7BOZApIejQ1BFPyH7FPG0w3A==",
"version": "29.6.2",
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.6.2.tgz",
"integrity": "sha512-cjuJmNDjs6aMijCmSa1g2TNG4Lby/AeU7/02VtpW+SLcZXzOLK2GpN2nLqcFjmhy3B3AoPeQVx7BnyOf681bAw==",
"dev": true,
"dependencies": {
"@jest/environment": "^29.6.1",
"@jest/expect": "^29.6.1",
"@jest/environment": "^29.6.2",
"@jest/expect": "^29.6.2",
"@jest/types": "^29.6.1",
"jest-mock": "^29.6.1"
"jest-mock": "^29.6.2"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
@@ -16964,21 +16964,6 @@
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-runtime/node_modules/@jest/globals": {
"version": "29.6.2",
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.6.2.tgz",
"integrity": "sha512-cjuJmNDjs6aMijCmSa1g2TNG4Lby/AeU7/02VtpW+SLcZXzOLK2GpN2nLqcFjmhy3B3AoPeQVx7BnyOf681bAw==",
"dev": true,
"dependencies": {
"@jest/environment": "^29.6.2",
"@jest/expect": "^29.6.2",
"@jest/types": "^29.6.1",
"jest-mock": "^29.6.2"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-runtime/node_modules/ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -32326,15 +32311,15 @@
}
},
"@jest/globals": {
"version": "29.6.1",
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.6.1.tgz",
"integrity": "sha512-2VjpaGy78JY9n9370H8zGRCFbYVWwjY6RdDMhoJHa1sYfwe6XM/azGN0SjY8kk7BOZApIejQ1BFPyH7FPG0w3A==",
"version": "29.6.2",
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.6.2.tgz",
"integrity": "sha512-cjuJmNDjs6aMijCmSa1g2TNG4Lby/AeU7/02VtpW+SLcZXzOLK2GpN2nLqcFjmhy3B3AoPeQVx7BnyOf681bAw==",
"dev": true,
"requires": {
"@jest/environment": "^29.6.1",
"@jest/expect": "^29.6.1",
"@jest/environment": "^29.6.2",
"@jest/expect": "^29.6.2",
"@jest/types": "^29.6.1",
"jest-mock": "^29.6.1"
"jest-mock": "^29.6.2"
}
},
"@jest/reporters": {
@@ -41923,18 +41908,6 @@
"strip-bom": "^4.0.0"
},
"dependencies": {
"@jest/globals": {
"version": "29.6.2",
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.6.2.tgz",
"integrity": "sha512-cjuJmNDjs6aMijCmSa1g2TNG4Lby/AeU7/02VtpW+SLcZXzOLK2GpN2nLqcFjmhy3B3AoPeQVx7BnyOf681bAw==",
"dev": true,
"requires": {
"@jest/environment": "^29.6.2",
"@jest/expect": "^29.6.2",
"@jest/types": "^29.6.1",
"jest-mock": "^29.6.2"
}
},
"ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",

View File

@@ -116,7 +116,7 @@
"@babel/register": "=7.22.5",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.6",
"@jest/globals": "=29.6.1",
"@jest/globals": "=29.6.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@release-it/conventional-changelog": "=5.1.0",
"@wojtekmaj/enzyme-adapter-react-17": "=0.8.0",