5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +00:00

chore(deps-dev): bump @jest/globals from 28.1.1 to 28.1.2

Bumps [@jest/globals](https://github.com/facebook/jest/tree/HEAD/packages/jest-globals) from 28.1.1 to 28.1.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v28.1.2/packages/jest-globals)

---
updated-dependencies:
- dependency-name: "@jest/globals"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-04 02:03:56 +00:00 committed by GitHub
parent 4caf21aed4
commit 525ddfbe01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 52 additions and 52 deletions

102
package-lock.json generated
View file

@ -33,7 +33,7 @@
"@commitlint/ensure": "^17.0.0",
"@commitlint/test": "^9.0.1",
"@commitlint/test-environment": "^9.0.1",
"@jest/globals": "^28.1.0",
"@jest/globals": "^28.1.2",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
@ -2509,12 +2509,12 @@
}
},
"node_modules/@jest/environment": {
"version": "28.1.1",
"resolved": "https://registry.npmjs.org/@jest/environment/-/environment-28.1.1.tgz",
"integrity": "sha512-9auVQ2GzQ7nrU+lAr8KyY838YahElTX9HVjbQPPS2XjlxQ+na18G113OoBhyBGBtD6ZnO/SrUy5WR8EzOj1/Uw==",
"version": "28.1.2",
"resolved": "https://registry.npmjs.org/@jest/environment/-/environment-28.1.2.tgz",
"integrity": "sha512-I0CR1RUMmOzd0tRpz10oUfaChBWs+/Hrvn5xYhMEF/ZqrDaaeHwS8yDBqEWCrEnkH2g+WE/6g90oBv3nKpcm8Q==",
"dev": true,
"dependencies": {
"@jest/fake-timers": "^28.1.1",
"@jest/fake-timers": "^28.1.2",
"@jest/types": "^28.1.1",
"@types/node": "*",
"jest-mock": "^28.1.1"
@ -2524,13 +2524,13 @@
}
},
"node_modules/@jest/expect": {
"version": "28.1.1",
"resolved": "https://registry.npmjs.org/@jest/expect/-/expect-28.1.1.tgz",
"integrity": "sha512-/+tQprrFoT6lfkMj4mW/mUIfAmmk/+iQPmg7mLDIFOf2lyf7EBHaS+x3RbeR0VZVMe55IvX7QRoT/2aK3AuUXg==",
"version": "28.1.2",
"resolved": "https://registry.npmjs.org/@jest/expect/-/expect-28.1.2.tgz",
"integrity": "sha512-HBzyZBeFBiOelNbBKN0pilWbbrGvwDUwAqMC46NVJmWm8AVkuE58NbG1s7DR4cxFt4U5cVLxofAoHxgvC5MyOw==",
"dev": true,
"dependencies": {
"expect": "^28.1.1",
"jest-snapshot": "^28.1.1"
"jest-snapshot": "^28.1.2"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
@ -2549,13 +2549,13 @@
}
},
"node_modules/@jest/fake-timers": {
"version": "28.1.1",
"resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-28.1.1.tgz",
"integrity": "sha512-BY/3+TyLs5+q87rGWrGUY5f8e8uC3LsVHS9Diz8+FV3ARXL4sNnkLlIB8dvDvRrp+LUCGM+DLqlsYubizGUjIA==",
"version": "28.1.2",
"resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-28.1.2.tgz",
"integrity": "sha512-xSYEI7Y0D5FbZN2LsCUj/EKRR1zfQYmGuAUVh6xTqhx7V5JhjgMcK5Pa0iR6WIk0GXiHDe0Ke4A+yERKE9saqg==",
"dev": true,
"dependencies": {
"@jest/types": "^28.1.1",
"@sinonjs/fake-timers": "^9.1.1",
"@sinonjs/fake-timers": "^9.1.2",
"@types/node": "*",
"jest-message-util": "^28.1.1",
"jest-mock": "^28.1.1",
@ -2566,13 +2566,13 @@
}
},
"node_modules/@jest/globals": {
"version": "28.1.1",
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-28.1.1.tgz",
"integrity": "sha512-dEgl/6v7ToB4vXItdvcltJBgny0xBE6xy6IYQrPJAJggdEinGxCDMivNv7sFzPcTITGquXD6UJwYxfJ/5ZwDSg==",
"version": "28.1.2",
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-28.1.2.tgz",
"integrity": "sha512-cz0lkJVDOtDaYhvT3Fv2U1B6FtBnV+OpEyJCzTHM1fdoTsU4QNLAt/H4RkiwEUU+dL4g/MFsoTuHeT2pvbo4Hg==",
"dev": true,
"dependencies": {
"@jest/environment": "^28.1.1",
"@jest/expect": "^28.1.1",
"@jest/environment": "^28.1.2",
"@jest/expect": "^28.1.2",
"@jest/types": "^28.1.1"
},
"engines": {
@ -2680,14 +2680,14 @@
}
},
"node_modules/@jest/transform": {
"version": "28.1.1",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.1.tgz",
"integrity": "sha512-PkfaTUuvjUarl1EDr5ZQcCA++oXkFCP9QFUkG0yVKVmNObjhrqDy0kbMpMebfHWm3CCDHjYNem9eUSH8suVNHQ==",
"version": "28.1.2",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.2.tgz",
"integrity": "sha512-3o+lKF6iweLeJFHBlMJysdaPbpoMmtbHEFsjzSv37HIq/wWt5ijTeO2Yf7MO5yyczCopD507cNwNLeX8Y/CuIg==",
"dev": true,
"dependencies": {
"@babel/core": "^7.11.6",
"@jest/types": "^28.1.1",
"@jridgewell/trace-mapping": "^0.3.7",
"@jridgewell/trace-mapping": "^0.3.13",
"babel-plugin-istanbul": "^6.1.1",
"chalk": "^4.0.0",
"convert-source-map": "^1.4.0",
@ -10207,9 +10207,9 @@
}
},
"node_modules/jest-snapshot": {
"version": "28.1.1",
"resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.1.tgz",
"integrity": "sha512-1KjqHJ98adRcbIdMizjF5DipwZFbvxym/kFO4g4fVZCZRxH/dqV8TiBFCa6rqic3p0karsy8RWS1y4E07b7P0A==",
"version": "28.1.2",
"resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.2.tgz",
"integrity": "sha512-wzrieFttZYfLvrCVRJxX+jwML2YTArOUqFpCoSVy1QUapx+LlV9uLbV/mMEhYj4t7aMeE9aSQFHSvV/oNoDAMA==",
"dev": true,
"dependencies": {
"@babel/core": "^7.11.6",
@ -10218,7 +10218,7 @@
"@babel/traverse": "^7.7.2",
"@babel/types": "^7.3.3",
"@jest/expect-utils": "^28.1.1",
"@jest/transform": "^28.1.1",
"@jest/transform": "^28.1.2",
"@jest/types": "^28.1.1",
"@types/babel__traverse": "^7.0.6",
"@types/prettier": "^2.1.5",
@ -16648,25 +16648,25 @@
}
},
"@jest/environment": {
"version": "28.1.1",
"resolved": "https://registry.npmjs.org/@jest/environment/-/environment-28.1.1.tgz",
"integrity": "sha512-9auVQ2GzQ7nrU+lAr8KyY838YahElTX9HVjbQPPS2XjlxQ+na18G113OoBhyBGBtD6ZnO/SrUy5WR8EzOj1/Uw==",
"version": "28.1.2",
"resolved": "https://registry.npmjs.org/@jest/environment/-/environment-28.1.2.tgz",
"integrity": "sha512-I0CR1RUMmOzd0tRpz10oUfaChBWs+/Hrvn5xYhMEF/ZqrDaaeHwS8yDBqEWCrEnkH2g+WE/6g90oBv3nKpcm8Q==",
"dev": true,
"requires": {
"@jest/fake-timers": "^28.1.1",
"@jest/fake-timers": "^28.1.2",
"@jest/types": "^28.1.1",
"@types/node": "*",
"jest-mock": "^28.1.1"
}
},
"@jest/expect": {
"version": "28.1.1",
"resolved": "https://registry.npmjs.org/@jest/expect/-/expect-28.1.1.tgz",
"integrity": "sha512-/+tQprrFoT6lfkMj4mW/mUIfAmmk/+iQPmg7mLDIFOf2lyf7EBHaS+x3RbeR0VZVMe55IvX7QRoT/2aK3AuUXg==",
"version": "28.1.2",
"resolved": "https://registry.npmjs.org/@jest/expect/-/expect-28.1.2.tgz",
"integrity": "sha512-HBzyZBeFBiOelNbBKN0pilWbbrGvwDUwAqMC46NVJmWm8AVkuE58NbG1s7DR4cxFt4U5cVLxofAoHxgvC5MyOw==",
"dev": true,
"requires": {
"expect": "^28.1.1",
"jest-snapshot": "^28.1.1"
"jest-snapshot": "^28.1.2"
}
},
"@jest/expect-utils": {
@ -16679,13 +16679,13 @@
}
},
"@jest/fake-timers": {
"version": "28.1.1",
"resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-28.1.1.tgz",
"integrity": "sha512-BY/3+TyLs5+q87rGWrGUY5f8e8uC3LsVHS9Diz8+FV3ARXL4sNnkLlIB8dvDvRrp+LUCGM+DLqlsYubizGUjIA==",
"version": "28.1.2",
"resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-28.1.2.tgz",
"integrity": "sha512-xSYEI7Y0D5FbZN2LsCUj/EKRR1zfQYmGuAUVh6xTqhx7V5JhjgMcK5Pa0iR6WIk0GXiHDe0Ke4A+yERKE9saqg==",
"dev": true,
"requires": {
"@jest/types": "^28.1.1",
"@sinonjs/fake-timers": "^9.1.1",
"@sinonjs/fake-timers": "^9.1.2",
"@types/node": "*",
"jest-message-util": "^28.1.1",
"jest-mock": "^28.1.1",
@ -16693,13 +16693,13 @@
}
},
"@jest/globals": {
"version": "28.1.1",
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-28.1.1.tgz",
"integrity": "sha512-dEgl/6v7ToB4vXItdvcltJBgny0xBE6xy6IYQrPJAJggdEinGxCDMivNv7sFzPcTITGquXD6UJwYxfJ/5ZwDSg==",
"version": "28.1.2",
"resolved": "https://registry.npmjs.org/@jest/globals/-/globals-28.1.2.tgz",
"integrity": "sha512-cz0lkJVDOtDaYhvT3Fv2U1B6FtBnV+OpEyJCzTHM1fdoTsU4QNLAt/H4RkiwEUU+dL4g/MFsoTuHeT2pvbo4Hg==",
"dev": true,
"requires": {
"@jest/environment": "^28.1.1",
"@jest/expect": "^28.1.1",
"@jest/environment": "^28.1.2",
"@jest/expect": "^28.1.2",
"@jest/types": "^28.1.1"
}
},
@ -16781,14 +16781,14 @@
}
},
"@jest/transform": {
"version": "28.1.1",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.1.tgz",
"integrity": "sha512-PkfaTUuvjUarl1EDr5ZQcCA++oXkFCP9QFUkG0yVKVmNObjhrqDy0kbMpMebfHWm3CCDHjYNem9eUSH8suVNHQ==",
"version": "28.1.2",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.2.tgz",
"integrity": "sha512-3o+lKF6iweLeJFHBlMJysdaPbpoMmtbHEFsjzSv37HIq/wWt5ijTeO2Yf7MO5yyczCopD507cNwNLeX8Y/CuIg==",
"dev": true,
"requires": {
"@babel/core": "^7.11.6",
"@jest/types": "^28.1.1",
"@jridgewell/trace-mapping": "^0.3.7",
"@jridgewell/trace-mapping": "^0.3.13",
"babel-plugin-istanbul": "^6.1.1",
"chalk": "^4.0.0",
"convert-source-map": "^1.4.0",
@ -22575,9 +22575,9 @@
}
},
"jest-snapshot": {
"version": "28.1.1",
"resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.1.tgz",
"integrity": "sha512-1KjqHJ98adRcbIdMizjF5DipwZFbvxym/kFO4g4fVZCZRxH/dqV8TiBFCa6rqic3p0karsy8RWS1y4E07b7P0A==",
"version": "28.1.2",
"resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.2.tgz",
"integrity": "sha512-wzrieFttZYfLvrCVRJxX+jwML2YTArOUqFpCoSVy1QUapx+LlV9uLbV/mMEhYj4t7aMeE9aSQFHSvV/oNoDAMA==",
"dev": true,
"requires": {
"@babel/core": "^7.11.6",
@ -22586,7 +22586,7 @@
"@babel/traverse": "^7.7.2",
"@babel/types": "^7.3.3",
"@jest/expect-utils": "^28.1.1",
"@jest/transform": "^28.1.1",
"@jest/transform": "^28.1.2",
"@jest/types": "^28.1.1",
"@types/babel__traverse": "^7.0.6",
"@types/prettier": "^2.1.5",

View file

@ -46,7 +46,7 @@
"@commitlint/ensure": "^17.0.0",
"@commitlint/test": "^9.0.1",
"@commitlint/test-environment": "^9.0.1",
"@jest/globals": "^28.1.0",
"@jest/globals": "^28.1.2",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",