mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-04-06 15:30:30 +08:00
Merge pull request #67 from lowdefy/renovate/query-string-6.x
fix(deps): update dependency query-string to v6.13.6
This commit is contained in:
commit
098fab1361
8
.pnp.js
generated
8
.pnp.js
generated
@ -5113,7 +5113,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["jest", "npm:26.5.3"],
|
||||
["jest-diff", "npm:26.5.2"],
|
||||
["lodash.merge", "npm:4.6.2"],
|
||||
["query-string", "npm:6.13.5"]
|
||||
["query-string", "npm:6.13.6"]
|
||||
],
|
||||
"linkType": "SOFT",
|
||||
}]
|
||||
@ -19324,10 +19324,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
}]
|
||||
]],
|
||||
["query-string", [
|
||||
["npm:6.13.5", {
|
||||
"packageLocation": "./.yarn/cache/query-string-npm-6.13.5-9cf41f78b4-a60b70e261.zip/node_modules/query-string/",
|
||||
["npm:6.13.6", {
|
||||
"packageLocation": "./.yarn/cache/query-string-npm-6.13.6-1f06a3ca1c-0f773349bf.zip/node_modules/query-string/",
|
||||
"packageDependencies": [
|
||||
["query-string", "npm:6.13.5"],
|
||||
["query-string", "npm:6.13.6"],
|
||||
["decode-uri-component", "npm:0.2.0"],
|
||||
["split-on-first", "npm:1.1.0"],
|
||||
["strict-uri-encode", "npm:2.0.0"]
|
||||
|
Binary file not shown.
@ -31,7 +31,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash.merge": "4.6.2",
|
||||
"query-string": "6.13.5"
|
||||
"query-string": "6.13.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.12.1",
|
||||
|
10
yarn.lock
10
yarn.lock
@ -3815,7 +3815,7 @@ __metadata:
|
||||
jest: 26.5.3
|
||||
jest-diff: 26.5.2
|
||||
lodash.merge: 4.6.2
|
||||
query-string: 6.13.5
|
||||
query-string: 6.13.6
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -15695,14 +15695,14 @@ fsevents@^1.2.7:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"query-string@npm:6.13.5":
|
||||
version: 6.13.5
|
||||
resolution: "query-string@npm:6.13.5"
|
||||
"query-string@npm:6.13.6":
|
||||
version: 6.13.6
|
||||
resolution: "query-string@npm:6.13.6"
|
||||
dependencies:
|
||||
decode-uri-component: ^0.2.0
|
||||
split-on-first: ^1.0.0
|
||||
strict-uri-encode: ^2.0.0
|
||||
checksum: a60b70e2612624247e67dd693b2812b3acb3cf2846c7fce369924e9ad4f63a673e2c0bfd6523d189454e93b818ba0ff04886752d4dc664c6402bc1bf69753c67
|
||||
checksum: 0f773349bf9c35719cac801b28a0d98f27ba9d815e92db34c69eb9eaa13ef57d8b6b8bd3f6b81070d8c9b790fa2a1d1311a772d0397838e7ca373bcd4d46ab7f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user