Merge pull request #252 from umbraco/dependabot/npm_and_yarn/open-wc/testing-3.1.7

Bump @open-wc/testing from 3.1.6 to 3.1.7
This commit is contained in:
Jacob Overgaard
2022-11-17 14:51:56 +01:00
committed by GitHub
2 changed files with 16 additions and 16 deletions

View File

@@ -26,7 +26,7 @@
"devDependencies": {
"@babel/core": "^7.19.6",
"@mdx-js/react": "^2.1.5",
"@open-wc/testing": "^3.1.6",
"@open-wc/testing": "^3.1.7",
"@playwright/test": "^1.27.1",
"@storybook/addon-a11y": "^6.5.13",
"@storybook/addon-actions": "^6.5.13",
@@ -2845,15 +2845,15 @@
}
},
"node_modules/@open-wc/testing": {
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/@open-wc/testing/-/testing-3.1.6.tgz",
"integrity": "sha512-MIf9cBtac4/UBE5a+R5cXiRhOGfzetsV+ZPFc188AfkPDPbmffHqjrRoCyk4B/qS6fLEulSBMLSaQ+6ze971gQ==",
"version": "3.1.7",
"resolved": "https://registry.npmjs.org/@open-wc/testing/-/testing-3.1.7.tgz",
"integrity": "sha512-HCS2LuY6hXtEwjqmad+eanId5H7E+3mUi9Z3rjAhH+1DCJ53lUnjzWF1lbCYbREqrdCpmzZvW1t5R3e9gJZSCA==",
"dev": true,
"dependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@open-wc/chai-dom-equals": "^0.12.36",
"@open-wc/semantic-dom-diff": "^0.19.7",
"@open-wc/testing-helpers": "^2.1.2",
"@open-wc/testing-helpers": "^2.1.4",
"@types/chai": "^4.2.11",
"@types/chai-dom": "^0.0.12",
"@types/sinon-chai": "^3.2.3",
@@ -2861,9 +2861,9 @@
}
},
"node_modules/@open-wc/testing-helpers": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/@open-wc/testing-helpers/-/testing-helpers-2.1.3.tgz",
"integrity": "sha512-hQujGaWncmWLx/974jq5yf2jydBNNTwnkISw2wLGiYgX34+3R6/ns301Oi9S3Il96Kzd8B7avdExp/gDgqcF5w==",
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/@open-wc/testing-helpers/-/testing-helpers-2.1.4.tgz",
"integrity": "sha512-iZJxxKI9jRgnPczm8p2jpuvBZ3DHYSLrBmhDfzs7ol8vXMNt+HluzM1j1TSU95MFVGnfaspvvt9fMbXKA7cNcA==",
"dev": true,
"dependencies": {
"@open-wc/scoped-elements": "^2.1.3",
@@ -30676,15 +30676,15 @@
}
},
"@open-wc/testing": {
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/@open-wc/testing/-/testing-3.1.6.tgz",
"integrity": "sha512-MIf9cBtac4/UBE5a+R5cXiRhOGfzetsV+ZPFc188AfkPDPbmffHqjrRoCyk4B/qS6fLEulSBMLSaQ+6ze971gQ==",
"version": "3.1.7",
"resolved": "https://registry.npmjs.org/@open-wc/testing/-/testing-3.1.7.tgz",
"integrity": "sha512-HCS2LuY6hXtEwjqmad+eanId5H7E+3mUi9Z3rjAhH+1DCJ53lUnjzWF1lbCYbREqrdCpmzZvW1t5R3e9gJZSCA==",
"dev": true,
"requires": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@open-wc/chai-dom-equals": "^0.12.36",
"@open-wc/semantic-dom-diff": "^0.19.7",
"@open-wc/testing-helpers": "^2.1.2",
"@open-wc/testing-helpers": "^2.1.4",
"@types/chai": "^4.2.11",
"@types/chai-dom": "^0.0.12",
"@types/sinon-chai": "^3.2.3",
@@ -30692,9 +30692,9 @@
}
},
"@open-wc/testing-helpers": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/@open-wc/testing-helpers/-/testing-helpers-2.1.3.tgz",
"integrity": "sha512-hQujGaWncmWLx/974jq5yf2jydBNNTwnkISw2wLGiYgX34+3R6/ns301Oi9S3Il96Kzd8B7avdExp/gDgqcF5w==",
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/@open-wc/testing-helpers/-/testing-helpers-2.1.4.tgz",
"integrity": "sha512-iZJxxKI9jRgnPczm8p2jpuvBZ3DHYSLrBmhDfzs7ol8vXMNt+HluzM1j1TSU95MFVGnfaspvvt9fMbXKA7cNcA==",
"dev": true,
"requires": {
"@open-wc/scoped-elements": "^2.1.3",

View File

@@ -58,7 +58,7 @@
"devDependencies": {
"@babel/core": "^7.19.6",
"@mdx-js/react": "^2.1.5",
"@open-wc/testing": "^3.1.6",
"@open-wc/testing": "^3.1.7",
"@playwright/test": "^1.27.1",
"@storybook/addon-a11y": "^6.5.13",
"@storybook/addon-actions": "^6.5.13",