Skip to content

Commit a1ca4f1

Browse files
Bump the npm_and_yarn group with 5 updates
Bumps the npm_and_yarn group with 5 updates: | Package | From | To | | --- | --- | --- | | [rollup](https://github.com/rollup/rollup) | `2.79.2` | `3.29.5` | | [braces](https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` | | [micromatch](https://github.com/micromatch/micromatch) | `4.0.2` | `4.0.8` | | [nanoid](https://github.com/ai/nanoid) | `3.3.7` | `3.3.8` | | [qs](https://github.com/ljharb/qs) | `6.9.6` | `6.9.7` | Updates `rollup` from 2.79.2 to 3.29.5 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.79.2...v3.29.5) Updates `braces` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) Updates `micromatch` from 4.0.2 to 4.0.8 - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](micromatch/micromatch@4.0.2...4.0.8) Updates `nanoid` from 3.3.7 to 3.3.8 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) Updates `qs` from 6.9.6 to 6.9.7 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.9.6...v6.9.7) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: braces dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: micromatch dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: nanoid dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: qs dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6527cae commit a1ca4f1

File tree

3 files changed

+18
-55
lines changed

3 files changed

+18
-55
lines changed

packages/autocomplete-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"jest": "^27.2.2",
6666
"jest-watch-typeahead": "^0.6.3",
6767
"regenerator-runtime": "^0.13.7",
68-
"rollup": "^2.79.2",
68+
"rollup": "^3.29.5",
6969
"rollup-plugin-babel": "^4.4.0",
7070
"rollup-plugin-node-polyfills": "^0.2.1",
7171
"rollup-plugin-terser": "^7.0.0",

packages/instant-meilisearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"jest": "^27.2.2",
6969
"jest-watch-typeahead": "^0.6.3",
7070
"regenerator-runtime": "^0.13.7",
71-
"rollup": "^2.79.2",
71+
"rollup": "^3.29.5",
7272
"rollup-plugin-babel": "^4.4.0",
7373
"rollup-plugin-node-polyfills": "^0.2.1",
7474
"rollup-plugin-terser": "^7.0.0",

yarn.lock

Lines changed: 16 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -4267,16 +4267,9 @@ brace-expansion@^2.0.1:
42674267
dependencies:
42684268
balanced-match "^1.0.0"
42694269

4270-
braces@^3.0.1, braces@~3.0.2:
4271-
version "3.0.2"
4272-
resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz"
4273-
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
4274-
dependencies:
4275-
fill-range "^7.0.1"
4276-
4277-
braces@^3.0.3:
4270+
braces@^3.0.3, braces@~3.0.2:
42784271
version "3.0.3"
4279-
resolved "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz"
4272+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
42804273
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
42814274
dependencies:
42824275
fill-range "^7.1.1"
@@ -6062,13 +6055,6 @@ file-entry-cache@^6.0.1:
60626055
dependencies:
60636056
flat-cache "^3.0.4"
60646057

6065-
fill-range@^7.0.1:
6066-
version "7.0.1"
6067-
resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz"
6068-
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
6069-
dependencies:
6070-
to-regex-range "^5.0.1"
6071-
60726058
fill-range@^7.1.1:
60736059
version "7.1.1"
60746060
resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz"
@@ -8127,25 +8113,9 @@ merge2@^1.3.0, merge2@^1.4.1:
81278113
resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz"
81288114
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
81298115

8130-
micromatch@^4.0.2:
8131-
version "4.0.2"
8132-
resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz"
8133-
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
8134-
dependencies:
8135-
braces "^3.0.1"
8136-
picomatch "^2.0.5"
8137-
8138-
micromatch@^4.0.4:
8139-
version "4.0.4"
8140-
resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz"
8141-
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
8142-
dependencies:
8143-
braces "^3.0.1"
8144-
picomatch "^2.2.3"
8145-
8146-
micromatch@^4.0.5:
8116+
micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5:
81478117
version "4.0.8"
8148-
resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz"
8118+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
81498119
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
81508120
dependencies:
81518121
braces "^3.0.3"
@@ -8265,9 +8235,9 @@ muggle-string@^0.1.0:
82658235
integrity sha512-Tr1knR3d2mKvvWthlk7202rywKbiOm4rVFLsfAaSIhJ6dt9o47W4S+JMtWhd/PW9Wrdew2/S2fSvhz3E2gkfEg==
82668236

82678237
nanoid@^3.3.7:
8268-
version "3.3.7"
8269-
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz"
8270-
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
8238+
version "3.3.8"
8239+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
8240+
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
82718241

82728242
natural-compare@^1.4.0:
82738243
version "1.4.0"
@@ -8686,7 +8656,7 @@ picocolors@^1.0.0, picocolors@^1.1.0:
86868656
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz"
86878657
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
86888658

8689-
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
8659+
picomatch@^2.0.4, picomatch@^2.2.1:
86908660
version "2.2.2"
86918661
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz"
86928662
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
@@ -9190,13 +9160,13 @@ q@^1.1.2:
91909160
integrity sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==
91919161

91929162
"qs@^6.5.1 < 6.10":
9193-
version "6.9.6"
9194-
resolved "https://registry.npmjs.org/qs/-/qs-6.9.6.tgz"
9195-
integrity sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==
9163+
version "6.9.7"
9164+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.7.tgz#4610846871485e1e048f44ae3b94033f0e675afe"
9165+
integrity sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==
91969166

91979167
qs@~6.10.3:
91989168
version "6.10.5"
9199-
resolved "https://registry.npmjs.org/qs/-/qs-6.10.5.tgz"
9169+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.5.tgz#974715920a80ff6a262264acd2c7e6c2a53282b4"
92009170
integrity sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ==
92019171
dependencies:
92029172
side-channel "^1.0.4"
@@ -9630,17 +9600,10 @@ rollup-pluginutils@^2.8.1:
96309600
dependencies:
96319601
estree-walker "^0.6.1"
96329602

9633-
rollup@^2.79.2:
9634-
version "2.79.2"
9635-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090"
9636-
integrity sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==
9637-
optionalDependencies:
9638-
fsevents "~2.3.2"
9639-
9640-
rollup@^3.27.1:
9641-
version "3.29.4"
9642-
resolved "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz"
9643-
integrity sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==
9603+
rollup@^3.27.1, rollup@^3.29.5:
9604+
version "3.29.5"
9605+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.5.tgz#8a2e477a758b520fb78daf04bca4c522c1da8a54"
9606+
integrity sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==
96449607
optionalDependencies:
96459608
fsevents "~2.3.2"
96469609

0 commit comments

Comments
 (0)