Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/jasmine-browser-runn…
Browse files Browse the repository at this point in the history
…er-2.2.0
  • Loading branch information
dnkrj authored Aug 30, 2023
2 parents 6428143 + c1abc1f commit 64db5c5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ GEM
null_logger
plek (>= 1.9.0)
rest-client (~> 2.0)
gds-sso (18.0.0)
gds-sso (18.1.0)
oauth2 (~> 2.0)
omniauth (~> 2.1)
omniauth-oauth2 (~> 1.8)
Expand Down Expand Up @@ -245,9 +245,9 @@ GEM
minitest (5.19.0)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
mongo (2.19.0)
mongo (2.19.1)
bson (>= 4.14.1, < 5.0.0)
mongoid (8.1.1)
mongoid (8.1.2)
activemodel (>= 5.1, < 7.1, != 7.0.0)
concurrent-ruby (>= 1.0.5, < 2.0)
mongo (>= 2.18.0, < 3.0.0)
Expand Down Expand Up @@ -497,8 +497,8 @@ GEM
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.8)
rack-protection (3.0.6)
rack
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rack-proxy (0.7.6)
rack
rack-test (2.1.0)
Expand Down Expand Up @@ -639,7 +639,7 @@ GEM
rack (>= 2.0.9)
warden-oauth2 (0.0.1)
warden
webmock (3.18.1)
webmock (3.19.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
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 @@
},
"devDependencies": {
"jasmine-browser-runner": "^2.2.0",
"jasmine-core": "^5.1.0",
"jasmine-core": "^5.1.1",
"postcss": "^8.4.28",
"standardx": "^7.0.0",
"stylelint": "^14.16.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1373,10 +1373,10 @@ jasmine-browser-runner@^2.2.0:
glob "^10.0.0"
selenium-webdriver "^4.8.2"

jasmine-core@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.1.0.tgz#2a52c92ec2e5a4bf674c3de0edbaa10c3875b6fc"
integrity sha512-bFMMwpKuTZXCuGd51yClFobw5SOtad1kmdWnYO8dNwYV8i01Xj0C2+nyQpSKl1EKxiPfyd1ZgBl/rsusL3aS6w==
jasmine-core@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-5.1.1.tgz#38b6ccfbe60aa2a863cf441751d9639b5a571edc"
integrity sha512-UrzO3fL7nnxlQXlvTynNAenL+21oUQRlzqQFsA2U11ryb4+NLOCOePZ70PTojEaUKhiFugh7dG0Q+I58xlPdWg==

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

0 comments on commit 64db5c5

Please sign in to comment.