Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the npm-minor-upgrades group with 2 updates #641

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@11ty/eleventy": "3.0.0-alpha.13",
"@11ty/eleventy-fetch": "^4.0.1",
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-plugin-rss": "^2.0.0",
"@11ty/eleventy-plugin-rss": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/is-land": "^4.0.0",
"@babel/core": "^7.24.7",
Expand Down Expand Up @@ -111,7 +111,7 @@
"stylelint": "^16.6.1",
"stylelint-config-standard-scss": "^13.1.0",
"truncate-html": "^1.1.1",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"typogr": "^0.6.8"
},
"packageManager": "yarn@4.3.0"
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ __metadata:
languageName: node
linkType: hard

"@11ty/eleventy-plugin-rss@npm:^2.0.0":
version: 2.0.0
resolution: "@11ty/eleventy-plugin-rss@npm:2.0.0"
"@11ty/eleventy-plugin-rss@npm:^2.0.1":
version: 2.0.1
resolution: "@11ty/eleventy-plugin-rss@npm:2.0.1"
dependencies:
"@11ty/eleventy-utils": "npm:^1.0.3"
"@11ty/posthtml-urls": "npm:1.0.0"
debug: "npm:^4.3.5"
posthtml: "npm:^0.16.6"
checksum: 10/0776ce4b193dc7fb56f13f874f060104b511e5dbfb399b01e0c92928509cd9f08df32236cb45638ef2efdb1f4f9bbb6dca3bf86c8b6e07c63498d782f988ea79
checksum: 10/c5afac8b30fb327b00111c6e54e7d38542339a0b5e54fa974484dcddba7eb652485067b3f81f1565ee2cfa38e135ba72dfa3af5fcdf5cdd79fb765dbd3ec1b49
languageName: node
linkType: hard

Expand Down Expand Up @@ -9013,7 +9013,7 @@ __metadata:
"@11ty/eleventy": "npm:3.0.0-alpha.13"
"@11ty/eleventy-fetch": "npm:^4.0.1"
"@11ty/eleventy-img": "npm:^4.0.2"
"@11ty/eleventy-plugin-rss": "npm:^2.0.0"
"@11ty/eleventy-plugin-rss": "npm:^2.0.1"
"@11ty/eleventy-plugin-syntaxhighlight": "npm:^5.0.0"
"@11ty/is-land": "npm:^4.0.0"
"@algolia/algoliasearch-netlify-frontend": "npm:^1.0.15"
Expand Down Expand Up @@ -9069,7 +9069,7 @@ __metadata:
stylelint: "npm:^16.6.1"
stylelint-config-standard-scss: "npm:^13.1.0"
truncate-html: "npm:^1.1.1"
typescript: "npm:^5.4.5"
typescript: "npm:^5.5.2"
typogr: "npm:^0.6.8"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -12033,23 +12033,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.4.5":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
"typescript@npm:^5.5.2":
version: 5.5.2
resolution: "typescript@npm:5.5.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/d04a9e27e6d83861f2126665aa8d84847e8ebabcea9125b9ebc30370b98cb38b5dff2508d74e2326a744938191a83a69aa9fddab41f193ffa43eabfdf3f190a5
checksum: 10/9118b20f248e76b0dbff8737fef65dfa89d02668d4e633d2c5ceac99033a0ca5e8a1c1a53bc94da68e8f67677a88f318663dde859c9e9a09c1e116415daec2ba
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
"typescript@patch:typescript@npm%3A^5.5.2#optional!builtin<compat/typescript>":
version: 5.5.2
resolution: "typescript@patch:typescript@npm%3A5.5.2#optional!builtin<compat/typescript>::version=5.5.2&hash=b45daf"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/760f7d92fb383dbf7dee2443bf902f4365db2117f96f875cf809167f6103d55064de973db9f78fe8f31ec08fff52b2c969aee0d310939c0a3798ec75d0bca2e1
checksum: 10/28b3de2ddaf63a7620e7ddbe5d377af71ce93ecc558c41bf0e3d88661d8e6e7aa6c7739164fef98055f69819e41faca49252938ef3633a3dff2734cca6a9042e
languageName: node
linkType: hard

Expand Down
Loading