aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-11-13 15:03:17 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commiteaba90fb425a70348f22f6cf514d8804c45b4fcd (patch)
tree88aa135b7a3ca0f36a9aa1f2ef6e4d9422523a87 /vnext
parent547502b96b9fa2e3715c5b738dc4abfab6178338 (diff)
Bump eslint-plugin-jest-dom from 4.0.2 to 4.0.3
Bumps [eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/testing-library/eslint-plugin-jest-dom/releases) - [Commits](https://github.com/testing-library/eslint-plugin-jest-dom/compare/v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: eslint-plugin-jest-dom dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r--vnext/package-lock.json14
-rw-r--r--vnext/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index 44065064..376e82f8 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -50,7 +50,7 @@
"cssnano": "^5.1.14",
"eslint": "^8.27.0",
"eslint-plugin-jest": "^27.1.5",
- "eslint-plugin-jest-dom": "^4.0.2",
+ "eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-jsdoc": "^39.6.2",
"eslint-plugin-no-floating-promise": "^1.0.2",
"eslint-plugin-only-ascii": "^0.0.0",
@@ -5985,9 +5985,9 @@
}
},
"node_modules/eslint-plugin-jest-dom": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-4.0.2.tgz",
- "integrity": "sha512-Jo51Atwyo2TdcUncjmU+UQeSTKh3sc2LF/M5i/R3nTU0Djw9V65KGJisdm/RtuKhy2KH/r7eQ1n6kwYFPNdHlA==",
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-4.0.3.tgz",
+ "integrity": "sha512-9j+n8uj0+V0tmsoS7bYC7fLhQmIvjRqRYEcbDSi+TKPsTThLLXCyj5swMSSf/hTleeMktACnn+HFqXBr5gbcbA==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.16.3",
@@ -21218,9 +21218,9 @@
}
},
"eslint-plugin-jest-dom": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-4.0.2.tgz",
- "integrity": "sha512-Jo51Atwyo2TdcUncjmU+UQeSTKh3sc2LF/M5i/R3nTU0Djw9V65KGJisdm/RtuKhy2KH/r7eQ1n6kwYFPNdHlA==",
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-4.0.3.tgz",
+ "integrity": "sha512-9j+n8uj0+V0tmsoS7bYC7fLhQmIvjRqRYEcbDSi+TKPsTThLLXCyj5swMSSf/hTleeMktACnn+HFqXBr5gbcbA==",
"dev": true,
"requires": {
"@babel/runtime": "^7.16.3",
diff --git a/vnext/package.json b/vnext/package.json
index 86cec0ff..987d949b 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -27,7 +27,7 @@
"cssnano": "^5.1.14",
"eslint": "^8.27.0",
"eslint-plugin-jest": "^27.1.5",
- "eslint-plugin-jest-dom": "^4.0.2",
+ "eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-jsdoc": "^39.6.2",
"eslint-plugin-no-floating-promise": "^1.0.2",
"eslint-plugin-only-ascii": "^0.0.0",