Skip to content

Commit

Permalink
Bump throttle-debounce from 5.0.0 to 5.0.2
Browse files Browse the repository at this point in the history
Bumps [throttle-debounce](https://github.com/niksy/throttle-debounce) from 5.0.0 to 5.0.2.
- [Release notes](https://github.com/niksy/throttle-debounce/releases)
- [Changelog](https://github.com/niksy/throttle-debounce/blob/master/CHANGELOG.md)
- [Commits](niksy/throttle-debounce@v5.0.0...v5.0.2)

---
updated-dependencies:
- dependency-name: throttle-debounce
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and GitHub Workflow committed Jun 30, 2024
1 parent d45e651 commit edd21af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node_modules
Submodule node_modules updated 36 files
+22 −22 .package-lock.json
+1 −1 .package.json
+7 −6 @csstools/css-parser-algorithms/CHANGELOG.md
+1 −1 @csstools/css-parser-algorithms/dist/index.cjs
+7 −1 @csstools/css-parser-algorithms/dist/index.d.ts
+1 −1 @csstools/css-parser-algorithms/dist/index.mjs
+3 −2 @csstools/css-parser-algorithms/package.json
+6 −6 @csstools/css-tokenizer/CHANGELOG.md
+1 −1 @csstools/css-tokenizer/dist/index.cjs
+1 −1 @csstools/css-tokenizer/dist/index.mjs
+2 −1 @csstools/css-tokenizer/package.json
+7 −7 @csstools/media-query-list-parser/CHANGELOG.md
+1 −1 @csstools/media-query-list-parser/dist/index.cjs
+2 −2 @csstools/media-query-list-parser/dist/index.d.ts
+1 −1 @csstools/media-query-list-parser/dist/index.mjs
+4 −3 @csstools/media-query-list-parser/package.json
+19 −5 @eslint-community/regexpp/index.d.ts
+126 −12 @eslint-community/regexpp/index.js
+1 −1 @eslint-community/regexpp/index.js.map
+126 −12 @eslint-community/regexpp/index.mjs
+1 −1 @eslint-community/regexpp/index.mjs.map
+1 −1 @eslint-community/regexpp/package.json
+1 −1 postcss/README.md
+1 −1 postcss/lib/css-syntax-error.d.ts
+1 −1 postcss/lib/processor.js
+2 −2 postcss/package.json
+15 −1 throttle-debounce/CHANGELOG.md
+0 −280 throttle-debounce/LICENSE.md
+2 −3 throttle-debounce/README.md
+23 −33 throttle-debounce/cjs/index.js
+1 −1 throttle-debounce/cjs/index.js.map
+23 −33 throttle-debounce/esm/index.js
+1 −1 throttle-debounce/esm/index.js.map
+2 −2 throttle-debounce/package.json
+23 −33 throttle-debounce/umd/index.js
+1 −1 throttle-debounce/umd/index.js.map
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"remarkable": "2.0.1",
"throttle-debounce": "5.0.0",
"throttle-debounce": "5.0.2",
"uuid": "9.0.1",
"xterm": "5.3.0",
"xterm-addon-canvas": "0.5.0"
Expand Down

0 comments on commit edd21af

Please sign in to comment.