Merge pull request #1150 from shlinkio/dependabot/npm_and_yarn/testing-2bd2bfdf59

Bump @testing-library/react from 15.0.1 to 15.0.2 in the testing group
This commit is contained in:
Alejandro Celaya 2024-04-20 11:08:36 +02:00 committed by GitHub
commit 1b507fefde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -43,7 +43,7 @@
"@shlinkio/eslint-config-js-coding-standard": "~2.4.1",
"@shlinkio/stylelint-config-css-coding-standard": "~1.1.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.1",
"@testing-library/react": "^15.0.2",
"@testing-library/user-event": "^14.5.2",
"@total-typescript/shoehorn": "^0.1.2",
"@types/react": "^18.2.77",
@ -3308,9 +3308,9 @@
}
},
"node_modules/@testing-library/react": {
"version": "15.0.1",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.1.tgz",
"integrity": "sha512-I8u4qqGAuBg7C1/kRB9n7Oz9Pc/UHEkmiQRbJziSG8B13eZfAcAUn8TSP26ZIvfSeb68CngmtZbKKcRqcQKa3g==",
"version": "15.0.2",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.2.tgz",
"integrity": "sha512-5mzIpuytB1ctpyywvyaY2TAAUQVCZIGqwiqFQf6u9lvj/SJQepGUzNV18Xpk+NLCaCE2j7CWrZE0tEf9xLZYiQ==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.12.5",
@ -13233,9 +13233,9 @@
}
},
"@testing-library/react": {
"version": "15.0.1",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.1.tgz",
"integrity": "sha512-I8u4qqGAuBg7C1/kRB9n7Oz9Pc/UHEkmiQRbJziSG8B13eZfAcAUn8TSP26ZIvfSeb68CngmtZbKKcRqcQKa3g==",
"version": "15.0.2",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.2.tgz",
"integrity": "sha512-5mzIpuytB1ctpyywvyaY2TAAUQVCZIGqwiqFQf6u9lvj/SJQepGUzNV18Xpk+NLCaCE2j7CWrZE0tEf9xLZYiQ==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.5",

View file

@ -60,7 +60,7 @@
"@shlinkio/eslint-config-js-coding-standard": "~2.4.1",
"@shlinkio/stylelint-config-css-coding-standard": "~1.1.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.1",
"@testing-library/react": "^15.0.2",
"@testing-library/user-event": "^14.5.2",
"@total-typescript/shoehorn": "^0.1.2",
"@types/react": "^18.2.77",