Skip to content

Commit

Permalink
build(deps): bump the minor-and-patch group across 1 directory with 4…
Browse files Browse the repository at this point in the history
… updates

Bumps the minor-and-patch group with 4 updates in the / directory: [dompurify](https://github.com/cure53/DOMPurify), [esbuild](https://github.com/evanw/esbuild), [sass](https://github.com/sass/dart-sass) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `dompurify` from 3.1.0 to 3.1.3
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.1.0...3.1.3)

Updates `esbuild` from 0.20.2 to 0.21.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.20.2...v0.21.2)

Updates `sass` from 1.75.0 to 1.77.1
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.75.0...1.77.1)

Updates `@babel/preset-env` from 7.24.4 to 7.24.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 14, 2024
1 parent b9fb0f6 commit 298379d
Show file tree
Hide file tree
Showing 2 changed files with 245 additions and 197 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "node esbuild.config.js"
},
"devDependencies": {
"@babel/preset-env": "^7.24.4",
"@babel/preset-env": "^7.24.5",
"@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.4.4",
"canvas": "^2.11.2",
Expand Down Expand Up @@ -48,9 +48,9 @@
"canvas2svg": "1.0.16",
"codemirror": "^5.65.1",
"dom-to-image": "^2.6.0",
"dompurify": "^3.1.0",
"dompurify": "^3.1.3",
"driver.js": "^0.9.8",
"esbuild": "^0.20.2",
"esbuild": "^0.21.2",
"esbuild-plugin-sass": "^1.0.1",
"esbuild-rails": "^1.0.7",
"jquery": "^3.7.1",
Expand All @@ -59,7 +59,7 @@
"jsdoc-export-default-interop": "^0.3.1",
"opencollective-postinstall": "^2.0.3",
"popper.js": "^1.16.1",
"sass": "^1.75.0",
"sass": "^1.77.1",
"stimulus": "^3.2.2",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^11.1.0",
Expand Down

0 comments on commit 298379d

Please sign in to comment.