Skip to content

Commit

Permalink
chore(deps): bump the prod-deps-security group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the prod-deps-security group with 2 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [cookie](https://github.com/jshttp/cookie).


Updates `astro` from 4.15.11 to 4.16.1
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.16.1/packages/astro)

Updates `cookie` from 0.6.0 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.6.0...v0.7.2)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  dependency-group: prod-deps-security
- dependency-name: cookie
  dependency-type: indirect
  dependency-group: prod-deps-security
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent ae61acd commit ad91c9a
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 74 deletions.
2 changes: 1 addition & 1 deletion @kindspells/astro-shield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"@types/node": "^22.7.4",
"astro": "^4.15.11",
"astro": "^4.16.1",
"get-tsconfig": "^4.8.1",
"rollup": "^4.24.0",
"rollup-plugin-dts": "^6.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@astrojs/node": "^8.3.4",
"astro": "^4.15.11"
"astro": "^4.16.1"
},
"devDependencies": {
"@kindspells/astro-shield": "workspace:*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"@astrojs/node": "^8.3.4",
"astro": "^4.15.11"
"astro": "^4.16.1"
},
"devDependencies": {
"@kindspells/astro-shield": "workspace:*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"@astrojs/node": "^8.3.4",
"astro": "^4.15.11"
"astro": "^4.16.1"
},
"devDependencies": {
"@kindspells/astro-shield": "workspace:*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"@astrojs/node": "^8.3.4",
"astro": "^4.15.11"
"astro": "^4.16.1"
},
"devDependencies": {
"@kindspells/astro-shield": "workspace:*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "MIT",
"dependencies": {
"astro": "^4.15.11"
"astro": "^4.16.1"
},
"devDependencies": {
"@kindspells/astro-shield": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@astrojs/starlight": "^0.28.2",
"@astrojs/ts-plugin": "^1.10.2",
"@kindspells/astro-shield": "workspace:^",
"astro": "^4.15.11",
"astro": "^4.16.1",
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit ad91c9a

Please sign in to comment.