Skip to content

Commit

Permalink
Merge pull request #3245 from alphagov/dependabot/npm_and_yarn/jasmin…
Browse files Browse the repository at this point in the history
…e-5.3.0

Bump jasmine from 5.2.0 to 5.3.0
  • Loading branch information
ChrisBAshton authored Sep 10, 2024
2 parents 61e8dad + a7bab4e commit 78068fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"core-js-bundle": "^3.38.1",
"cropperjs": "^1.6.2",
"es5-polyfill": "^0.0.6",
"jasmine": "^5.2.0",
"jasmine": "^5.3.0",
"markdown-toolbar-element": "^0.2.0",
"miller-columns-element": "^2.0.0",
"paste-html-to-govspeak": "^0.4.0",
Expand Down
17 changes: 6 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1495,23 +1495,18 @@ jasmine-browser-runner@^2.5.0:
glob "^10.0.0"
selenium-webdriver "^4.12.0"

jasmine-core@^5.3.0:
jasmine-core@^5.3.0, jasmine-core@~5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.3.0.tgz#ed784e5a10af43988d8408bad80b9f08e240a3f8"
integrity sha512-zsOmeBKESky4toybvWEikRiZ0jHoBEu79wNArLfMdSnlLMZx3Xcp6CSm2sUcYyoJC+Uyj8LBJap/MUbVSfJ27g==

jasmine-core@~5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.2.0.tgz#7d0aa4c26cb3dbaed201d0505489baf1e48faeca"
integrity sha512-tSAtdrvWybZkQmmaIoDgnvHG8ORUNw5kEVlO5CvrXj02Jjr9TZrmjFq7FUiOUzJiOP2wLGYT6PgrQgQF4R1xiw==

jasmine@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-5.2.0.tgz#caa318ac1ccf966b2768e092137337621cdd3ca9"
integrity sha512-il+noV96N1BGU9/FMmc8QtAMxC8lPnXUiAvgb0o9MDZATRdxglTQe9wo6UdL049ropQL6MopDYwDlludKR6wJQ==
jasmine@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-5.3.0.tgz#523dea612f3573f896e7f680f54752685e48581b"
integrity sha512-Vrv5VWTXVZ/5xcNawlYCmE24pOaZu3KduLr9iAaENoMJ8W8Ryvhfpw2cf3rI4Unc2ajvu2t4tCKjS72TnraBGQ==
dependencies:
glob "^10.2.2"
jasmine-core "~5.2.0"
jasmine-core "~5.3.0"

"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 78068fe

Please sign in to comment.