Skip to content

Commit

Permalink
Merge pull request #287 from canonical/WD-13370-cookie-policy-update-…
Browse files Browse the repository at this point in the history
…to-the-latest-version-on-all-domains-managed-by-sites-tribe

WD-13370 Bumped cookie-policy to v3.6.4
  • Loading branch information
immortalcodes authored Aug 9, 2024
2 parents 61f24f3 + ed7daf2 commit f4cde94
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ jobs:
- uses: actions/checkout@v3

- name: Install dotrun
uses: canonical/install-dotrun@main
run: sudo pip3 install dotrun requests==2.31.0

- name: Install node dependencies
run: |
sudo chmod -R 777 .
dotrun install
- name: Install dependencies
run: dotrun install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://netplan.io",
"dependencies": {
"@canonical/cookie-policy": "3.4.0",
"@canonical/cookie-policy": "3.6.4",
"@canonical/global-nav": "3.2.4",
"vanilla-framework": "3.14.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@
"@babel/helper-validator-identifier" "^7.16.7"
to-fast-properties "^2.0.0"

"@canonical/cookie-policy@3.4.0":
version "3.4.0"
resolved "https://registry.yarnpkg.com/@canonical/cookie-policy/-/cookie-policy-3.4.0.tgz#0d6708da340df5867fd2cc9dbd95538c46f20cf8"
integrity sha512-cdVqxQmGu+j+Q86UobihWWVFzGzHlekFeMFxlbRpm+yqxEOUCrLkA9/t/RsMfLNDToP2ECPgsMbS20aPlA2tIg==
"@canonical/cookie-policy@3.6.4":
version "3.6.4"
resolved "https://registry.yarnpkg.com/@canonical/cookie-policy/-/cookie-policy-3.6.4.tgz#895c3770f621b73d88b0d5843c43a32d99e4a462"
integrity sha512-kfwamTpAaBhtH5TzlMb8wE814a8lIbONUuSYnS7VPiHDfcdmw4NoBPNpldmNY1j3CAT5vMKOx5kulRTWpEXpag==

"@canonical/global-nav@3.2.4":
version "3.2.4"
Expand Down

0 comments on commit f4cde94

Please # to comment.