From e413c63c178cacbbc4f93515c66d08fcbec2cbf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 16:04:52 +0000 Subject: [PATCH] Bump @testing-library/dom from 8.20.0 to 9.0.0 Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.20.0 to 9.0.0. - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/dom-testing-library/compare/v8.20.0...v9.0.0) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2cfaf70..b03ce9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@illandril/foundryvtt-types": "^4.9.0", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-node-resolve": "^15.0.1", - "@testing-library/dom": "^8.20.0", + "@testing-library/dom": "^9.0.0", "@testing-library/jest-dom": "^5.16.5", "@types/chance": "^1.1.3", "@types/jest": "^29.4.0", @@ -2981,9 +2981,9 @@ } }, "node_modules/@testing-library/dom": { - "version": "8.20.0", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.20.0.tgz", - "integrity": "sha512-d9ULIT+a4EXLX3UU8FBjauG9NnsZHkHztXoIcTsOKoOw030fyjheN9svkTULjJxtYag9DZz5Jz5qkWZDPxTFwA==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.0.0.tgz", + "integrity": "sha512-+/TLgKNFsYUshOY/zXsQOk+PlFQK+eyJ9T13IDVNJEi+M+Un7xlJK+FZKkbGSnf0+7E1G6PlDhkSYQ/GFiruBQ==", "dev": true, "dependencies": { "@babel/code-frame": "^7.10.4", @@ -2996,7 +2996,7 @@ "pretty-format": "^27.0.2" }, "engines": { - "node": ">=12" + "node": ">=14" } }, "node_modules/@testing-library/dom/node_modules/ansi-styles": { diff --git a/package.json b/package.json index 2983b86..2ea8570 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@illandril/foundryvtt-types": "^4.9.0", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-node-resolve": "^15.0.1", - "@testing-library/dom": "^8.20.0", + "@testing-library/dom": "^9.0.0", "@testing-library/jest-dom": "^5.16.5", "@types/chance": "^1.1.3", "@types/jest": "^29.4.0",