diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-25 14:45:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-25 14:45:14 +0000 |
commit | 80ff909a3036e0d173eaf73c9b1125925eb42319 (patch) | |
tree | dcb860bb9c2103c3464bb1cf56f7a0f5d793a18d /package-lock.json | |
parent | 5821f884e8227c793ecfcf1c8bba91f8e539a37e (diff) | |
download | nextcloud-server-80ff909a3036e0d173eaf73c9b1125925eb42319.tar.gz nextcloud-server-80ff909a3036e0d173eaf73c9b1125925eb42319.zip |
chore(deps-dev): Bump @vue/vue2-jest from 29.2.4 to 29.2.6
Bumps [@vue/vue2-jest](https://github.com/vuejs/vue-jest) from 29.2.4 to 29.2.6.
- [Release notes](https://github.com/vuejs/vue-jest/releases)
- [Commits](https://github.com/vuejs/vue-jest/compare/v29.2.4...v29.2.6)
---
updated-dependencies:
- dependency-name: "@vue/vue2-jest"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 1ce75a77010..dc79c17c988 100644 --- a/package-lock.json +++ b/package-lock.json @@ -110,7 +110,7 @@ "@types/jest": "^29.5.2", "@vue/test-utils": "^1.3.5", "@vue/tsconfig": "^0.4.0", - "@vue/vue2-jest": "^29.2.5", + "@vue/vue2-jest": "^29.2.6", "babel-jest": "^29.6.4", "babel-loader": "^9.1.0", "babel-loader-exclude-node-modules-except": "^1.2.1", @@ -6317,9 +6317,9 @@ "dev": true }, "node_modules/@vue/vue2-jest": { - "version": "29.2.5", - "resolved": "https://registry.npmjs.org/@vue/vue2-jest/-/vue2-jest-29.2.5.tgz", - "integrity": "sha512-vEFEjQpg66REk2h7J1HuaqFW6iXtJd+xCfDKDVee4n9NPYhvzAO+Xy4LxClMwvLK0E7uy64nMJ6arg7+GdZEuQ==", + "version": "29.2.6", + "resolved": "https://registry.npmjs.org/@vue/vue2-jest/-/vue2-jest-29.2.6.tgz", + "integrity": "sha512-nPu9IvnEkP0AEpo9ETOAk50uqyBa0QMJ9GnPYkC7EukFN1z29QKjyucICayMt8KuHJ9oYBca2TDMH40HowY9mQ==", "dev": true, "dependencies": { "@babel/plugin-transform-modules-commonjs": "^7.2.0", |