diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-08-26 15:30:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-26 15:30:53 +0000 |
commit | 2c0e9827860d89358ef728a4a03cf803a97109ec (patch) | |
tree | 48b1381d7cdac4ba339afd37c8077dd84059be17 /yarn.lock | |
parent | Bump @typescript-eslint/parser from 5.34.0 to 5.35.1 (#171) (diff) | |
download | ee4511w-web-2c0e9827860d89358ef728a4a03cf803a97109ec.tar ee4511w-web-2c0e9827860d89358ef728a4a03cf803a97109ec.tar.gz ee4511w-web-2c0e9827860d89358ef728a4a03cf803a97109ec.tar.bz2 ee4511w-web-2c0e9827860d89358ef728a4a03cf803a97109ec.tar.lz ee4511w-web-2c0e9827860d89358ef728a4a03cf803a97109ec.tar.xz ee4511w-web-2c0e9827860d89358ef728a4a03cf803a97109ec.tar.zst ee4511w-web-2c0e9827860d89358ef728a4a03cf803a97109ec.zip |
Bump helmet from 5.1.1 to 6.0.0 (#172)
Bumps [helmet](https://github.com/helmetjs/helmet) from 5.1.1 to 6.0.0.
- [Release notes](https://github.com/helmetjs/helmet/releases)
- [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md)
- [Commits](https://github.com/helmetjs/helmet/compare/v5.1.1...v6.0.0)
---
updated-dependencies:
- dependency-name: helmet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1174,10 +1174,10 @@ has@^1.0.3: dependencies: function-bind "^1.1.1" -helmet@5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/helmet/-/helmet-5.1.1.tgz#609823c5c2e78aea62dd9afc8f544ca409da5e85" - integrity sha512-/yX0oVZBggA9cLJh8aw3PPCfedBnbd7J2aowjzsaWwZh7/UFY0nccn/aHAggIgWUFfnykX8GKd3a1pSbrmlcVQ== +helmet@6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/helmet/-/helmet-6.0.0.tgz#8e183820ddccd7729a206ad73c577b264f495595" + integrity sha512-FO9RpR1wNJepH/GbLPQVtkE2eESglXL641p7SdyoT4LngHFJcZheHMoyUcjCZF4qpuMMO1u5q6RK0l9Ux8JBcg== hosted-git-info@^2.1.4: version "2.8.9" |