diff --git a/client/package-lock.json b/client/package-lock.json index 3768710..e279a12 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -3,9 +3,9 @@ "lockfileVersion": 1, "dependencies": { "@babel/runtime": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz", - "integrity": "sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.4.tgz", + "integrity": "sha512-DSgLeL/FNcpXuzav5wfYvHCGvynXkJbn3Zvc3823AEe9nPwW9IK4UoCSS5yGymmQzN0pCPvivtgS6/8U2kkm1w==", "requires": { "regenerator-runtime": "^0.14.0" } @@ -715,9 +715,9 @@ "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" }, "@types/node": { - "version": "22.4.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.4.2.tgz", - "integrity": "sha512-nAvM3Ey230/XzxtyDcJ+VjvlzpzoHwLsF7JaDRfoI0ytO0mVheerNmM45CtA0yOILXwXXxOrcUWH3wltX+7PSw==", + "version": "22.5.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.0.tgz", + "integrity": "sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg==", "requires": { "undici-types": "~6.19.2" } @@ -3322,9 +3322,9 @@ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" }, "is-core-module": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz", - "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==", + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", + "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", "requires": { "hasown": "^2.0.2" } @@ -3816,8 +3816,8 @@ "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" }, "newsroom-core": { - "version": "github:superdesk/newsroom-core#613959a967d4591a91261cef3b4ac5cfe3cbf9c8", - "from": "github:superdesk/newsroom-core#release/2.8", + "version": "github:superdesk/newsroom-core#93ec2a804206a5c5b4c302c86d378c98d9b2bea0", + "from": "github:superdesk/newsroom-core#v2.8.0rc1", "requires": { "@dnd-kit/core": "^6.0.8", "@dnd-kit/sortable": "^8.0.0", @@ -4783,9 +4783,9 @@ } }, "protobufjs": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.3.2.tgz", - "integrity": "sha512-RXyHaACeqXeqAKGLDl68rQKbmObRsTIn4TYVUUug1KfS47YWCo5MacGITEryugIgZqORCvJWEk4l449POg5Txg==", + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.3.3.tgz", + "integrity": "sha512-HaYi2CVjiPoBR1d2zTVKVHXr9IUnpJizCjUu19vxdD3B8o4z+vfOHpIEB1358w8nv8dfUNEfDHFvMsH7QlLt/Q==", "requires": { "@protobufjs/aspromise": "^1.1.2", "@protobufjs/base64": "^1.1.2", diff --git a/client/package.json b/client/package.json index 4949c73..7ef8031 100644 --- a/client/package.json +++ b/client/package.json @@ -4,6 +4,6 @@ "build": "webpack --mode production --progress" }, "dependencies": { - "newsroom-core": "github:superdesk/newsroom-core#release/2.8" + "newsroom-core": "github:superdesk/newsroom-core#v2.8.0rc1" } } diff --git a/server/requirements.in b/server/requirements.in index 88abf15..f1157ec 100644 --- a/server/requirements.in +++ b/server/requirements.in @@ -1 +1 @@ -git+https://github.com/superdesk/newsroom-core.git@release/2.8#egg=Newsroom-Core +git+https://github.com/superdesk/newsroom-core.git@v2.8.0rc1#egg=Newsroom-Core diff --git a/server/requirements.txt b/server/requirements.txt index b2351a9..2a34360 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -35,15 +35,15 @@ blinker==1.8.2 # raven # sentry-sdk # superdesk-core -boto3==1.34.160 +boto3==1.35.3 # via superdesk-core -botocore==1.34.160 +botocore==1.35.3 # via # boto3 # s3transfer cachelib==0.9.0 # via flask-caching -cachetools==5.4.0 +cachetools==5.5.0 # via # flask-oidc-ex # google-auth @@ -181,7 +181,7 @@ idna==3.7 # via # email-validator # requests -importlib-resources==6.4.0 +importlib-resources==6.4.4 # via limits isodate==0.6.1 # via python3-saml @@ -231,7 +231,7 @@ markupsafe==2.0.1 # wtforms mongolock @ git+https://github.com/superdesk/mongolock.git@v1 # via superdesk-core -newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@release/2.8 +newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@v2.8.0rc1 # via -r requirements.in oauth2client==4.1.3 # via flask-oidc-ex @@ -358,7 +358,7 @@ sentry-sdk[flask]==2.12.0 # via newsroom-core sgmllib3k==1.0.0 # via feedparser -simplejson==3.19.2 +simplejson==3.19.3 # via eve six==1.16.0 # via @@ -369,7 +369,7 @@ six==1.16.0 # oauth2client # python-bidi # python-dateutil -superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@release/2.8 +superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@v2.8.0rc1 # via newsroom-core superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@v2.7.2 # via newsroom-core @@ -379,7 +379,7 @@ tinycss2==1.3.0 # via # cssselect2 # svglib -types-python-dateutil==2.9.0.20240316 +types-python-dateutil==2.9.0.20240821 # via arrow typing-extensions==4.12.2 # via