Prechádzať zdrojové kódy

chore(deps): bump jose from 5.6.3 to 5.7.0 in /frontend (#3458)

Bumps [jose](https://github.com/panva/jose) from 5.6.3 to 5.7.0.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](https://github.com/panva/jose/compare/v5.6.3...v5.7.0)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yufan Song <33971064+yufansong@users.noreply.github.com>
dependabot[bot] 1 rok pred
rodič
commit
435688be51
2 zmenil súbory, kde vykonal 5 pridanie a 5 odobranie
  1. 4 4
      frontend/package-lock.json
  2. 1 1
      frontend/package.json

+ 4 - 4
frontend/package-lock.json

@@ -20,7 +20,7 @@
         "i18next": "^23.12.3",
         "i18next-browser-languagedetector": "^8.0.0",
         "i18next-http-backend": "^2.5.2",
-        "jose": "^5.6.3",
+        "jose": "^5.7.0",
         "monaco-editor": "^0.50.0",
         "react": "^18.3.1",
         "react-dom": "^18.3.1",
@@ -8845,9 +8845,9 @@
       }
     },
     "node_modules/jose": {
-      "version": "5.6.3",
-      "resolved": "https://registry.npmjs.org/jose/-/jose-5.6.3.tgz",
-      "integrity": "sha512-1Jh//hEEwMhNYPDDLwXHa2ePWgWiFNNUadVmguAAw2IJ6sj9mNxV5tGXJNqlMkJAybF6Lgw1mISDxTePP/187g==",
+      "version": "5.7.0",
+      "resolved": "https://registry.npmjs.org/jose/-/jose-5.7.0.tgz",
+      "integrity": "sha512-3P9qfTYDVnNn642LCAqIKbTGb9a1TBxZ9ti5zEVEr48aDdflgRjhspWFb6WM4PzAfFbGMJYC4+803v8riCRAKw==",
       "funding": {
         "url": "https://github.com/sponsors/panva"
       }

+ 1 - 1
frontend/package.json

@@ -19,7 +19,7 @@
     "i18next": "^23.12.3",
     "i18next-browser-languagedetector": "^8.0.0",
     "i18next-http-backend": "^2.5.2",
-    "jose": "^5.6.3",
+    "jose": "^5.7.0",
     "monaco-editor": "^0.50.0",
     "react": "^18.3.1",
     "react-dom": "^18.3.1",