chore(deps-dev): bump @jest/globals from 29.6.4 to 29.7.0 (#9229)

This commit is contained in:
dependabot[bot]
2023-09-19 12:17:13 +00:00
committed by GitHub
parent 70cdcba390
commit 005dcaff57
2 changed files with 14 additions and 41 deletions

53
package-lock.json generated
View File

@@ -57,7 +57,7 @@
"@babel/register": "=7.22.5", "@babel/register": "=7.22.5",
"@commitlint/cli": "^17.7.1", "@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0", "@commitlint/config-conventional": "^17.7.0",
"@jest/globals": "=29.6.4", "@jest/globals": "=29.7.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@release-it/conventional-changelog": "=5.1.0", "@release-it/conventional-changelog": "=5.1.0",
"@svgr/webpack": "=8.1.0", "@svgr/webpack": "=8.1.0",
@@ -4192,15 +4192,15 @@
} }
}, },
"node_modules/@jest/globals": { "node_modules/@jest/globals": {
"version": "29.6.4", "version": "29.7.0",
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.6.4.tgz", "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz",
"integrity": "sha512-wVIn5bdtjlChhXAzVXavcY/3PEjf4VqM174BM3eGL5kMxLiZD5CLnbmkEyA1Dwh9q8XjP6E8RwjBsY/iCWrWsA==", "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@jest/environment": "^29.6.4", "@jest/environment": "^29.7.0",
"@jest/expect": "^29.6.4", "@jest/expect": "^29.7.0",
"@jest/types": "^29.6.3", "@jest/types": "^29.6.3",
"jest-mock": "^29.6.3" "jest-mock": "^29.7.0"
}, },
"engines": { "engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0" "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
@@ -17402,21 +17402,6 @@
"node": "^14.15.0 || ^16.10.0 || >=18.0.0" "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
} }
}, },
"node_modules/jest-runtime/node_modules/@jest/globals": {
"version": "29.7.0",
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz",
"integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==",
"dev": true,
"dependencies": {
"@jest/environment": "^29.7.0",
"@jest/expect": "^29.7.0",
"@jest/types": "^29.6.3",
"jest-mock": "^29.7.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-runtime/node_modules/ansi-styles": { "node_modules/jest-runtime/node_modules/ansi-styles": {
"version": "4.3.0", "version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -32990,15 +32975,15 @@
} }
}, },
"@jest/globals": { "@jest/globals": {
"version": "29.6.4", "version": "29.7.0",
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.6.4.tgz", "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz",
"integrity": "sha512-wVIn5bdtjlChhXAzVXavcY/3PEjf4VqM174BM3eGL5kMxLiZD5CLnbmkEyA1Dwh9q8XjP6E8RwjBsY/iCWrWsA==", "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@jest/environment": "^29.6.4", "@jest/environment": "^29.7.0",
"@jest/expect": "^29.6.4", "@jest/expect": "^29.7.0",
"@jest/types": "^29.6.3", "@jest/types": "^29.6.3",
"jest-mock": "^29.6.3" "jest-mock": "^29.7.0"
} }
}, },
"@jest/reporters": { "@jest/reporters": {
@@ -42863,18 +42848,6 @@
"strip-bom": "^4.0.0" "strip-bom": "^4.0.0"
}, },
"dependencies": { "dependencies": {
"@jest/globals": {
"version": "29.7.0",
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz",
"integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==",
"dev": true,
"requires": {
"@jest/environment": "^29.7.0",
"@jest/expect": "^29.7.0",
"@jest/types": "^29.6.3",
"jest-mock": "^29.7.0"
}
},
"ansi-styles": { "ansi-styles": {
"version": "4.3.0", "version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",

View File

@@ -121,7 +121,7 @@
"@babel/register": "=7.22.5", "@babel/register": "=7.22.5",
"@commitlint/cli": "^17.7.1", "@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0", "@commitlint/config-conventional": "^17.7.0",
"@jest/globals": "=29.6.4", "@jest/globals": "=29.7.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@release-it/conventional-changelog": "=5.1.0", "@release-it/conventional-changelog": "=5.1.0",
"@svgr/webpack": "=8.1.0", "@svgr/webpack": "=8.1.0",