diff --git a/renv.lock b/renv.lock index 1e3fea4..2a8ee2a 100644 --- a/renv.lock +++ b/renv.lock @@ -29,7 +29,7 @@ }, "QuickJSR": { "Package": "QuickJSR", - "Version": "1.9.2", + "Version": "1.10.0", "Source": "Repository", "Title": "Interface for the 'QuickJS-NG' Lightweight 'JavaScript' Engine", "Authors@R": "c( person(c(\"Andrew\", \"R.\"), \"Johnson\", , \"andrew.johnson@arjohnsonau.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0001-7000-8065\")), person(\"QuickJS\", \"Authors\", role = c(\"cph\"), comment = \"QuickJS sources and headers\"), person(\"QuickJS-NG\", \"Authors\", role = c(\"cph\"), comment = \"QuickJS-NG sources and headers\") )", @@ -1329,7 +1329,7 @@ }, "renv": { "Package": "renv", - "Version": "1.2.2", + "Version": "1.2.3", "Source": "Repository", "Type": "Package", "Title": "Project Environments", diff --git a/renv/activate.R b/renv/activate.R index 6487d06..20ffd44 100644 --- a/renv/activate.R +++ b/renv/activate.R @@ -2,8 +2,8 @@ local({ # the requested version of renv - version <- "1.2.2" - attr(version, "md5") <- "bb69b6403b1bad0442657e9e8e57cc83" + version <- "1.2.3" + attr(version, "md5") <- "1bd9f58e1cfe27ce035933937c6f03de" attr(version, "sha") <- NULL # the project directory