Skip to content

Commit cfbd9dd

Browse files
authored
Merge pull request #1188 from owncloud/bump-dependencies-sec
chore: fix version
2 parents ad7fb85 + 26fa138 commit cfbd9dd

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"resolutions": {
2323
"minimist": "0.2.4",
2424
"json-schema": "0.4.0",
25-
"qs": "json-schema"
25+
"qs": "6.7.3"
2626
},
2727
"engine": "node >= 0.8"
2828
}

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -988,15 +988,10 @@ qjobs@^1.2.0:
988988
resolved "https://registry.yarnpkg.com/qjobs/-/qjobs-1.2.0.tgz#c45e9c61800bd087ef88d7e256423bdd49e5d071"
989989
integrity sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==
990990

991-
qs@6.7.0:
992-
version "6.7.0"
993-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
994-
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
995-
996-
qs@~6.5.2:
997-
version "6.5.3"
998-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad"
999-
integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==
991+
qs@6.7.0, qs@6.7.3, qs@~6.5.2:
992+
version "6.7.3"
993+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.3.tgz#67634d715101aa950601f58dbef353b7e1696b95"
994+
integrity sha512-WBoQWf5L/UOLqUj8Mvr4Om7J+ZTCqPbYPHyeLNRS9t9Q3M3/o/9ctpWnlo8yyETPclx7FhH5LidjKKJa9kdSRQ==
1000995

1001996
range-parser@^1.2.1:
1002997
version "1.2.1"

0 commit comments

Comments
 (0)