diff --git a/package-lock.json b/package-lock.json index 016b6bc6..f9374d30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@shlinkio/stylelint-config-css-coding-standard": "~1.1.1", "@stylistic/eslint-plugin": "^2.6.4", "@testing-library/jest-dom": "^6.5.0", - "@testing-library/react": "^16.0.0", + "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@total-typescript/shoehorn": "^0.1.2", "@types/react": "^18.3.4", @@ -3524,9 +3524,9 @@ } }, "node_modules/@testing-library/react": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.0.0.tgz", - "integrity": "sha512-guuxUKRWQ+FgNX0h0NS0FIq3Q3uLtWVpBzcLOggmfMoUpgBnzBzvLLd4fbm6yS8ydJd94cIfY4yP9qUQjM2KwQ==", + "version": "16.0.1", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.0.1.tgz", + "integrity": "sha512-dSmwJVtJXmku+iocRhWOUFbrERC76TX2Mnf0ATODz8brzAZrMBbzLwQixlBSanZxR6LddK3eiwpSFZgDET1URg==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5" @@ -14590,9 +14590,9 @@ } }, "@testing-library/react": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.0.0.tgz", - "integrity": "sha512-guuxUKRWQ+FgNX0h0NS0FIq3Q3uLtWVpBzcLOggmfMoUpgBnzBzvLLd4fbm6yS8ydJd94cIfY4yP9qUQjM2KwQ==", + "version": "16.0.1", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.0.1.tgz", + "integrity": "sha512-dSmwJVtJXmku+iocRhWOUFbrERC76TX2Mnf0ATODz8brzAZrMBbzLwQixlBSanZxR6LddK3eiwpSFZgDET1URg==", "dev": true, "requires": { "@babel/runtime": "^7.12.5" diff --git a/package.json b/package.json index b4c717a6..355d9845 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@shlinkio/stylelint-config-css-coding-standard": "~1.1.1", "@stylistic/eslint-plugin": "^2.6.4", "@testing-library/jest-dom": "^6.5.0", - "@testing-library/react": "^16.0.0", + "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@total-typescript/shoehorn": "^0.1.2", "@types/react": "^18.3.4",