1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Bump mock-local-storage from 1.1.20 to 1.1.21 (#1384)

Bumps [mock-local-storage](https://gitlab.com/kaictl/node) from 1.1.20 to 1.1.21.
- [Release notes](https://gitlab.com/kaictl/node/tags)
- [Commits](https://gitlab.com/kaictl/node/commits/master)

---
updated-dependencies:
- dependency-name: mock-local-storage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-04-04 13:01:12 +03:00 committed by GitHub
parent 0548aba35c
commit be25458ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -39,7 +39,7 @@
"fs": "0.0.1-security", "fs": "0.0.1-security",
"microbundle": "^0.14.2", "microbundle": "^0.14.2",
"mocha": "^9.2.2", "mocha": "^9.2.2",
"mock-local-storage": "^1.1.20", "mock-local-storage": "^1.1.21",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"ora": "5.4.1", "ora": "5.4.1",
"prettier": "^2.6.1", "prettier": "^2.6.1",
@ -11150,9 +11150,9 @@
"integrity": "sha512-qYvlv/exQ4+svI3UOvPUpLDF0OMX5euvUH0Ny4N5QyRyhNdgAgUrVH3iUINSzEPLvx0kbo/Bp28GJKIqvE7URw==" "integrity": "sha512-qYvlv/exQ4+svI3UOvPUpLDF0OMX5euvUH0Ny4N5QyRyhNdgAgUrVH3iUINSzEPLvx0kbo/Bp28GJKIqvE7URw=="
}, },
"node_modules/mock-local-storage": { "node_modules/mock-local-storage": {
"version": "1.1.20", "version": "1.1.21",
"resolved": "https://registry.npmjs.org/mock-local-storage/-/mock-local-storage-1.1.20.tgz", "resolved": "https://registry.npmjs.org/mock-local-storage/-/mock-local-storage-1.1.21.tgz",
"integrity": "sha512-JsV1bVnHA0lhdoGeJDBrOtC1X8j2ZJ5ZttoyZMp3cZCgbnh2MuQaQGpHwfwha+Jczhmd40lOmzYmBKExvsbBaA==", "integrity": "sha512-/sVmP9ywoafxV2HsSw+H7mj+R8uxEld0wXbIZINRkXE4MtVMORN2eIDso9gnY9S/Yb14dRNRu2bB2RRKNYX5bA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"core-js": "^3.19.0", "core-js": "^3.19.0",
@ -25953,9 +25953,9 @@
"integrity": "sha512-qYvlv/exQ4+svI3UOvPUpLDF0OMX5euvUH0Ny4N5QyRyhNdgAgUrVH3iUINSzEPLvx0kbo/Bp28GJKIqvE7URw==" "integrity": "sha512-qYvlv/exQ4+svI3UOvPUpLDF0OMX5euvUH0Ny4N5QyRyhNdgAgUrVH3iUINSzEPLvx0kbo/Bp28GJKIqvE7URw=="
}, },
"mock-local-storage": { "mock-local-storage": {
"version": "1.1.20", "version": "1.1.21",
"resolved": "https://registry.npmjs.org/mock-local-storage/-/mock-local-storage-1.1.20.tgz", "resolved": "https://registry.npmjs.org/mock-local-storage/-/mock-local-storage-1.1.21.tgz",
"integrity": "sha512-JsV1bVnHA0lhdoGeJDBrOtC1X8j2ZJ5ZttoyZMp3cZCgbnh2MuQaQGpHwfwha+Jczhmd40lOmzYmBKExvsbBaA==", "integrity": "sha512-/sVmP9ywoafxV2HsSw+H7mj+R8uxEld0wXbIZINRkXE4MtVMORN2eIDso9gnY9S/Yb14dRNRu2bB2RRKNYX5bA==",
"dev": true, "dev": true,
"requires": { "requires": {
"core-js": "^3.19.0", "core-js": "^3.19.0",

View File

@ -87,7 +87,7 @@
"fs": "0.0.1-security", "fs": "0.0.1-security",
"microbundle": "^0.14.2", "microbundle": "^0.14.2",
"mocha": "^9.2.2", "mocha": "^9.2.2",
"mock-local-storage": "^1.1.20", "mock-local-storage": "^1.1.21",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"ora": "5.4.1", "ora": "5.4.1",
"prettier": "^2.6.1", "prettier": "^2.6.1",