Skip to content

Commit e37be50

Browse files
Bump the npm-dependencies group across 1 directory with 5 updates
Bumps the npm-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@11ty/eleventy](https://github.com/11ty/eleventy) | `3.1.2` | `3.1.5` | | [enhanced-resolve](https://github.com/webpack/enhanced-resolve) | `5.20.0` | `5.20.1` | | [picomatch](https://github.com/micromatch/picomatch) | `4.0.3` | `4.0.4` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.1` | `4.2.2` | | [tapable](https://github.com/webpack/tapable) | `2.3.0` | `2.3.2` | Updates `@11ty/eleventy` from 3.1.2 to 3.1.5 - [Release notes](https://github.com/11ty/eleventy/releases) - [Changelog](https://github.com/11ty/eleventy/blob/main/docs/release-instructions.md) - [Commits](11ty/buildawesome@v3.1.2...v3.1.5) Updates `enhanced-resolve` from 5.20.0 to 5.20.1 - [Release notes](https://github.com/webpack/enhanced-resolve/releases) - [Changelog](https://github.com/webpack/enhanced-resolve/blob/main/CHANGELOG.md) - [Commits](webpack/enhanced-resolve@v5.20.0...v5.20.1) Updates `picomatch` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@4.0.3...4.0.4) Updates `tailwindcss` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.2/packages/tailwindcss) Updates `tapable` from 2.3.0 to 2.3.2 - [Release notes](https://github.com/webpack/tapable/releases) - [Changelog](https://github.com/webpack/tapable/blob/main/CHANGELOG.md) - [Commits](webpack/tapable@v2.3.0...v2.3.2) --- updated-dependencies: - dependency-name: "@11ty/eleventy" dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: enhanced-resolve dependency-version: 5.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: picomatch dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: tailwindcss dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: tapable dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 713b51a commit e37be50

2 files changed

Lines changed: 57 additions & 111 deletions

File tree

package-lock.json

Lines changed: 52 additions & 106 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "A community for open-source programmers and software engineers.",
55
"main": "script.js",
66
"dependencies": {
7-
"@11ty/eleventy": "^3.1.2",
7+
"@11ty/eleventy": "^3.1.5",
88
"detect-libc": "^2.1.2",
9-
"enhanced-resolve": "^5.20.0",
9+
"enhanced-resolve": "^5.20.1",
1010
"graceful-fs": "^4.2.11",
1111
"is-extglob": "^2.1.1",
1212
"is-glob": "^4.0.3",
@@ -17,10 +17,10 @@
1717
"mri": "^1.2.0",
1818
"node-addon-api": "^8.6.0",
1919
"picocolors": "^1.1.1",
20-
"picomatch": "^4.0.3",
20+
"picomatch": "^4.0.4",
2121
"source-map-js": "^1.2.1",
22-
"tailwindcss": "^4.2.1",
23-
"tapable": "^2.3.0"
22+
"tailwindcss": "^4.2.2",
23+
"tapable": "^2.3.2"
2424
},
2525
"scripts": {
2626
"start": "eleventy --serve",

0 commit comments

Comments
 (0)