diff --git a/hooks/useCookieState/package.json b/hooks/useCookieState/package.json index 9cf16db6..17b5acd7 100644 --- a/hooks/useCookieState/package.json +++ b/hooks/useCookieState/package.json @@ -21,8 +21,8 @@ "dependencies": { "@pansy/shared": "^1.15.0", "@pansy/use-memoized-fn": "0.3.3", - "@types/js-cookie": "^2.x.x", - "js-cookie": "^2.x.x" + "@types/js-cookie": "^3.0.0", + "js-cookie": "^3.0.0" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 65f90bb6..97c2fb42 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -330,10 +330,10 @@ importers: specifier: 0.3.4 version: link:../useDocumentVisibility '@pansy/use-drag': - specifier: 1.0.0 + specifier: 1.1.0 version: link:../useDrag '@pansy/use-drop': - specifier: 1.0.0 + specifier: 1.1.0 version: link:../useDrop '@pansy/use-event-listener': specifier: 0.3.4 @@ -495,11 +495,11 @@ importers: specifier: 0.3.3 version: link:../useMemoizedFn '@types/js-cookie': - specifier: ^2.x.x - version: 2.2.7 + specifier: ^3.0.0 + version: 3.0.6 js-cookie: - specifier: ^2.x.x - version: 2.2.1 + specifier: ^3.0.0 + version: 3.0.5 react: specifier: ^16.8.0 || ^17.0.0 || ^18.0.0 version: 18.2.0 @@ -6416,6 +6416,11 @@ packages: /@types/js-cookie@2.2.7: resolution: {integrity: sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA==} + dev: true + + /@types/js-cookie@3.0.6: + resolution: {integrity: sha512-wkw9yd1kEXOPnvEeEV1Go1MmxtBJL0RR79aOTAApecWFVu7w0NNXNqhcWgvw2YgZDYadliXkl14pa3WXw5jlCQ==} + dev: false /@types/jsdom@20.0.1: resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==} @@ -7691,6 +7696,7 @@ packages: /acorn-import-assertions@1.8.0(acorn@8.8.2): resolution: {integrity: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==} + deprecated: package has been renamed to acorn-import-attributes peerDependencies: acorn: ^8 dependencies: @@ -14440,6 +14446,12 @@ packages: /js-cookie@2.2.1: resolution: {integrity: sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==} + dev: true + + /js-cookie@3.0.5: + resolution: {integrity: sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==} + engines: {node: '>=14'} + dev: false /js-sdsl@4.3.0: resolution: {integrity: sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==}