From 4888b7f9210642e7f3e9adc02c1185893e573118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 06:03:20 +0100 Subject: [PATCH] Bump @inertiajs/vue3 from 1.2.0 to 2.0.0 (#2828) * Bump @inertiajs/vue3 from 1.2.0 to 2.0.0 Bumps [@inertiajs/vue3](https://github.com/inertiajs/inertia/tree/HEAD/packages/vue3) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/inertiajs/inertia/releases) - [Changelog](https://github.com/inertiajs/inertia/blob/master/CHANGELOG.md) - [Commits](https://github.com/inertiajs/inertia/commits/v2.0.0/packages/vue3) --- updated-dependencies: - dependency-name: "@inertiajs/vue3" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update CSP --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Georg Ledermann --- .../initializers/content_security_policy.rb | 2 +- package.json | 2 +- yarn.lock | 28 +++++++------------ 3 files changed, 12 insertions(+), 20 deletions(-) diff --git a/config/initializers/content_security_policy.rb b/config/initializers/content_security_policy.rb index 3f9eff76..9c54eb51 100644 --- a/config/initializers/content_security_policy.rb +++ b/config/initializers/content_security_policy.rb @@ -32,7 +32,7 @@ policy.script_src(*[:self].compact) policy.style_src :self, # Allow @inertiajs/progress to display progress bar - "'sha256-kCeyw5rRT2DINADvWYmAhXLhQs4dKZrnn2sofIDmprs='" + "'sha256-YfWBLaAD17kgcjrajLlty6AH2yMikIiscRhC6OENK74='" end policy.base_uri :self diff --git a/package.json b/package.json index 0f7690f7..8403c6fc 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "lint": "eslint --cache ." }, "dependencies": { - "@inertiajs/vue3": "^1.2.0", + "@inertiajs/vue3": "^2.0.0", "@popperjs/core": "^2.11.8", "autoprefixer": "^10.4.20", "lodash": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index ca57f182..56337e95 100644 --- a/yarn.lock +++ b/yarn.lock @@ -331,28 +331,27 @@ __metadata: languageName: node linkType: hard -"@inertiajs/core@npm:1.2.0": - version: 1.2.0 - resolution: "@inertiajs/core@npm:1.2.0" +"@inertiajs/core@npm:2.0.0": + version: 2.0.0 + resolution: "@inertiajs/core@npm:2.0.0" dependencies: axios: "npm:^1.6.0" deepmerge: "npm:^4.0.0" - nprogress: "npm:^0.2.0" qs: "npm:^6.9.0" - checksum: 10c0/05213ff696a0eba6008bb578a3ac0548fd1e4815e76a8f8bc65eccae980aaeb0d70bdbfe63f80380ff4bafdf03f10c6d9816704dfe0f1b0705c89f02192dd84e + checksum: 10c0/c69e677483c8c1c1fa66a065c1113c1a46f28291660507505ab2665132ddbc7e304adf98d4fa98b5ab3bdc342dfdd80a5cec1f46018af51ee5640555ca6dc12c languageName: node linkType: hard -"@inertiajs/vue3@npm:^1.2.0": - version: 1.2.0 - resolution: "@inertiajs/vue3@npm:1.2.0" +"@inertiajs/vue3@npm:^2.0.0": + version: 2.0.0 + resolution: "@inertiajs/vue3@npm:2.0.0" dependencies: - "@inertiajs/core": "npm:1.2.0" + "@inertiajs/core": "npm:2.0.0" lodash.clonedeep: "npm:^4.5.0" lodash.isequal: "npm:^4.5.0" peerDependencies: vue: ^3.0.0 - checksum: 10c0/ede13ae25c7fbad2ea268a394a3b80505ed05a6c540eb66c32c4fe097ccc09410dedb83df0f99cc31eb58a30aef8ea03cd8cb628ad5a59651fa53709f7943573 + checksum: 10c0/dfea658eafd28d86575ac3e25bc07b3fcb2e73bfc92a6b560dc503e6faf09c01d7a709f88fb7c376cc91545938d9c1330a3791c28e7c909c8bc55ea768597df5 languageName: node linkType: hard @@ -2339,13 +2338,6 @@ __metadata: languageName: node linkType: hard -"nprogress@npm:^0.2.0": - version: 0.2.0 - resolution: "nprogress@npm:0.2.0" - checksum: 10c0/eab9a923a1ad1eed71a455ecfbc358442dd9bcd71b9fa3fa1c67eddf5159360b182c218f76fca320c97541a1b45e19ced04e6dcb044a662244c5419f8ae9e821 - languageName: node - linkType: hard - "nth-check@npm:^2.1.1": version: 2.1.1 resolution: "nth-check@npm:2.1.1" @@ -2487,7 +2479,7 @@ __metadata: version: 0.0.0-use.local resolution: "pingcrm@workspace:." dependencies: - "@inertiajs/vue3": "npm:^1.2.0" + "@inertiajs/vue3": "npm:^2.0.0" "@popperjs/core": "npm:^2.11.8" "@types/node": "npm:^22.10.2" "@vitejs/plugin-vue": "npm:^5.2.1"