Skip to content

Commit

Permalink
Bump the esbuild group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the esbuild group with 2 updates: [esbuild](https://github.com/evanw/esbuild) and [esbuild-wasm](https://github.com/evanw/esbuild).

Updates `esbuild` from 0.19.4 to 0.19.5
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.19.4...v0.19.5)

Updates `esbuild-wasm` from 0.19.4 to 0.19.5
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.19.4...v0.19.5)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: esbuild
- dependency-name: esbuild-wasm
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: esbuild
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and martinpitt committed Oct 18, 2023
1 parent 41830f4 commit ed2c031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion node_modules
Submodule node_modules updated 40 files
+48 −45 .package-lock.json
+2 −2 .package.json
+ @esbuild/linux-x64/bin/esbuild
+1 −1 @esbuild/linux-x64/package.json
+8 −1 css-functions-list/CHANGELOG.md
+8 −4 css-functions-list/README.md
+26 −1 css-functions-list/cjs/index.json
+26 −1 css-functions-list/esm/index.json
+8 −8 css-functions-list/package.json
+10 −0 define-data-property/CHANGELOG.md
+1 −1 define-data-property/index.d.ts.map
+8 −0 define-data-property/index.js
+11 −9 define-data-property/package.json
+6 −11 define-data-property/test/index.js
+1 −0 define-data-property/tsconfig.json
+0 −109 define-data-property/tsinit
+ esbuild-wasm/esbuild.wasm
+5 −5 esbuild-wasm/esm/browser.js
+3 −3 esbuild-wasm/esm/browser.min.js
+5 −5 esbuild-wasm/lib/browser.js
+3 −3 esbuild-wasm/lib/browser.min.js
+7 −7 esbuild-wasm/lib/main.js
+1 −1 esbuild-wasm/package.json
+1 −1 esbuild/bin/esbuild
+8 −8 esbuild/lib/main.js
+23 −23 esbuild/package.json
+0 −20 function-bind/.editorconfig
+11 −5 function-bind/.eslintrc
+0 −176 function-bind/.jscs.json
+0 −22 function-bind/.npmignore
+13 −0 function-bind/.nycrc
+0 −168 function-bind/.travis.yml
+136 −0 function-bind/CHANGELOG.md
+25 −27 function-bind/README.md
+44 −12 function-bind/implementation.js
+38 −14 function-bind/package.json
+13 −0 object-inspect/CHANGELOG.md
+7 −0 object-inspect/index.js
+8 −6 object-inspect/package.json
+17 −0 object-inspect/test/global.js
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"devDependencies": {
"argparse": "2.0.1",
"chrome-remote-interface": "^0.33.0",
"esbuild": "0.19.4",
"esbuild": "0.19.5",
"esbuild-plugin-copy": "2.1.1",
"esbuild-plugin-replace": "1.4.0",
"esbuild-sass-plugin": "2.16.0",
"esbuild-wasm": "0.19.4",
"esbuild-wasm": "0.19.5",
"eslint": "8.51.0",
"eslint-config-standard": "17.1.0",
"eslint-config-standard-jsx": "11.0.0",
Expand Down

0 comments on commit ed2c031

Please sign in to comment.