diff --git a/contentsgarten.netlify.app/package.json b/contentsgarten.netlify.app/package.json index 8ef7478d..80d7815b 100644 --- a/contentsgarten.netlify.app/package.json +++ b/contentsgarten.netlify.app/package.json @@ -38,7 +38,7 @@ "@remix-run/eslint-config": "^1.14.3", "@rushstack/eslint-plugin-packlets": "^0.9.0", "@tailwindcss/typography": "^0.5.3", - "@types/cookie": "^0.6.0", + "@types/cookie": "^1.0.0", "@types/js-cookie": "^3.0.3", "@types/lodash-es": "^4.17.7", "@types/markdown-it": "^13.0.0", @@ -47,7 +47,7 @@ "@types/react-dom": "^18.0.11", "autoprefixer": "^10.4.14", "concurrently": "^9.0.0", - "cookie": "^0.7.0", + "cookie": "^1.0.0", "depcheck": "^1.4.3", "eslint": "^8.36.0", "firebase": "^10.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4ea0a111..04dcf71b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -103,8 +103,8 @@ importers: specifier: ^0.5.3 version: 0.5.15(tailwindcss@3.4.17) '@types/cookie': - specifier: ^0.6.0 - version: 0.6.0 + specifier: ^1.0.0 + version: 1.0.0 '@types/js-cookie': specifier: ^3.0.3 version: 3.0.6 @@ -130,8 +130,8 @@ importers: specifier: ^9.0.0 version: 9.1.0 cookie: - specifier: ^0.7.0 - version: 0.7.2 + specifier: ^1.0.0 + version: 1.0.2 depcheck: specifier: ^1.4.3 version: 1.4.7 @@ -442,8 +442,8 @@ importers: specifier: workspace:* version: link:../packages/contentsgarten cookie: - specifier: ^0.7.0 - version: 0.7.2 + specifier: ^1.0.0 + version: 1.0.2 firebase: specifier: ^10.0.0 version: 10.0.0(react-native@0.71.19(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(react@18.3.1)) @@ -473,8 +473,8 @@ importers: version: 3.24.1 devDependencies: '@types/cookie': - specifier: ^0.6.0 - version: 0.6.0 + specifier: ^1.0.0 + version: 1.0.0 wiki.wonderful.software: dependencies: @@ -3640,6 +3640,10 @@ packages: '@types/cookie@0.6.0': resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} + '@types/cookie@1.0.0': + resolution: {integrity: sha512-mGFXbkDQJ6kAXByHS7QAggRXgols0mAdP4MuXgloGY1tXokvzaFFM4SMqWvf7AH0oafI7zlFJwoGWzmhDqTZ9w==} + deprecated: This is a stub types definition. cookie provides its own type definitions, so you do not need this installed. + '@types/debug@4.1.12': resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} @@ -4713,6 +4717,10 @@ packages: resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==} engines: {node: '>= 0.6'} + cookie@1.0.2: + resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==} + engines: {node: '>=18'} + core-js-compat@3.39.0: resolution: {integrity: sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==} @@ -13287,6 +13295,10 @@ snapshots: '@types/cookie@0.6.0': {} + '@types/cookie@1.0.0': + dependencies: + cookie: 1.0.2 + '@types/debug@4.1.12': dependencies: '@types/ms': 0.7.34 @@ -14626,6 +14638,8 @@ snapshots: cookie@0.7.2: {} + cookie@1.0.2: {} + core-js-compat@3.39.0: dependencies: browserslist: 4.24.3 diff --git a/wiki.creatorsgarten.org/package.json b/wiki.creatorsgarten.org/package.json index 6449145f..19475a98 100644 --- a/wiki.creatorsgarten.org/package.json +++ b/wiki.creatorsgarten.org/package.json @@ -32,7 +32,7 @@ "astro": "^5.0.0", "clsx": "^2.0.0", "contentsgarten": "workspace:*", - "cookie": "^0.7.0", + "cookie": "^1.0.0", "firebase": "^10.0.0", "lazy-strict-env": "^0.3.1", "openapi-trpc": "^0.2.0", @@ -44,6 +44,6 @@ "zod": "^3.21.4" }, "devDependencies": { - "@types/cookie": "^0.6.0" + "@types/cookie": "^1.0.0" } }