diff --git a/docker/templates/new-django-app/{{cookiecutter.app_name}}/package.json b/docker/templates/new-django-app/{{cookiecutter.app_name}}/package.json index 458e437..653a749 100644 --- a/docker/templates/new-django-app/{{cookiecutter.app_name}}/package.json +++ b/docker/templates/new-django-app/{{cookiecutter.app_name}}/package.json @@ -14,22 +14,22 @@ "core-js": "^3.37.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "sass": "^1.77.2" + "sass": "^1.77.4" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "^7.10.0", - "@typescript-eslint/parser": "^7.10.0", + "@typescript-eslint/eslint-plugin": "^7.11.0", + "@typescript-eslint/parser": "^7.11.0", "@babel/eslint-parser": "^7.24.6", "babel-loader": "^9.1.3", "browserify-css": "^0.15.0", "css-loader": "^7.1.2", - "eslint": "^9.3.0", + "eslint": "^9.4.0", "eslint-config-prettier": "^9.1.0", "eslint-config-react-app": "^7.0.1", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.8.0", - "eslint-plugin-react": "^7.34.1", + "eslint-plugin-react": "^7.34.2", "eslint-plugin-react-hooks": "^4.6.2", "style-loader": "^4.0.0", "webpack": "^5.91.0", diff --git a/docker/templates/new-gatsby-app/{{cookiecutter.app_name}}/package.json b/docker/templates/new-gatsby-app/{{cookiecutter.app_name}}/package.json index 3fc3ca4..af6e0a3 100644 --- a/docker/templates/new-gatsby-app/{{cookiecutter.app_name}}/package.json +++ b/docker/templates/new-gatsby-app/{{cookiecutter.app_name}}/package.json @@ -11,13 +11,13 @@ "@babel/plugin-transform-react-jsx": "^7.24.6", "@gatsbyjs/reach-router": "^2.0.1", "@popperjs/core": "^2.11.8", - "@sentry/gatsby": "^8.4.0", + "@sentry/gatsby": "^8.7.0", "babel-eslint": "^10.0.0", "bootstrap": "^5.3.3", "common-tags": "^1.8.2", - "eslint": "^9.3.0", + "eslint": "^9.4.0", "eslint-config-react-app": "^7.0.1", - "gatsby": "^5.13.5", + "gatsby": "^5.13.6", "gatsby-plugin-google-analytics": "^5.13.1", "gatsby-plugin-image": "^3.13.1", "gatsby-plugin-manifest": "^5.13.1", @@ -33,7 +33,7 @@ "typescript": "^5.4.5" }, "devDependencies": { - "prettier": "^3.2.5" + "prettier": "^3.3.0" }, "keywords": [ "gatsby" diff --git a/docker/templates/new-wagtail-app/{{ cookiecutter.app_name }}/package.json b/docker/templates/new-wagtail-app/{{ cookiecutter.app_name }}/package.json index e5df092..f81a6f3 100644 --- a/docker/templates/new-wagtail-app/{{ cookiecutter.app_name }}/package.json +++ b/docker/templates/new-wagtail-app/{{ cookiecutter.app_name }}/package.json @@ -19,20 +19,20 @@ "react-dropdown-select": "^4.11.2", "react-leaflet": "^4.2.1", "react-select": "^5.8.0", - "sass": "^1.77.2", + "sass": "^1.77.4", "typed.js": "^2.1.0" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "^7.10.0", - "@typescript-eslint/parser": "^7.10.0", + "@typescript-eslint/eslint-plugin": "^7.11.0", + "@typescript-eslint/parser": "^7.11.0", "@babel/eslint-parser": "^7.24.6", - "eslint": "^9.3.0", + "eslint": "^9.4.0", "eslint-config-prettier": "^9.1.0", "eslint-config-react-app": "^7.0.1", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.8.0", - "eslint-plugin-react": "^7.34.1", + "eslint-plugin-react": "^7.34.2", "eslint-plugin-react-hooks": "^4.6.2" }, "scripts": { diff --git a/docker/templates/new-wagtail-app/{{ cookiecutter.app_name }}/requirements.txt b/docker/templates/new-wagtail-app/{{ cookiecutter.app_name }}/requirements.txt index eef80b1..ba74718 100644 --- a/docker/templates/new-wagtail-app/{{ cookiecutter.app_name }}/requirements.txt +++ b/docker/templates/new-wagtail-app/{{ cookiecutter.app_name }}/requirements.txt @@ -1,13 +1,13 @@ Django==5.0.6 psycopg2==2.9.9 gunicorn==22.0.0 -dj-database-url==2.1.0 +dj-database-url==2.2.0 whitenoise==6.6.0 django-compressor==4.4 django-storages==1.14.3 -boto3==1.34.113 +boto3==1.34.117 sentry-sdk==2.3.1 -wagtail==6.1.1 +wagtail==6.1.2 csvkit==2.0.0 pytest==8.2.1