1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-12-08 00:44:30 +01:00

build(deps-dev): bump babel-jest from 27.0.1 to 27.0.2 (#48)

This commit is contained in:
dependabot[bot] 2021-05-31 13:42:14 +02:00 committed by GitHub
parent 6f94865917
commit fd67737754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 57 additions and 57 deletions

112
package-lock.json generated
View File

@ -36,7 +36,7 @@
"@types/styled-jsx": "2.2.8",
"@typescript-eslint/eslint-plugin": "4.25.0",
"autoprefixer": "10.2.6",
"babel-jest": "27.0.1",
"babel-jest": "27.0.2",
"dockerfilelint": "1.8.0",
"editorconfig-checker": "4.0.2",
"eslint": "7.27.0",
@ -2481,21 +2481,21 @@
}
},
"node_modules/@jest/transform": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.0.1.tgz",
"integrity": "sha512-LC95VpT6wMnQ96dRJDlUiAnW/90zyh4+jS30szI/5AsfS0qwSlr/O4TPcGoD2WVaVMfo6KvR+brvOtGyMHaNhA==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.0.2.tgz",
"integrity": "sha512-H8sqKlgtDfVog/s9I4GG2XMbi4Ar7RBxjsKQDUhn2XHAi3NG+GoQwWMER+YfantzExbjNqQvqBHzo/G2pfTiPw==",
"dev": true,
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/types": "^27.0.1",
"@jest/types": "^27.0.2",
"babel-plugin-istanbul": "^6.0.0",
"chalk": "^4.0.0",
"convert-source-map": "^1.4.0",
"fast-json-stable-stringify": "^2.0.0",
"graceful-fs": "^4.2.4",
"jest-haste-map": "^27.0.1",
"jest-haste-map": "^27.0.2",
"jest-regex-util": "^27.0.1",
"jest-util": "^27.0.1",
"jest-util": "^27.0.2",
"micromatch": "^4.0.4",
"pirates": "^4.0.1",
"slash": "^3.0.0",
@ -2586,9 +2586,9 @@
}
},
"node_modules/@jest/types": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.0.1.tgz",
"integrity": "sha512-8A25RRV4twZutsx2D+7WphnDsp7If9Yu6ko0Gxwrwv8BiWESFzka34+Aa2kC8w9xewt7SDuCUSZ6IiAFVj3PRg==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.0.2.tgz",
"integrity": "sha512-XpjCtJ/99HB4PmyJ2vgmN7vT+JLP7RW1FBT9RgnMFS4Dt7cvIyBee8O3/j98aUZ34ZpenPZFqmaaObWSeL65dg==",
"dev": true,
"dependencies": {
"@types/istanbul-lib-coverage": "^2.0.0",
@ -5127,13 +5127,13 @@
}
},
"node_modules/babel-jest": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.0.1.tgz",
"integrity": "sha512-aWFD7OGQjk3Y8MdZKf1XePlQvHnjMVJQjIq9WKrlAjz9by703kJ45Jxhp26JwnovoW71YYz5etuqRl8wMcIv0w==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.0.2.tgz",
"integrity": "sha512-9OThPl3/IQbo4Yul2vMz4FYwILPQak8XelX4YGowygfHaOl5R5gfjm4iVx4d8aUugkW683t8aq0A74E7b5DU1Q==",
"dev": true,
"dependencies": {
"@jest/transform": "^27.0.1",
"@jest/types": "^27.0.1",
"@jest/transform": "^27.0.2",
"@jest/types": "^27.0.2",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.0.0",
"babel-preset-jest": "^27.0.1",
@ -11356,12 +11356,12 @@
}
},
"node_modules/jest-haste-map": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.0.1.tgz",
"integrity": "sha512-ioCuobr4z90H1Pz8+apz2vfz63387apzAoawm/9IIOndarDfRkjLURdLOe//AI5jUQmjVRg+WiL92339kqlCmA==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.0.2.tgz",
"integrity": "sha512-37gYfrYjjhEfk37C4bCMWAC0oPBxDpG0qpl8lYg8BT//wf353YT/fzgA7+Dq0EtM7rPFS3JEcMsxdtDwNMi2cA==",
"dev": true,
"dependencies": {
"@jest/types": "^27.0.1",
"@jest/types": "^27.0.2",
"@types/graceful-fs": "^4.1.2",
"@types/node": "*",
"anymatch": "^3.0.3",
@ -11369,8 +11369,8 @@
"graceful-fs": "^4.2.4",
"jest-regex-util": "^27.0.1",
"jest-serializer": "^27.0.1",
"jest-util": "^27.0.1",
"jest-worker": "^27.0.1",
"jest-util": "^27.0.2",
"jest-worker": "^27.0.2",
"micromatch": "^4.0.4",
"walker": "^1.0.7"
},
@ -12384,12 +12384,12 @@
"dev": true
},
"node_modules/jest-util": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.0.1.tgz",
"integrity": "sha512-lEw3waSmEOO4ZkwkUlFSvg4es1+8+LIkSGxp/kF60K0+vMR3Dv3O2HMZhcln9NHqSQzpVbsDT6OeMzUPW7DfRg==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.0.2.tgz",
"integrity": "sha512-1d9uH3a00OFGGWSibpNYr+jojZ6AckOMCXV2Z4K3YXDnzpkAaXQyIpY14FOJPiUmil7CD+A6Qs+lnnh6ctRbIA==",
"dev": true,
"dependencies": {
"@jest/types": "^27.0.1",
"@jest/types": "^27.0.2",
"@types/node": "*",
"chalk": "^4.0.0",
"graceful-fs": "^4.2.4",
@ -12718,9 +12718,9 @@
}
},
"node_modules/jest-worker": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.0.1.tgz",
"integrity": "sha512-NhHqClI3owOjmS8dBhQMKHZ2rrT0sBTpqGitp9nMX5AAjVXd+15o4v96uBEMhoywaLKN+5opcKBlXwAoADZolA==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.0.2.tgz",
"integrity": "sha512-EoBdilOTTyOgmHXtw/cPc+ZrCA0KJMrkXzkrPGNwLmnvvlN1nj7MPrxpT7m+otSv2e1TLaVffzDnE/LB14zJMg==",
"dev": true,
"dependencies": {
"@types/node": "*",
@ -12728,7 +12728,7 @@
"supports-color": "^8.0.0"
},
"engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
"node": ">= 10.13.0"
}
},
"node_modules/jest-worker/node_modules/has-flag": {
@ -26229,21 +26229,21 @@
}
},
"@jest/transform": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.0.1.tgz",
"integrity": "sha512-LC95VpT6wMnQ96dRJDlUiAnW/90zyh4+jS30szI/5AsfS0qwSlr/O4TPcGoD2WVaVMfo6KvR+brvOtGyMHaNhA==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.0.2.tgz",
"integrity": "sha512-H8sqKlgtDfVog/s9I4GG2XMbi4Ar7RBxjsKQDUhn2XHAi3NG+GoQwWMER+YfantzExbjNqQvqBHzo/G2pfTiPw==",
"dev": true,
"requires": {
"@babel/core": "^7.1.0",
"@jest/types": "^27.0.1",
"@jest/types": "^27.0.2",
"babel-plugin-istanbul": "^6.0.0",
"chalk": "^4.0.0",
"convert-source-map": "^1.4.0",
"fast-json-stable-stringify": "^2.0.0",
"graceful-fs": "^4.2.4",
"jest-haste-map": "^27.0.1",
"jest-haste-map": "^27.0.2",
"jest-regex-util": "^27.0.1",
"jest-util": "^27.0.1",
"jest-util": "^27.0.2",
"micromatch": "^4.0.4",
"pirates": "^4.0.1",
"slash": "^3.0.0",
@ -26309,9 +26309,9 @@
}
},
"@jest/types": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.0.1.tgz",
"integrity": "sha512-8A25RRV4twZutsx2D+7WphnDsp7If9Yu6ko0Gxwrwv8BiWESFzka34+Aa2kC8w9xewt7SDuCUSZ6IiAFVj3PRg==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.0.2.tgz",
"integrity": "sha512-XpjCtJ/99HB4PmyJ2vgmN7vT+JLP7RW1FBT9RgnMFS4Dt7cvIyBee8O3/j98aUZ34ZpenPZFqmaaObWSeL65dg==",
"dev": true,
"requires": {
"@types/istanbul-lib-coverage": "^2.0.0",
@ -28358,13 +28358,13 @@
"dev": true
},
"babel-jest": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.0.1.tgz",
"integrity": "sha512-aWFD7OGQjk3Y8MdZKf1XePlQvHnjMVJQjIq9WKrlAjz9by703kJ45Jxhp26JwnovoW71YYz5etuqRl8wMcIv0w==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.0.2.tgz",
"integrity": "sha512-9OThPl3/IQbo4Yul2vMz4FYwILPQak8XelX4YGowygfHaOl5R5gfjm4iVx4d8aUugkW683t8aq0A74E7b5DU1Q==",
"dev": true,
"requires": {
"@jest/transform": "^27.0.1",
"@jest/types": "^27.0.1",
"@jest/transform": "^27.0.2",
"@jest/types": "^27.0.2",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.0.0",
"babel-preset-jest": "^27.0.1",
@ -33141,12 +33141,12 @@
"dev": true
},
"jest-haste-map": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.0.1.tgz",
"integrity": "sha512-ioCuobr4z90H1Pz8+apz2vfz63387apzAoawm/9IIOndarDfRkjLURdLOe//AI5jUQmjVRg+WiL92339kqlCmA==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.0.2.tgz",
"integrity": "sha512-37gYfrYjjhEfk37C4bCMWAC0oPBxDpG0qpl8lYg8BT//wf353YT/fzgA7+Dq0EtM7rPFS3JEcMsxdtDwNMi2cA==",
"dev": true,
"requires": {
"@jest/types": "^27.0.1",
"@jest/types": "^27.0.2",
"@types/graceful-fs": "^4.1.2",
"@types/node": "*",
"anymatch": "^3.0.3",
@ -33155,8 +33155,8 @@
"graceful-fs": "^4.2.4",
"jest-regex-util": "^27.0.1",
"jest-serializer": "^27.0.1",
"jest-util": "^27.0.1",
"jest-worker": "^27.0.1",
"jest-util": "^27.0.2",
"jest-worker": "^27.0.2",
"micromatch": "^4.0.4",
"walker": "^1.0.7"
}
@ -33929,12 +33929,12 @@
}
},
"jest-util": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.0.1.tgz",
"integrity": "sha512-lEw3waSmEOO4ZkwkUlFSvg4es1+8+LIkSGxp/kF60K0+vMR3Dv3O2HMZhcln9NHqSQzpVbsDT6OeMzUPW7DfRg==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.0.2.tgz",
"integrity": "sha512-1d9uH3a00OFGGWSibpNYr+jojZ6AckOMCXV2Z4K3YXDnzpkAaXQyIpY14FOJPiUmil7CD+A6Qs+lnnh6ctRbIA==",
"dev": true,
"requires": {
"@jest/types": "^27.0.1",
"@jest/types": "^27.0.2",
"@types/node": "*",
"chalk": "^4.0.0",
"graceful-fs": "^4.2.4",
@ -34172,9 +34172,9 @@
}
},
"jest-worker": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.0.1.tgz",
"integrity": "sha512-NhHqClI3owOjmS8dBhQMKHZ2rrT0sBTpqGitp9nMX5AAjVXd+15o4v96uBEMhoywaLKN+5opcKBlXwAoADZolA==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.0.2.tgz",
"integrity": "sha512-EoBdilOTTyOgmHXtw/cPc+ZrCA0KJMrkXzkrPGNwLmnvvlN1nj7MPrxpT7m+otSv2e1TLaVffzDnE/LB14zJMg==",
"dev": true,
"requires": {
"@types/node": "*",

View File

@ -50,7 +50,7 @@
"@types/styled-jsx": "2.2.8",
"@typescript-eslint/eslint-plugin": "4.25.0",
"autoprefixer": "10.2.6",
"babel-jest": "27.0.1",
"babel-jest": "27.0.2",
"dockerfilelint": "1.8.0",
"editorconfig-checker": "4.0.2",
"eslint": "7.27.0",