diff --git a/package-lock.json b/package-lock.json index 6319151722..f08e708197 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@popperjs/core": "^2.11.8", "@rails/actioncable": "^8.1.200", "@rails/actiontext": "^8.1.200", - "@rails/activestorage": "^8.1.200", + "@rails/activestorage": "^8.1.300", "@rails/ujs": "^7.1.600", "@stimulus-components/rails-nested-form": "^5.0.0", "add-to-calendar-button": "^2.13.8", @@ -3318,9 +3318,9 @@ } }, "node_modules/@rails/activestorage": { - "version": "8.1.200", - "resolved": "https://registry.npmjs.org/@rails/activestorage/-/activestorage-8.1.200.tgz", - "integrity": "sha512-bPZqv447REBd1NQfba//FjgUqbUd93zKh7+BWhh3vRZ7Nm+RUgm6c5GbWctmik/rMHjsruTHhusYGyoKyf60pg==", + "version": "8.1.300", + "resolved": "https://registry.npmjs.org/@rails/activestorage/-/activestorage-8.1.300.tgz", + "integrity": "sha512-AOv3zZrTJjQlzm4L9uzOQtCz6zaM4IqUyux6yzSqmS+PZ8EzwD1F2JAc4LlJNJAv4MSyNYriG+CaCm1QbQTjsA==", "license": "MIT", "dependencies": { "spark-md5": "^3.0.1" diff --git a/package.json b/package.json index f82b50fced..e81284477f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@popperjs/core": "^2.11.8", "@rails/actioncable": "^8.1.200", "@rails/actiontext": "^8.1.200", - "@rails/activestorage": "^8.1.200", + "@rails/activestorage": "^8.1.300", "@rails/ujs": "^7.1.600", "@stimulus-components/rails-nested-form": "^5.0.0", "add-to-calendar-button": "^2.13.8",