aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-01-29 21:47:10 +0000
committerGravatar vitalyster2024-01-31 15:04:54 +0300
commit85c285364b8cae7997a21beec1c0235675944ce7 (patch)
treea85cd19ec65df834e4b01d6e5a3d786f3503e796 /package-lock.json
parentd4c1b8ebbabedc57373e93a46e5c42ab05705201 (diff)
build(deps): bump react-cookie from 7.0.1 to 7.0.2
Bumps [react-cookie](https://github.com/bendotcodes/cookies) from 7.0.1 to 7.0.2. - [Release notes](https://github.com/bendotcodes/cookies/releases) - [Changelog](https://github.com/bendotcodes/cookies/blob/main/LEGACY-CHANGELOG.md) - [Commits](https://github.com/bendotcodes/cookies/compare/v7.0.1...v7.0.2) --- updated-dependencies: - dependency-name: react-cookie dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 6365d802..5f0c39c0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -23,7 +23,7 @@
"node-telegram-bot-api": "^0.64.0",
"react": "^18.2.0",
"react-content-loader": "^6.2.1",
- "react-cookie": "^7.0.1",
+ "react-cookie": "^7.0.2",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.4",
"react-hook-form": "^7.49.3",
@@ -15958,9 +15958,9 @@
}
},
"node_modules/react-cookie": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/react-cookie/-/react-cookie-7.0.1.tgz",
- "integrity": "sha512-SmDjy2TFp+vS6BGOqW7HyaWKyJzVmIH74uP3mxq6kswlwLJEBtIbhkrioozdvQL9r81yprHYFQkSmcO4HiXPdA==",
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/react-cookie/-/react-cookie-7.0.2.tgz",
+ "integrity": "sha512-UnW1rZw1VibRdTvV8Ksr0BKKZoajeUxYLE89sIygDeyQgtz6ik89RHOM+3kib36G9M7HxheORggPoLk5DxAK7Q==",
"dependencies": {
"@types/hoist-non-react-statics": "^3.3.5",
"hoist-non-react-statics": "^3.3.2",