Browse Source

Bump jest-localstorage-mock from 2.4.14 to 2.4.16

Bumps [jest-localstorage-mock](https://github.com/clarkbw/jest-localstorage-mock) from 2.4.14 to 2.4.16.
- [Release notes](https://github.com/clarkbw/jest-localstorage-mock/releases)
- [Commits](https://github.com/clarkbw/jest-localstorage-mock/compare/v2.4.14...v2.4.16)

---
updated-dependencies:
- dependency-name: jest-localstorage-mock
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/6111/head
dependabot[bot] 4 years ago
committed by GitHub
parent
commit
d7f9b997a3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      package-lock.json
  2. 2
      package.json

14
package-lock.json

@ -72,7 +72,7 @@
"@vue/test-utils": "^1.2.2",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"babel-plugin-add-module-exports": "^1.0.4",
"jest-localstorage-mock": "^2.4.14",
"jest-localstorage-mock": "^2.4.16",
"jest-mock-axios": "^4.4.0",
"jest-mock-console": "^1.1.0",
"regenerator-runtime": "^0.13.9",
@ -15152,9 +15152,9 @@
}
},
"node_modules/jest-localstorage-mock": {
"version": "2.4.14",
"resolved": "https://registry.npmjs.org/jest-localstorage-mock/-/jest-localstorage-mock-2.4.14.tgz",
"integrity": "sha512-B+Y0y3J4wBOHdmcFSicWmVYMFAZFbJvjs1EfRIzUJRg2UAK+YVVUgTn7/MdjENey5xbBKmraBmKY5EX+x1NJXA==",
"version": "2.4.16",
"resolved": "https://registry.npmjs.org/jest-localstorage-mock/-/jest-localstorage-mock-2.4.16.tgz",
"integrity": "sha512-nvP2pRM8BfsSYT0uvalB1z9C8oVKhENfcBIBB80/8NU5Vc4Q4LijGbKNedOeIIB8xujpsLkCOjxj1Clv5oOaww==",
"dev": true,
"engines": {
"node": ">=6.16.0"
@ -39283,9 +39283,9 @@
}
},
"jest-localstorage-mock": {
"version": "2.4.14",
"resolved": "https://registry.npmjs.org/jest-localstorage-mock/-/jest-localstorage-mock-2.4.14.tgz",
"integrity": "sha512-B+Y0y3J4wBOHdmcFSicWmVYMFAZFbJvjs1EfRIzUJRg2UAK+YVVUgTn7/MdjENey5xbBKmraBmKY5EX+x1NJXA==",
"version": "2.4.16",
"resolved": "https://registry.npmjs.org/jest-localstorage-mock/-/jest-localstorage-mock-2.4.16.tgz",
"integrity": "sha512-nvP2pRM8BfsSYT0uvalB1z9C8oVKhENfcBIBB80/8NU5Vc4Q4LijGbKNedOeIIB8xujpsLkCOjxj1Clv5oOaww==",
"dev": true
},
"jest-matcher-utils": {

2
package.json

@ -80,7 +80,7 @@
"@vue/test-utils": "^1.2.2",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"babel-plugin-add-module-exports": "^1.0.4",
"jest-localstorage-mock": "^2.4.14",
"jest-localstorage-mock": "^2.4.16",
"jest-mock-axios": "^4.4.0",
"jest-mock-console": "^1.1.0",
"regenerator-runtime": "^0.13.9",

Loading…
Cancel
Save