Bump jest-serializer-vue from 2.0.2 to 3.1.0

Bumps [jest-serializer-vue](https://github.com/eddyerburgh/jest-serializer-vue) from 2.0.2 to 3.1.0.
- [Release notes](https://github.com/eddyerburgh/jest-serializer-vue/releases)
- [Changelog](https://github.com/eddyerburgh/jest-serializer-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eddyerburgh/jest-serializer-vue/commits)

---
updated-dependencies:
- dependency-name: jest-serializer-vue
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-11-19 08:26:38 +00:00
committed by GitHub
parent 9094d611ae
commit c781d29065
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@@ -55,7 +55,7 @@
"cypress": "^11.1.0", "cypress": "^11.1.0",
"eslint-webpack-plugin": "^3.2.0", "eslint-webpack-plugin": "^3.2.0",
"jest": "^29.3.1", "jest": "^29.3.1",
"jest-serializer-vue": "^2.0.2", "jest-serializer-vue": "^3.1.0",
"stylelint-webpack-plugin": "^3.3.0", "stylelint-webpack-plugin": "^3.3.0",
"vue-jest": "^3.0.7", "vue-jest": "^3.0.7",
"vue-template-compiler": "^2.7.14" "vue-template-compiler": "^2.7.14"
@@ -12110,9 +12110,10 @@
} }
}, },
"node_modules/jest-serializer-vue": { "node_modules/jest-serializer-vue": {
"version": "2.0.2", "version": "3.1.0",
"resolved": "https://registry.npmjs.org/jest-serializer-vue/-/jest-serializer-vue-3.1.0.tgz",
"integrity": "sha512-vXz9/3IgBbLhsaVANYLG4ROCQd+Wg3qbB6ICofzFL+fbhSFPlqb0/MMGXcueVsjaovdWlYiRaLQLpdi1PTcoRQ==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"pretty": "2.0.0" "pretty": "2.0.0"
} }
@@ -27530,7 +27531,9 @@
} }
}, },
"jest-serializer-vue": { "jest-serializer-vue": {
"version": "2.0.2", "version": "3.1.0",
"resolved": "https://registry.npmjs.org/jest-serializer-vue/-/jest-serializer-vue-3.1.0.tgz",
"integrity": "sha512-vXz9/3IgBbLhsaVANYLG4ROCQd+Wg3qbB6ICofzFL+fbhSFPlqb0/MMGXcueVsjaovdWlYiRaLQLpdi1PTcoRQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"pretty": "2.0.0" "pretty": "2.0.0"

View File

@@ -81,7 +81,7 @@
"cypress": "^11.1.0", "cypress": "^11.1.0",
"eslint-webpack-plugin": "^3.2.0", "eslint-webpack-plugin": "^3.2.0",
"jest": "^29.3.1", "jest": "^29.3.1",
"jest-serializer-vue": "^2.0.2", "jest-serializer-vue": "^3.1.0",
"stylelint-webpack-plugin": "^3.3.0", "stylelint-webpack-plugin": "^3.3.0",
"vue-jest": "^3.0.7", "vue-jest": "^3.0.7",
"vue-template-compiler": "^2.7.14" "vue-template-compiler": "^2.7.14"